fr.inria.peerunit.parser
Annotation Type AfterClass


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterClass

Meta-annotation Retention indicate that this annotation must be retained in runtime Meta-annotation Target indicates that this annotation type can be used to annotate only method declarations.


Optional Element Summary
 int from
          Deprecated. As of release 1.0, replaced by range()
 int place
          Deprecated. As of release 1.0, replaced by range()
 java.lang.String range
          Range of peers where the test step should be executed.
 int timeout
           
 int to
          Deprecated. As of release 1.0, replaced by range()
 

range

public abstract java.lang.String range
Range of peers where the test step should be executed.

Returns:
a String in the form: "*", "54" or "4-17".
Default:
"*"

place

@Deprecated
public abstract int place
Deprecated. As of release 1.0, replaced by range()

Returns:
Default:
-1

from

@Deprecated
public abstract int from
Deprecated. As of release 1.0, replaced by range()

Returns:
Default:
-1

to

@Deprecated
public abstract int to
Deprecated. As of release 1.0, replaced by range()

Returns:
Default:
-1

timeout

public abstract int timeout
Default:
-1


Copyright © 2010. All Rights Reserved.