Package tech.units.tck.tests
Class TCKSetupTest
- java.lang.Object
-
- tech.units.tck.tests.TCKSetupTest
-
@SpecVersion(spec="JSR 385", version="2.1.0") public class TCKSetupTest extends Object
Tests the ServiceConfiguration- Since:
- 1.0
- Version:
- 1.2, November 15, 2020
- Author:
- Werner Keil
-
-
Constructor Summary
Constructors Constructor Description TCKSetupTest()
-
-
-
Constructor Detail
-
TCKSetupTest
public TCKSetupTest()
-
-
Method Detail
-
testTestSetup
@SpecAssertion(section="0", id="Setup", note="Tests that a TestConfiguration is registered with the JDK ServiceLoader.") public void testTestSetup()
-
testQuantityConfiguration
@SpecAssertion(section="0", id="Setup", note="Checks that TestConfiguration.getQuantityClasses() returns a non empty collection of quantity implementations") public void testQuantityConfiguration()
-
-