|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--TestCase
|
+--test.org.hccp.lisp.InterpreterTest
This is a regression test for Interpreter to ensure that changes made
during development do not introduce new bugs.
| Field Summary | |
static java.lang.Object[] |
EXPECTED_VALUES
|
static java.lang.String |
TEST_FILE
This variable indicates the location of the Lisp code
in the classpath. |
| Constructor Summary | |
InterpreterTest(java.lang.String test)
|
|
| Method Summary | |
void |
testInterpreter()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String TEST_FILE
Lisp code
in the classpath. The file will be passed in to the interpreter as an
java.io.InputStream. Given the tests we are running, modifying
this class or the Lisp file will probably cause a failure of the test.
public static final java.lang.Object[] EXPECTED_VALUES
| Constructor Detail |
public InterpreterTest(java.lang.String test)
| Method Detail |
public void testInterpreter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||