|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkawigi.language.VBTestGenerator
public class VBTestGenerator
| Constructor Summary | |
|---|---|
VBTestGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCode(ClassDecl cl)
Returns VB.NET testing code for the problem statement's example test cases. |
void |
parseTests(java.lang.String tests,
ClassDecl cl)
Parses the testing code and creates test cases. |
protected java.lang.String |
toTest(java.lang.String[] input,
EditorDataType[] types)
Quick utility function to provide the code that should return the parameter list for the function. |
protected static java.lang.String |
translateObject(EditorDataType type,
java.lang.String value)
Quck utility function to convert a string value from TC to code that creates that value in VB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VBTestGenerator()
| Method Detail |
|---|
public java.lang.String getCode(ClassDecl cl)
getCode in interface TestGenerator
public void parseTests(java.lang.String tests,
ClassDecl cl)
parseTests in interface TestGenerator
protected java.lang.String toTest(java.lang.String[] input,
EditorDataType[] types)
protected static java.lang.String translateObject(EditorDataType type,
java.lang.String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||