com.google.testing.threadtester
Annotation Type ThreadedSecondary


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

An annotation that designates part of a test case that uses the AnnotatedTestRunner framework to perform multithreaded tests.

Author:
alasdair.mackintosh@gmail.com (Alasdair Mackintosh)

Optional Element Summary
 String name
          The name of the test case that this method is part of
 

name

public abstract String name
The name of the test case that this method is part of

Default:
"com.google.testing.threadtester.DEFAULT_TEST"


Copyright © 2013. All Rights Reserved.