Package tech.units.tck.tests
Class TCKSetupTest
java.lang.Object
tech.units.tck.tests.TCKSetupTest
@SpecVersion(spec="JSR 385",
version="2.1.1")
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() -
Method Summary
Modifier and Type Method Description voidtestQuantityConfiguration()voidtestTestSetup()
-
Constructor Details
-
TCKSetupTest
public TCKSetupTest()
-
-
Method Details
-
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()
-