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