| Class | Description |
|---|---|
| AbortOnException |
Sometimes, if you run with ordered methods in a test class there is no point in proceeding if an earlier test failed.
|
| ExceptionCollector |
| Annotation Type | Description |
|---|---|
| AbortOnException.Except |
In combination with
AbortOnException. |
| AbortOnException.Ignore |
Like having both
AbortOnException.NoAbort and AbortOnException.Except, effectively makng the complete test method ignored by the abort on exception logic. |
| AbortOnException.NoAbort |
In combination with
AbortOnException. |
| AbortOnException.OnlyIfOrdered |
Only it the test class is also 'ordered' apply the abort on exception logic.
|
Copyright © 2020. All rights reserved.