public class TestScript extends Object implements TestScriptConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt |
boolean |
lookingAhead |
Token |
token |
TestScriptTokenManager |
token_source |
static String |
VERSION |
| Constructor and Description |
|---|
TestScript(InputStream stream) |
TestScript(Reader stream) |
TestScript(TestScriptTokenManager tm) |
| Modifier and Type | Method and Description |
|---|---|
TestNode |
BasicTest() |
void |
disable_tracing() |
void |
enable_tracing() |
String |
Expression() |
ParseException |
generateParseException() |
Map |
getGlobalPars() |
Map |
getGlobalVars() |
Token |
getNextToken() |
List |
getTests() |
Token |
getToken(int index) |
void |
Input() |
void |
LBrace() |
String |
LongDescr() |
static void |
main(String[] args) |
TestNode |
OnError() |
void |
RBrace() |
void |
ReInit(InputStream stream) |
void |
ReInit(Reader stream) |
void |
ReInit(TestScriptTokenManager tm) |
String |
ShortDescr() |
TestNode |
Test() |
String |
TestID() |
String |
TestName() |
Map |
TestParams() |
Map |
TestVars() |
Token |
Value() |
public static final String VERSION
public TestScriptTokenManager token_source
public Token token
public Token jj_nt
public boolean lookingAhead
public TestScript(InputStream stream)
public TestScript(Reader stream)
public TestScript(TestScriptTokenManager tm)
public List getTests()
public Map getGlobalPars()
public Map getGlobalVars()
public static void main(String[] args) throws ParseException
ParseExceptionpublic final void Input()
throws ParseException
ParseExceptionpublic final TestNode Test() throws ParseException
ParseExceptionpublic final TestNode BasicTest() throws ParseException
ParseExceptionpublic final String TestName() throws ParseException
ParseExceptionpublic final String TestID() throws ParseException
ParseExceptionpublic final String ShortDescr() throws ParseException
ParseExceptionpublic final String Expression() throws ParseException
ParseExceptionpublic final void LBrace()
throws ParseException
ParseExceptionpublic final void RBrace()
throws ParseException
ParseExceptionpublic final TestNode OnError() throws ParseException
ParseExceptionpublic final String LongDescr() throws ParseException
ParseExceptionpublic final Map TestVars() throws ParseException
ParseExceptionpublic final Map TestParams() throws ParseException
ParseExceptionpublic final Token Value() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(Reader stream)
public void ReInit(TestScriptTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2005–2017 Tigase. All rights reserved.