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