mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
AbstractIcdAttributeTest becomes generic
This commit is contained in:
parent
6dedd0bde6
commit
79eb3a9cdf
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
namespace ICD.Common.Utils.Tests.Attributes
|
using ICD.Common.Utils.Attributes;
|
||||||
|
|
||||||
|
namespace ICD.Common.Utils.Tests.Attributes
|
||||||
{
|
{
|
||||||
public abstract class AbstractIcdAttributeTest
|
public abstract class AbstractIcdAttributeTest<TAttribute>
|
||||||
|
where TAttribute : AbstractIcdAttribute
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue