interface CompoundAssertion: Assertion, Any
Fields
Name | Description |
---|---|
abstract anyFailed: Boolean
|
|
abstract allFailed: Boolean
|
|
abstract anyPassed: Boolean
|
|
abstract allPassed: Boolean
|
|
abstract passedCount: Int
|
the number of composed assertions that passed. |
abstract failedCount: Int
|
the number of composed assertions that failed. |
An assertion composed of multiple conditions whose overall result is determined by some aggregation of those conditions' results.