com.google.testing.threadtester
Annotation Type ThreadedVerification


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

An annotation that designates part of a test case that uses the AnnotatedTestRunner framework to perform multithreaded tests. The method tagged with the ThreadedVerification attribute will be run after the main and secondary methods.

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

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.