com.google.testing.threadtester
Annotation Type ThreadedAfter


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

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

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



Copyright © 2013. All Rights Reserved.