net.thucydides.junit.annotations
Annotation Type UseTestDataFrom


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

Indicates that data-driven tests can and should be run in parallel. You can optionally indicate the number of threads to use. If not specified, a sensible value based on the number of processors will be used.


Required Element Summary
 String value
           
 
Optional Element Summary
 char separator
           
 

Element Detail

value

public abstract String value

separator

public abstract char separator
Default:
44


Copyright © 2011 Wakaleo Consulting. All Rights Reserved.