org.jboss.testharness.impl.runner
Class TestResultImpl
java.lang.Object
org.jboss.testharness.impl.runner.TestResultImpl
- All Implemented Interfaces:
- Serializable, TestResult
public class TestResultImpl
- extends Object
- implements Serializable, TestResult
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultImpl
public TestResultImpl(TestResult.Status status,
Throwable throwable)
getStatus
public TestResult.Status getStatus()
- Specified by:
getStatus in interface TestResult
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowable in interface TestResult
of
public static TestResult of(org.testng.ITestResult testNGResult)
Copyright © 2009-2010. All Rights Reserved.