| Class | Description |
|---|---|
| SkipTestRule |
JUnit rule that inspects the presence of the
SkipLongRunning annotation either on a test method or on a test suite. |
| Annotation Type | Description |
|---|---|
| SkipLongRunning |
Marker annotation used together with the
SkipTestRule JUnit rule, that allows long running tests to be excluded
from the build, using the skipLongRunningTests system property. |
| SkipOnOS |
Marker annotation used together with the
SkipTestRule JUnit rule, that allows tests to be excluded
from the build if they are run on certain platforms. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.