com.ibm.math
Class DiagBigDecimal.Test
java.lang.Object
|
+--com.ibm.math.DiagBigDecimal.Test
- public class DiagBigDecimal.Test
- extends java.lang.Object
The Test class is used to record a specific test.
When constructed, it notes the name of the test and adds the test
to the list of tests held by the parent.
Its ok is assigned directly to record whether the
test succeeded (1) or failed (0).
- See Also:
DiagBigDecimal
|
Constructor Summary |
DiagBigDecimal.Test(java.lang.String testname)
Constructs a new Test with a specified name. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DiagBigDecimal.Test
public DiagBigDecimal.Test(java.lang.String testname)
- Constructs a new
Test with a specified name.
- Parameters:
testname - The String naming the test.