Interface | Description |
---|---|
IObjectEnumDefaultFail |
Fail specification throwing an exception when a default check asserts.
|
IObjectEnumEqualsFail |
Fail specification throwing an exception when an equals check asserts.
|
IObjectEnumFailer |
Specification grouping all Enum fail specifications.
|
IObjectEnumGreaterFail |
Fail specification throwing an exception when a greater check asserts.
|
IObjectEnumGreaterOrEqualsFail |
Fail specification throwing an exception when a greater or equals check asserts.
|
IObjectEnumInsideFail |
Fail specification throwing an exception when a within check asserts.
|
IObjectEnumLessFail |
Fail specification throwing an exception when a less check asserts.
|
IObjectEnumLessOrEqualsFail |
Fail specification throwing an exception when a less or equals check asserts.
|
IObjectEnumNotDefaultFail |
Fail specification throwing an exception when a not-default check asserts.
|
IObjectEnumNotEqualsFail |
Fail specification throwing an exception when a not-equals check asserts.
|
IObjectEnumNotNullFail |
Fail specification throwing an exception when a not-null check asserts.
|
IObjectEnumNotSameFail |
Fail specification throwing an exception when a not-same check asserts.
|
IObjectEnumNullFail |
Fail specification throwing an exception when a null check asserts.
|
IObjectEnumOutsideFail |
Fail specification throwing an exception when a outside check asserts.
|
IObjectEnumSameFail |
Fail specification throwing an exception when a same check asserts.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.