|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.test.BatchTester
public class BatchTester
Class: BatchTester Purpose: To test the problems in batch mode
Constructor Summary | |
---|---|
BatchTester()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static void |
test(java.lang.String templateString)
Helps test templates for the various control constructs - Prints the code for the template (with line numbers) and then, the explanation generated for the template |
static void |
testall(java.lang.String topic,
int templateNumber)
|
static void |
testall(java.lang.String topic,
java.lang.String problemSequence)
Helps test all the templates in a sequential order, starting from the given template number |
static void |
testCode(Template template)
Used to test code problems - output and debug |
static void |
testExpression(java.lang.String template)
Used to test expression problems |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchTester()
Method Detail |
---|
public static void test(java.lang.String templateString)
public static void testCode(Template template)
public static void testExpression(java.lang.String template)
public static void testall(java.lang.String topic, java.lang.String problemSequence)
public static void testall(java.lang.String topic, int templateNumber)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |