org.test
Class BatchTester

java.lang.Object
  extended by org.test.BatchTester

public class BatchTester
extends java.lang.Object

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

BatchTester

public BatchTester()
Method Detail

test

public 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


testCode

public static void testCode(Template template)
Used to test code problems - output and debug


testExpression

public static void testExpression(java.lang.String template)
Used to test expression problems


testall

public 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


testall

public static void testall(java.lang.String topic,
                           int templateNumber)

main

public static void main(java.lang.String[] args)