com.ibm.math
Class DiagBigDecimal.Test
java.lang.Object
|
+--com.ibm.math.DiagBigDecimal.Test
- Enclosing class:
- DiagBigDecimal
- 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).
- Version:
- 1.00 2000.03.27
- Author:
- Mike Cowlishaw
- 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.
Copyright (c) 1998-2000 IBM Corporation and others.