java.lang.Object
tech.units.tck.tests.TCKSetupTest
Tests the ServiceConfiguration
- Since:
- 1.0
- Version:
- 2.1, October 4, 2023
- Author:
- Werner Keil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests the quantity configurationvoid
Tests the test setup
-
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()Tests the test setup -
testQuantityConfiguration
@SpecAssertion(section="0", id="Setup", note="Checks that TestConfiguration.getQuantityClasses() returns a non empty collection of quantity implementations") public void testQuantityConfiguration()Tests the quantity configuration
-