com.google.testing.threadtester
Annotation Type ThreadedBeforeAll


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

An optional annotation that designates part of a test suite that uses the AnnotatedTestRunner framework to perform multithreaded tests. The method tagged with the ThreadedBeforeAll attribute will be run once before any test case is run. Note that this annotation should only be applied to a static method.

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



Copyright © 2013. All Rights Reserved.