示例#1
0
 public TestMetrics()
 {
     system = UCUM.Load();
 }
示例#2
0
 public TestQuantity()
 {
     system = UCUM.Load();
 }
示例#3
0
 public static void Init(TestContext context)
 {
     system = UCUM.Load();
 }
 public QuantityExtensionsTest()
 {
     system = UCUM.Load();
 }
示例#5
0
 public TestConversions()
 {
     system = UCUM.Load();
 }
示例#6
0
 public TestValidation()
 {
     system = UCUM.Load();
 }
示例#7
0
 public UcumTests()
 {
     system = UCUM.Load();
 }