@SpecVersion(spec="JSR 385",
version="2.0.0")
public class UnitDimensionTest
extends Object
| Constructor and Description |
|---|
UnitDimensionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testUnitDivide()
Test that Dimension implementations override divide.
|
void |
testUnitEquals()
Test that Dimension implementations override equals.
|
void |
testUnitGetProductDimensions()
Test that Dimension implementations override getBaseDimensions.
|
void |
testUnitHashcode()
Test that Dimension implementations override hashCode.
|
void |
testUnitMultiply()
Test that Dimension implementations override multiply.
|
void |
testUnitPow()
Test that Dimension implementations override pow.
|
void |
testUnitRoot()
Test that Dimension implementations override root.
|
public UnitDimensionTest()
@SpecAssertion(section="4.2.4",
id="424-A1")
public void testUnitEquals()
@SpecAssertion(section="4.2.4",
id="424-A2")
public void testUnitHashcode()
@SpecAssertion(section="4.2.4",
id="424-A3")
public void testUnitMultiply()
@SpecAssertion(section="4.2.4",
id="424-A4")
public void testUnitDivide()
@SpecAssertion(section="4.2.4",
id="424-A5")
public void testUnitRoot()
@SpecAssertion(section="4.2.4",
id="424-A6")
public void testUnitPow()
@SpecAssertion(section="4.2.4",
id="424-A7")
public void testUnitGetProductDimensions()
Copyright © 2005–2018 Units of Measurement project. All rights reserved.