Interface | Description |
---|---|
IObjectIntegerDefaultFail |
Fail specification throwing an exception when a default check asserts.
|
IObjectIntegerEqualsFail |
Fail specification throwing an exception when an equals check asserts.
|
IObjectIntegerFailer |
Specification grouping all Integer fail specifications.
|
IObjectIntegerGreaterFail |
Fail specification throwing an exception when a greater check asserts.
|
IObjectIntegerGreaterOrEqualsFail |
Fail specification throwing an exception when a greater or equals check asserts.
|
IObjectIntegerInsideFail |
Fail specification throwing an exception when a within check asserts.
|
IObjectIntegerLessFail |
Fail specification throwing an exception when a less check asserts.
|
IObjectIntegerLessOrEqualsFail |
Fail specification throwing an exception when a less or equals check asserts.
|
IObjectIntegerNotDefaultFail |
Fail specification throwing an exception when a not-default check asserts.
|
IObjectIntegerNotEqualsFail |
Fail specification throwing an exception when a not-equals check asserts.
|
IObjectIntegerNotNullFail |
Fail specification throwing an exception when a not-null check asserts.
|
IObjectIntegerNotSameFail |
Fail specification throwing an exception when a not-same check asserts.
|
IObjectIntegerNullFail |
Fail specification throwing an exception when a null check asserts.
|
IObjectIntegerOutsideFail |
Fail specification throwing an exception when a outside check asserts.
|
IObjectIntegerSameFail |
Fail specification throwing an exception when a same check asserts.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.