org.infinitest.toolkit.filter
Annotation Type Type


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Type

Indicates what type of test a class or method is categorized as.


Optional Element Summary
 String name
           
 TestType value
           
 

value

public abstract TestType value
Default:
UNIT

name

public abstract String name
Default:
""


© Copyright 2009 Paul R. Holser, Jr. All rights reserved. pholser@alumni.rice.edu