Class | Description |
---|---|
ConcurrentParameterizedRunner |
Custom implementation of a JUnit
Runner that allows parameterized
tests to run in parallel. |
ConcurrentRunner |
Jersey implementation of a JUnit
Runner that runs
all test methods within a single test class in parallel. |
Annotation Type | Description |
---|---|
RunSeparately |
Marker annotation for test methods that should be run separately in a non-parallel
fashion.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.