kawigi.language
Interface TestGenerator

All Known Implementing Classes:
CPPTestGenerator, CSharpTestGenerator, JavaTestGenerator, VBTestGenerator

public interface TestGenerator

Interface implemented for each language to generate testing code.


Method Summary
 java.lang.String getCode(ClassDecl cl)
          Returns the testing code for this problem.
 void parseTests(java.lang.String tests, ClassDecl cl)
          Parses the testing code, creates test cases and adds them into ClassDecl.
 

Method Detail

getCode

java.lang.String getCode(ClassDecl cl)
Returns the testing code for this problem.


parseTests

void parseTests(java.lang.String tests,
                ClassDecl cl)
Parses the testing code, creates test cases and adds them into ClassDecl.