patterntesting.runtime.annotation
Annotation Type DelegateTo
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DelegateTo
If you use @RunWith(ProxyRunner.class) use must tell the
ProxyRunner class which class it
should use for delegation. ProxyRunner will use this class (which must be
derived from ParentRunner) to start the tests but will handle the
same additional annotations like the
SmokeRunner.
- Since:
- 1.2 (13.12.2011)
- Author:
- oboehm
|
Required Element Summary |
Class<? extends org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>> |
value
|
value
public abstract Class<? extends org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>> value
- Returns:
- a Runner class (must have a constructor that takes a single Class to run).
Copyright © 2002–2014 PatternTesting Team. All rights reserved.