File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,7 @@ namespace UnitsNet.Tests
33
33
[ TestFixture ]
34
34
public class UnitSystemTests
35
35
{
36
- //public IEnumerable<TUnit[]> TestCases<TUnit>()
37
- // where TUnit : /*Enum constraint hack*/ struct, IConvertible
38
- //{
39
- // yield return EnumUtils.GetEnumValues<AngleUnit>();
40
- // //yield return new Tester<int> { Expectation = "23tnI" };
41
- // //yield return new Tester<List<string>> { Expectation = "1`tsiL" };
42
- //}
43
-
44
- //[TestCaseSource("TestCases")]
45
-
46
- private IEnumerable < object > GetUnitTypesWithMissingAbbreviations < TUnit > ( string cultureName ,
36
+ private static IEnumerable < object > GetUnitTypesWithMissingAbbreviations < TUnit > ( string cultureName ,
47
37
IEnumerable < TUnit > unitValues )
48
38
where TUnit : /*Enum constraint hack*/ struct , IComparable , IFormattable
49
39
{
You can’t perform that action at this time.
0 commit comments