org.jboss.testharness.api
Interface TestResult

All Superinterfaces:
Serializable

public interface TestResult
extends Serializable

A test result which may be serialized for communicate between client and server

Author:
Pete Muir

Nested Class Summary
static class TestResult.Status
          The test status
 
Method Summary
 TestResult.Status getStatus()
          Get the status of this test
 Throwable getThrowable()
          If the test failed, the exception that was thrown.
 

Method Detail

getStatus

TestResult.Status getStatus()
Get the status of this test


getThrowable

Throwable getThrowable()
If the test failed, the exception that was thrown. It does not need to be the root cause.



Copyright © 2009-2010. All Rights Reserved.