net.sf.twip
Annotation Type Assume


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Assume

Limits the set of valid values for a parameter to a test method.

See Also:
for the allowed expressions

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011. All Rights Reserved.