codesimian.test
Class CSTest
java.lang.Object
codesimian.test.CSTest
public class CSTest
- extends java.lang.Object
When big changes are made to classes in the CodeSimian package,
tests should be added for them here.
All tests (including old tests) are run in the constructor,
which is called in this class's main().
TODO: This class should become 1 or more CS objects, so CodeSimian can test itself while it runs.
TODO: This class should become a subclass of DefaultCS
Method Summary |
double |
DForProxy()
|
static void |
main(java.lang.String[] args)
|
static CS |
testDeepCopy(java.lang.String testName,
java.lang.String code)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSTest
public CSTest()
main
public static void main(java.lang.String[] args)
testDeepCopy
public static CS testDeepCopy(java.lang.String testName,
java.lang.String code)
DForProxy
public double DForProxy()