com.google.testing.threadtester
Annotation Type ThreadedAfterAll


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

An optional annotation that designates part of a test suite that uses the AnnotatedTestRunner framework to perform multithreaded tests. The method tagged with the ThreadedAfterAll attribute will be run once after all test cases have been 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.