@SpecVersion(spec="JSR 385", version="2.0.0") public class PrefixInterfaceTest extends Object
Constructor | Description |
---|---|
PrefixInterfaceTest() |
Modifier and Type | Method | Description |
---|---|---|
void |
testEquals() |
Test that Dimension implementations override equals.
|
void |
testGetName() |
Test that Prefix implementations override getName.
|
void |
testGetSymbol() |
Test that Prefix implementations override getSymbol.
|
void |
testGetValue() |
Test that Prefix implementations override getValue.
|
void |
testGetXponent() |
Test that Prefix implementations override getExponent.
|
void |
testHashcode() |
Test that Dimension implementations override hashCode.
|
public PrefixInterfaceTest()
@SpecAssertion(section="4.2.4", id="424-A1") public void testEquals()
@SpecAssertion(section="4.2.4", id="424-A2") public void testHashcode()
@SpecAssertion(section="4.2.4", id="424-A3") public void testGetName()
@SpecAssertion(section="4.2.4", id="424-A4") public void testGetSymbol()
@SpecAssertion(section="4.2.4", id="424-A5") public void testGetValue()
@SpecAssertion(section="4.2.4", id="424-A6") public void testGetXponent()
Copyright © 2005–2019 Units of Measurement project. All rights reserved.