|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.gunit.gUnitTestInput
public class gUnitTestInput
A class which contains input information of an individual testuite
| Field Summary | |
|---|---|
protected boolean |
inputIsFile
|
protected int |
line
|
protected java.lang.String |
testInput
|
| Constructor Summary | |
|---|---|
gUnitTestInput(java.lang.String testInput,
boolean inputIsFile,
int line)
|
|
| Method Summary | |
|---|---|
int |
getLine()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String testInput
protected boolean inputIsFile
protected int line
| Constructor Detail |
|---|
public gUnitTestInput(java.lang.String testInput,
boolean inputIsFile,
int line)
| Method Detail |
|---|
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||