rcf.core.test.simple
Annotation Type TestMethod


@Revision(value="$Revision: 1.7 $",
          date="$Date: 2006/12/13 06:56:02 $",
          tag="$Name:  $")
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface TestMethod

TODO: Javadoc TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString TODO: Representations of time? Should this be part of RCF? TODO: Add support for thrown() and timeout() to the runner

Version:
$Revision: 1.7 $
Author:
Greg Gibeling

Optional Element Summary
 Class<? extends Throwable> thrown
          TODO: Javadoc
 long timeout
          TODO: Javadoc
 

thrown

public abstract Class<? extends Throwable> thrown
TODO: Javadoc

Default:
rcf.core.test.simple.TestMethod.None.class

timeout

public abstract long timeout
TODO: Javadoc

Default:
0L