|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface IntegrationTest
This annotation allows you to mark classes which are not really a unit test
but a integration test. By default this classes are not executed by a normal
test run with JUnit. Only if you set the system property
Environment.INTEGRATION_TEST these
tests will executed.
You can use this annotation if
| Optional Element Summary | |
|---|---|
String |
value
You can give a reason why this test is an integration test or should be skipped, e.g. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||