public class gUnitTestResult extends Object
Constructor | Description |
---|---|
gUnitTestResult(boolean success,
String output) |
|
gUnitTestResult(boolean success,
String output,
boolean isLexerTest) |
|
gUnitTestResult(boolean success,
String output,
String returned) |
Modifier and Type | Method | Description |
---|---|---|
String |
getError() |
|
String |
getOutput() |
|
String |
getReturned() |
|
boolean |
isLexerTest() |
|
boolean |
isSuccess() |
|
void |
setError(String error) |
Copyright © 1992–2018 ANTLR. All rights reserved.