Interface | Description |
---|---|
IObjectBooleanDefaultFail |
Fail specification throwing an exception when a default check asserts.
|
IObjectBooleanEqualsFail |
Fail specification throwing an exception when an equals check asserts.
|
IObjectBooleanFailer |
Specification grouping all Boolean fail specifications.
|
IObjectBooleanFalseFail |
Fail specification throwing an exception when a false check asserts.
|
IObjectBooleanNotDefaultFail |
Fail specification throwing an exception when a not-default check asserts.
|
IObjectBooleanNotEqualsFail |
Fail specification throwing an exception when a not-equals check asserts.
|
IObjectBooleanNotNullFail |
Fail specification throwing an exception when a not-null check asserts.
|
IObjectBooleanNotSameFail |
Fail specification throwing an exception when a not-same check asserts.
|
IObjectBooleanNullFail |
Fail specification throwing an exception when a null check asserts.
|
IObjectBooleanSameFail |
Fail specification throwing an exception when a same check asserts.
|
IObjectBooleanTrueFail |
Fail specification throwing an exception when a true check asserts.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.