org.jboss.test.jca.inflow
Class Result

java.lang.Object
  extended byorg.jboss.test.jca.inflow.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

A test result

See Also:
Serialized Form

Constructor Summary
Result()
           
 
Method Summary
 void check()
           
 void fail(java.lang.Throwable t)
           
 void pass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

pass

public void pass()

fail

public void fail(java.lang.Throwable t)

check

public void check()
           throws java.lang.Throwable
Throws:
java.lang.Throwable