public abstract class TestResult extends Object
Modifier | Constructor and Description |
---|---|
protected |
TestResult(long runtime,
Throwable failure,
boolean wasSuccessful) |
Modifier and Type | Method and Description |
---|---|
long |
getRuntime() |
String |
getStackTrace() |
boolean |
hasFailed() |
String |
toString() |
protected TestResult(long runtime, Throwable failure, boolean wasSuccessful)
Copyright © 2010–2019 GZoltar. All rights reserved.