File tree Expand file tree Collapse file tree
src/main/java/tec/units/tck/tests/quantity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353/**
5454 * Test class for quantities
5555 * @author Werner Keil
56- * @version 1.0, August 16, 2016
56+ * @version 1.1, July 11, 2018
5757 * @since 1.0
5858 */
5959@ SpecVersion (spec = SPEC_ID , version = SPEC_VERSION )
@@ -64,7 +64,7 @@ public class QuantityTypesTest {
6464 // ************************
6565
6666 /**
67- * Access a QuantityFactory for each registered type .
67+ * Check if all SI Base Quantities are used .
6868 */
6969 @ Test (groups = { "base_quantity" }, description = "4.5 Ensure all SI Base Quantities are used by an implementation" )
7070 @ SpecAssertion (section = "4.5" , id = "45-A1" )
@@ -87,7 +87,7 @@ public void testContainsBaseDimensions() {
8787 }
8888
8989 /**
90- * Access a QuantityFactory for each registered type .
90+ * Ensure all Supported Quantities are used by an implementation .
9191 */
9292 @ Test (groups = { "derived_quantity" }, description = "4.5 Ensure all Supported Quantities are used by an implementation" )
9393 @ SpecAssertion (section = "4.5" , id = "45-A2" )
You can’t perform that action at this time.
0 commit comments