com.google.testing.threadtester
Annotation Type ThreadedBefore


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

An annotation that designates part of a test suite that uses the AnnotatedTestRunner framework to perform multithreaded tests. A method tagged with the ThreadedBefore attribute will be run before every test case.

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



Copyright © 2013. All Rights Reserved.