|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--NumericTest
This class tests your implementation of the Numeric interface, using a main function. The version here is just to get you started. The graders will actually do a more rigorous test of your implementation, so you should extend this file yourself to test that everything is really working to your satisfaction.
Constructor Summary | |
NumericTest()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Test the RussianDoll implementation of Numeric. |
static void |
printit(java.lang.String s,
Numeric n)
Print "s: n" using System.out.println. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NumericTest()
Method Detail |
public static void printit(java.lang.String s, Numeric n)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |