Interface | Description |
---|---|
IObjectStringDefaultFail |
Fail specification throwing an exception when a default check asserts.
|
IObjectStringEmptyFail |
Fail specification throwing an exception when an empty check asserts.
|
IObjectStringEqualsFail |
Fail specification throwing an exception when an equals check asserts.
|
IObjectStringFailer |
Specification grouping all String fail specifications.
|
IObjectStringGreaterFail |
Fail specification throwing an exception when a greater check asserts.
|
IObjectStringGreaterOrEqualsFail |
Fail specification throwing an exception when a greater or equals check asserts.
|
IObjectStringLessFail |
Fail specification throwing an exception when a less check asserts.
|
IObjectStringLessOrEqualsFail |
Fail specification throwing an exception when a less or equals check asserts.
|
IObjectStringMatchingFail |
Fail specification throwing an exception when a regex check asserts.
|
IObjectStringNotDefaultFail |
Fail specification throwing an exception when a not-default check asserts.
|
IObjectStringNotEmptyFail |
Fail specification throwing an exception when a not-empty check asserts.
|
IObjectStringNotEqualsFail |
Fail specification throwing an exception when a not-equals check asserts.
|
IObjectStringNotMatchingFail |
Fail specification throwing an exception when a regex check does NOT assert.
|
IObjectStringNotNullAndNotEmptyFail |
Fail specification throwing an exception when a not-null-and-not-empty check asserts.
|
IObjectStringNotNullFail |
Fail specification throwing an exception when a not-null check asserts.
|
IObjectStringNotSameFail |
Fail specification throwing an exception when a not-same check asserts.
|
IObjectStringNullFail |
Fail specification throwing an exception when a null check asserts.
|
IObjectStringNullOrEmptyFail |
Fail specification throwing an exception when a null-or-empty check asserts.
|
IObjectStringSameFail |
Fail specification throwing an exception when a same check asserts.
|
IObjectStringWithoutPostfixFail |
Fail specification throwing an exception when a non-postfix check asserts.
|
IObjectStringWithoutPrefixFail |
Fail specification throwing an exception when a non-prefix check asserts.
|
IObjectStringWithoutSubstringFail |
Fail specification throwing an exception when a non-substring check asserts.
|
IObjectStringWithPostfixFail |
Fail specification throwing an exception when a postfix check asserts.
|
IObjectStringWithPrefixFail |
Fail specification throwing an exception when a prefix check asserts.
|
IObjectStringWithSubstringFail |
Fail specification throwing an exception when a substring check asserts.
|
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.