public abstract class AFailer extends Object implements IFailer
IFailer
.
The purpose of this is to ease the burden of concrete implementations.
To extend this in a concrete implementation is optional.
Modifier and Type | Field and Description |
---|---|
protected static Object[] |
EmptyObjectArray
Empty object array to reuse with calls to popContractWithCallerAndThrowException.
|
Modifier | Constructor and Description |
---|---|
protected |
AFailer()
Default constructor.
|
|
AFailer(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
Modifier and Type | Method and Description |
---|---|
protected FailFastException |
constructFailException(Class<? extends IFail> failerSpecificationType,
NFail failAnnotation,
ICallContract callContract,
Object[] failerUserArguments,
Object[] failerExtraArguments) |
protected String |
constructFailMessage(Class<? extends IFail> failerSpecificationType,
NFail failAnnotation,
Object[] checkerUserArguments,
Object[] checkerExtraArguments,
Object[] failerUserArguments,
Object[] failerExtraArguments) |
void |
failBooleanDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failBooleanDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failBooleanEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Booleans, since they passed an equals check.
|
void |
failBooleanEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Booleans, since they passed an equals check.
|
void |
failBooleanFalse(Object caller,
String referenceAName)
Fails specified reference, since it passed a false check.
|
void |
failBooleanFalse(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a false check.
|
void |
failBooleanNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failBooleanNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failBooleanNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Booleans, since they passed a not-equals check.
|
void |
failBooleanNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Booleans, since they passed a not-equals check.
|
void |
failBooleanNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failBooleanNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failBooleanNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failBooleanNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failBooleanNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failBooleanNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failBooleanSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failBooleanSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failBooleanTrue(Object caller,
String referenceAName)
Fails specified reference, since it passed a true check.
|
void |
failBooleanTrue(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a true check.
|
void |
failByteDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failByteDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failByteEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Bytes, since they passed an equals check.
|
void |
failByteEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Bytes, since they passed an equals check.
|
void |
failByteGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failByteGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failByteGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failByteGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failByteInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failByteInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failByteLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failByteLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failByteLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failByteLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failByteNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failByteNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failByteNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Bytes, since they passed a not-equals check.
|
void |
failByteNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Bytes, since they passed a not-equals check.
|
void |
failByteNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failByteNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failByteNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failByteNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failByteNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failByteNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failByteOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failByteOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failByteSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failByteSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failCharacterDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failCharacterDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failCharacterEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Characters, since they passed an equals check.
|
void |
failCharacterEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Characters, since they passed an equals check.
|
void |
failCharacterGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failCharacterGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failCharacterGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failCharacterGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failCharacterInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failCharacterInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failCharacterLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failCharacterLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failCharacterLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failCharacterLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failCharacterNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failCharacterNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failCharacterNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Characters, since they passed a not-equals check.
|
void |
failCharacterNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Characters, since they passed a not-equals check.
|
void |
failCharacterNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failCharacterNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failCharacterNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failCharacterNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failCharacterNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failCharacterNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failCharacterOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failCharacterOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failCharacterSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failCharacterSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failDateDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failDateDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failDateEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Dates, since they passed an equals check.
|
void |
failDateEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Dates, since they passed an equals check.
|
void |
failDateGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failDateGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failDateGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failDateGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failDateInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failDateInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failDateLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failDateLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failDateLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failDateLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failDateNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failDateNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failDateNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Dates, since they passed a not-equals check.
|
void |
failDateNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Dates, since they passed a not-equals check.
|
void |
failDateNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failDateNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failDateNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failDateNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failDateNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failDateNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failDateOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failDateOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failDateSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failDateSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failDoubleDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failDoubleDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failDoubleEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Doubles, since they passed an equals check.
|
void |
failDoubleEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Doubles, since they passed an equals check.
|
void |
failDoubleEqualsAlmost(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals-almost check.
|
void |
failDoubleEqualsAlmost(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals-almost check.
|
void |
failDoubleGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failDoubleGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failDoubleGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failDoubleGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failDoubleInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failDoubleInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failDoubleLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failDoubleLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failDoubleLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failDoubleLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failDoubleNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failDoubleNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failDoubleNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Doubles, since they passed a not-equals check.
|
void |
failDoubleNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Doubles, since they passed a not-equals check.
|
void |
failDoubleNotEqualsAlmost(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-equals-almost check.
|
void |
failDoubleNotEqualsAlmost(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-equals-almost check.
|
void |
failDoubleNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failDoubleNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failDoubleNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failDoubleNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failDoubleNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failDoubleNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failDoubleOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failDoubleOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failDoubleSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failDoubleSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failEnumDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failEnumDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failEnumEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Enums, since they passed an equals check.
|
void |
failEnumEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Enums, since they passed an equals check.
|
void |
failEnumGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failEnumGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failEnumGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failEnumGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failEnumInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failEnumInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failEnumLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failEnumLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failEnumLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failEnumLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failEnumNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failEnumNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failEnumNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Enums, since they passed a not-equals check.
|
void |
failEnumNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Enums, since they passed a not-equals check.
|
void |
failEnumNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failEnumNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failEnumNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failEnumNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failEnumNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failEnumNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failEnumOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failEnumOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failEnumSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failEnumSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failFloatDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failFloatDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failFloatEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Floats, since they passed an equals check.
|
void |
failFloatEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Floats, since they passed an equals check.
|
void |
failFloatEqualsAlmost(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals-almost check.
|
void |
failFloatEqualsAlmost(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals-almost check.
|
void |
failFloatGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failFloatGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failFloatGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failFloatGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failFloatInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failFloatInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failFloatLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failFloatLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failFloatLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failFloatLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failFloatNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failFloatNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failFloatNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Floats, since they passed a not-equals check.
|
void |
failFloatNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Floats, since they passed a not-equals check.
|
void |
failFloatNotEqualsAlmost(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-equals-almost check.
|
void |
failFloatNotEqualsAlmost(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-equals-almost check.
|
void |
failFloatNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failFloatNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failFloatNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failFloatNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failFloatNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failFloatNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failFloatOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failFloatOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failFloatSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failFloatSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failIntegerDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failIntegerDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failIntegerEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Integers, since they passed an equals check.
|
void |
failIntegerEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Integers, since they passed an equals check.
|
void |
failIntegerGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failIntegerGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failIntegerGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failIntegerGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failIntegerInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failIntegerInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failIntegerLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failIntegerLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failIntegerLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failIntegerLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failIntegerNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failIntegerNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failIntegerNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Integers, since they passed a not-equals check.
|
void |
failIntegerNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Integers, since they passed a not-equals check.
|
void |
failIntegerNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failIntegerNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failIntegerNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failIntegerNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failIntegerNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failIntegerNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failIntegerOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failIntegerOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failIntegerSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failIntegerSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failLongDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failLongDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failLongEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Longs, since they passed an equals check.
|
void |
failLongEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Longs, since they passed an equals check.
|
void |
failLongGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failLongGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failLongGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failLongGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failLongInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failLongInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failLongLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failLongLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failLongLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failLongLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failLongNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failLongNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failLongNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Longs, since they passed a not-equals check.
|
void |
failLongNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Longs, since they passed a not-equals check.
|
void |
failLongNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failLongNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failLongNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failLongNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failLongNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failLongNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failLongOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failLongOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failLongSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failLongSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failObjectArrayEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals check.
|
void |
failObjectArrayEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals check.
|
void |
failObjectCollectionEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals check.
|
void |
failObjectCollectionEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals check.
|
void |
failObjectDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failObjectDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failObjectEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals check.
|
void |
failObjectEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals check.
|
void |
failObjectListEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals check.
|
void |
failObjectListEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals check.
|
void |
failObjectNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failObjectNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failObjectNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-equals check.
|
void |
failObjectNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-equals check.
|
void |
failObjectNotNull(Object caller,
String referenceName)
Fails specified reference, since it passed a not-null check.
|
void |
failObjectNotNull(Object caller,
String referenceName,
String message)
Fails specified reference, since it passed a not-null check.
|
void |
failObjectNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failObjectNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failObjectNull(Object caller,
String referenceName)
Fails specified reference, since it passed a null check.
|
void |
failObjectNull(Object caller,
String referenceName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failObjectSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failObjectSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failObjectsEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed an equals check.
|
void |
failObjectsEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed an equals check.
|
void |
failObjectsNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-equals check.
|
void |
failObjectsNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-equals check.
|
void |
failShortDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failShortDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failShortEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Shorts, since they passed an equals check.
|
void |
failShortEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Shorts, since they passed an equals check.
|
void |
failShortGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failShortGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failShortGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failShortGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failShortInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failShortInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failShortLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failShortLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failShortLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failShortLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failShortNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failShortNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failShortNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Shorts, since they passed a not-equals check.
|
void |
failShortNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Shorts, since they passed a not-equals check.
|
void |
failShortNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failShortNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failShortNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failShortNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failShortNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failShortNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failShortOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failShortOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failShortSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failShortSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failStringDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failStringDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failStringEmpty(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed an empty check.
|
void |
failStringEmpty(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed an empty check.
|
void |
failStringEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Strings, since they passed an equals check.
|
void |
failStringEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Strings, since they passed an equals check.
|
void |
failStringGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failStringGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failStringGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failStringGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failStringLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failStringLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failStringLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failStringLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failStringMatching(Object caller,
String referenceAName)
Fails specified String, since it passed a regex check.
|
void |
failStringMatching(Object caller,
String referenceAName,
String message)
Fails specified String, since it passed a regex check.
|
void |
failStringNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failStringNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failStringNotEmpty(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-empty check.
|
void |
failStringNotEmpty(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-empty check.
|
void |
failStringNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified Strings, since they passed a not-equals check.
|
void |
failStringNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified Strings, since they passed a not-equals check.
|
void |
failStringNotMatching(Object caller,
String referenceAName)
Fails specified String, since it did NOT pass a regex check.
|
void |
failStringNotMatching(Object caller,
String referenceAName,
String message)
Fails specified String, since it did NOT pass a regex check.
|
void |
failStringNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failStringNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failStringNotNullAndNotEmpty(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-null-and-not-empty check.
|
void |
failStringNotNullAndNotEmpty(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-null-and-not-empty check.
|
void |
failStringNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failStringNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failStringNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failStringNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failStringNullOrEmpty(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a null-or-empty check.
|
void |
failStringNullOrEmpty(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a null-or-empty check.
|
void |
failStringSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failStringSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
void |
failStringWithoutPostfix(Object caller,
String referenceAName)
Fails specified Strings, since they passed a non-postfix check.
|
void |
failStringWithoutPostfix(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a non-postfix check.
|
void |
failStringWithoutPrefix(Object caller,
String referenceAName)
Fails specified Strings, since they passed a non-prefix check.
|
void |
failStringWithoutPrefix(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a non-prefix check.
|
void |
failStringWithoutSubstring(Object caller,
String referenceAName)
Fails specified Strings, since they passed a non-substring check.
|
void |
failStringWithoutSubstring(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a non-substring check.
|
void |
failStringWithPostfix(Object caller,
String referenceAName)
Fails specified Strings, since they passed a postfix check.
|
void |
failStringWithPostfix(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a postfix check.
|
void |
failStringWithPrefix(Object caller,
String referenceAName)
Fails specified Strings, since they passed a prefix check.
|
void |
failStringWithPrefix(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a prefix check.
|
void |
failStringWithSubstring(Object caller,
String referenceAName)
Fails specified Strings, since they passed a substring check.
|
void |
failStringWithSubstring(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a substring check.
|
void |
failUuidDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a default check.
|
void |
failUuidDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a default check.
|
void |
failUuidEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified UUIDs, since they passed an equals check.
|
void |
failUuidEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified UUIDs, since they passed an equals check.
|
void |
failUuidGreater(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a greater check.
|
void |
failUuidGreater(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater check.
|
void |
failUuidGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified values, since they passed a greater or equals check.
|
void |
failUuidGreaterOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a greater or equals check.
|
void |
failUuidInside(Object caller,
String referenceAName)
Fails specified values, since they passed an inside check.
|
void |
failUuidInside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed an inside check.
|
void |
failUuidLess(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less check.
|
void |
failUuidLess(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less check.
|
void |
failUuidLessOrEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a less or equals check.
|
void |
failUuidLessOrEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a less or equals check.
|
void |
failUuidNotDefault(Object caller,
String referenceAName)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failUuidNotDefault(Object caller,
String referenceAName,
String message)
Fails specified reference, since its referenced value passed a not-default check.
|
void |
failUuidNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified UUIDs, since they passed a not-equals check.
|
void |
failUuidNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified UUIDs, since they passed a not-equals check.
|
void |
failUuidNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failUuidNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failUuidNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failUuidNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failUuidNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a null check.
|
void |
failUuidNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void |
failUuidOutside(Object caller,
String referenceAName)
Fails specified references, since they passed an outside check.
|
void |
failUuidOutside(Object caller,
String referenceAName,
String message)
Fails specified references, since they passed a outside check.
|
void |
failUuidSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a same check (using ==).
|
void |
failUuidSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a same check (using ==).
|
ICallContractor |
getCallContractor()
Retrieves the call contractor.
|
IFailFastException |
getFailFastExceptionOrNull()
Returns the first thrown fail-fast exception, if any.
|
protected NFail |
LookupFailAnnotation(Class<?> failSpecificationType,
Object[] messageFormatArguments) |
protected ICallContract |
popContractWithCaller(Object caller,
Class<? extends IFail> failSpecification) |
protected void |
popContractWithCallerAndThrowException(Object caller,
Class<? extends IFail> failerSpecificationType,
Object[] failerArguments)
Call this after a check asserts.
|
protected void |
popContractWithCallerAndThrowException(Object caller,
Class<? extends IFail> failerSpecificationType,
Object[] failerArguments,
Object[] failerExtraArguments)
Call this after a check asserts.
|
void |
setCallContractor(ICallContractor callContractor)
Sets the call contractor, or null to end an existing contract.
|
protected void |
setFailFastExceptionOrNull(IFailFastException failFastExceptionOrNull) |
protected static final Object[] EmptyObjectArray
protected AFailer()
Remember to set call contractor before usage.
public AFailer(ICallContractor callContractor)
This is ready for use after this call.
callContractor
- used by thispublic ICallContractor getCallContractor()
ICallContractorReference
getCallContractor
in interface ICallContractorReference
public void setCallContractor(ICallContractor callContractor)
ICallContractorReference
setCallContractor
in interface ICallContractorReference
callContractor
- contractor to use, or null, if no contract.public IFailFastException getFailFastExceptionOrNull()
IFailFastExceptionReference
getFailFastExceptionOrNull
in interface IFailFastExceptionReference
protected void setFailFastExceptionOrNull(IFailFastException failFastExceptionOrNull)
public void failObjectNull(Object caller, String referenceName)
IObjectNullFail
failObjectNull
in interface IObjectNullFail
caller
- object calling checker and then failer (reference check asserted)referenceName
- name of reference to failpublic void failObjectNull(Object caller, String referenceName, String message)
IObjectNullFail
failObjectNull
in interface IObjectNullFail
caller
- object calling checker and then failer (reference check asserted)referenceName
- name of reference to failmessage
- additional informationpublic void failObjectNotNull(Object caller, String referenceName)
IObjectNotNullFail
failObjectNotNull
in interface IObjectNotNullFail
caller
- object calling checker and then failer (reference check asserted)referenceName
- name of reference to failpublic void failObjectNotNull(Object caller, String referenceName, String message)
IObjectNotNullFail
failObjectNotNull
in interface IObjectNotNullFail
caller
- object calling checker and then failer (reference check asserted)referenceName
- name of reference to failmessage
- additional informationpublic void failObjectEquals(Object caller, String referenceAName, String referenceBName)
IObjectEqualsFail
failObjectEquals
in interface IObjectEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectEqualsFail
failObjectEquals
in interface IObjectEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectNotEqualsFail
failObjectNotEquals
in interface IObjectNotEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectNotEqualsFail
failObjectNotEquals
in interface IObjectNotEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectSame(Object caller, String referenceAName, String referenceBName)
IObjectSameFail
failObjectSame
in interface IObjectSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectSameFail
failObjectSame
in interface IObjectSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectNotSame(Object caller, String referenceAName, String referenceBName)
IObjectNotSameFail
failObjectNotSame
in interface IObjectNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectNotSameFail
failObjectNotSame
in interface IObjectNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectDefault(Object caller, String referenceAName)
IObjectDefaultFail
failObjectDefault
in interface IObjectDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failObjectDefault(Object caller, String referenceAName, String message)
IObjectDefaultFail
failObjectDefault
in interface IObjectDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failObjectNotDefault(Object caller, String referenceAName)
IObjectNotDefaultFail
failObjectNotDefault
in interface IObjectNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failObjectNotDefault(Object caller, String referenceAName, String message)
IObjectNotDefaultFail
failObjectNotDefault
in interface IObjectNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failObjectArrayEquals(Object caller, String referenceAName, String referenceBName)
IObjectArrayEqualsFail
failObjectArrayEquals
in interface IObjectArrayEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectArrayEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectArrayEqualsFail
failObjectArrayEquals
in interface IObjectArrayEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectListEquals(Object caller, String referenceAName, String referenceBName)
IObjectListEqualsFail
failObjectListEquals
in interface IObjectListEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectListEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectListEqualsFail
failObjectListEquals
in interface IObjectListEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectCollectionEquals(Object caller, String referenceAName, String referenceBName)
IObjectCollectionEqualsFail
failObjectCollectionEquals
in interface IObjectCollectionEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectCollectionEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectCollectionEqualsFail
failObjectCollectionEquals
in interface IObjectCollectionEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectsEquals(Object caller, String referenceAName, String referenceBName)
IObjectsEqualsFail
failObjectsEquals
in interface IObjectsEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectsEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectsEqualsFail
failObjectsEquals
in interface IObjectsEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failObjectsNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectsNotEqualsFail
failObjectsNotEquals
in interface IObjectsNotEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failObjectsNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectsNotEqualsFail
failObjectsNotEquals
in interface IObjectsNotEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failBooleanNotSame(Object caller, String referenceAName, String referenceBName)
IObjectBooleanNotSameFail
failBooleanNotSame
in interface IObjectBooleanNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failBooleanNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectBooleanNotSameFail
failBooleanNotSame
in interface IObjectBooleanNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failBooleanSame(Object caller, String referenceAName, String referenceBName)
IObjectBooleanSameFail
failBooleanSame
in interface IObjectBooleanSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failBooleanSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectBooleanSameFail
failBooleanSame
in interface IObjectBooleanSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failBooleanNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectBooleanNotEqualsFail
failBooleanNotEquals
in interface IObjectBooleanNotEqualsFail
caller
- object calling checker and then failer (if Boolean check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failBooleanNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectBooleanNotEqualsFail
failBooleanNotEquals
in interface IObjectBooleanNotEqualsFail
caller
- object calling checker and then failer (if Boolean check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failBooleanEquals(Object caller, String referenceAName, String referenceBName)
IObjectBooleanEqualsFail
failBooleanEquals
in interface IObjectBooleanEqualsFail
caller
- object calling checker and then failer (if Boolean check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failBooleanEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectBooleanEqualsFail
failBooleanEquals
in interface IObjectBooleanEqualsFail
caller
- object calling checker and then failer (if Boolean check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failBooleanNotNull(Object caller, String referenceAName)
IObjectBooleanNotNullFail
failBooleanNotNull
in interface IObjectBooleanNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanNotNull(Object caller, String referenceAName, String message)
IObjectBooleanNotNullFail
failBooleanNotNull
in interface IObjectBooleanNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failBooleanNull(Object caller, String referenceAName)
IObjectBooleanNullFail
failBooleanNull
in interface IObjectBooleanNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanNull(Object caller, String referenceAName, String message)
IObjectBooleanNullFail
failBooleanNull
in interface IObjectBooleanNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failBooleanFalse(Object caller, String referenceAName)
IObjectBooleanFalseFail
failBooleanFalse
in interface IObjectBooleanFalseFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanFalse(Object caller, String referenceAName, String message)
IObjectBooleanFalseFail
failBooleanFalse
in interface IObjectBooleanFalseFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failBooleanTrue(Object caller, String referenceAName)
IObjectBooleanTrueFail
failBooleanTrue
in interface IObjectBooleanTrueFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanTrue(Object caller, String referenceAName, String message)
IObjectBooleanTrueFail
failBooleanTrue
in interface IObjectBooleanTrueFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failBooleanDefault(Object caller, String referenceAName)
IObjectBooleanDefaultFail
failBooleanDefault
in interface IObjectBooleanDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanDefault(Object caller, String referenceAName, String message)
IObjectBooleanDefaultFail
failBooleanDefault
in interface IObjectBooleanDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failBooleanNotDefault(Object caller, String referenceAName)
IObjectBooleanNotDefaultFail
failBooleanNotDefault
in interface IObjectBooleanNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failBooleanNotDefault(Object caller, String referenceAName, String message)
IObjectBooleanNotDefaultFail
failBooleanNotDefault
in interface IObjectBooleanNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteNotSame(Object caller, String referenceAName, String referenceBName)
IObjectByteNotSameFail
failByteNotSame
in interface IObjectByteNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteNotSameFail
failByteNotSame
in interface IObjectByteNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteSame(Object caller, String referenceAName, String referenceBName)
IObjectByteSameFail
failByteSame
in interface IObjectByteSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteSameFail
failByteSame
in interface IObjectByteSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectByteNotEqualsFail
failByteNotEquals
in interface IObjectByteNotEqualsFail
caller
- object calling checker and then failer (if Byte check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteNotEqualsFail
failByteNotEquals
in interface IObjectByteNotEqualsFail
caller
- object calling checker and then failer (if Byte check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteEquals(Object caller, String referenceAName, String referenceBName)
IObjectByteEqualsFail
failByteEquals
in interface IObjectByteEqualsFail
caller
- object calling checker and then failer (if Byte check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteEqualsFail
failByteEquals
in interface IObjectByteEqualsFail
caller
- object calling checker and then failer (if Byte check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteNotNull(Object caller, String referenceAName)
IObjectByteNotNullFail
failByteNotNull
in interface IObjectByteNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failByteNotNull(Object caller, String referenceAName, String message)
IObjectByteNotNullFail
failByteNotNull
in interface IObjectByteNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteNull(Object caller, String referenceAName)
IObjectByteNullFail
failByteNull
in interface IObjectByteNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failByteNull(Object caller, String referenceAName, String message)
IObjectByteNullFail
failByteNull
in interface IObjectByteNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteDefault(Object caller, String referenceAName)
IObjectByteDefaultFail
failByteDefault
in interface IObjectByteDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failByteDefault(Object caller, String referenceAName, String message)
IObjectByteDefaultFail
failByteDefault
in interface IObjectByteDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteNotDefault(Object caller, String referenceAName)
IObjectByteNotDefaultFail
failByteNotDefault
in interface IObjectByteNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failByteNotDefault(Object caller, String referenceAName, String message)
IObjectByteNotDefaultFail
failByteNotDefault
in interface IObjectByteNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteGreater(Object caller, String referenceAName, String referenceBName)
IObjectByteGreaterFail
failByteGreater
in interface IObjectByteGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteGreaterFail
failByteGreater
in interface IObjectByteGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectByteGreaterOrEqualsFail
failByteGreaterOrEquals
in interface IObjectByteGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteGreaterOrEqualsFail
failByteGreaterOrEquals
in interface IObjectByteGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteLess(Object caller, String referenceAName, String referenceBName)
IObjectByteLessFail
failByteLess
in interface IObjectByteLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteLessFail
failByteLess
in interface IObjectByteLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectByteLessOrEqualsFail
failByteLessOrEquals
in interface IObjectByteLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failByteLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectByteLessOrEqualsFail
failByteLessOrEquals
in interface IObjectByteLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failByteOutside(Object caller, String referenceAName)
IObjectByteOutsideFail
failByteOutside
in interface IObjectByteOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failByteOutside(Object caller, String referenceAName, String message)
IObjectByteOutsideFail
failByteOutside
in interface IObjectByteOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failByteInside(Object caller, String referenceAName)
IObjectByteInsideFail
failByteInside
in interface IObjectByteInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failByteInside(Object caller, String referenceAName, String message)
IObjectByteInsideFail
failByteInside
in interface IObjectByteInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterNotSame(Object caller, String referenceAName, String referenceBName)
IObjectCharacterNotSameFail
failCharacterNotSame
in interface IObjectCharacterNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterNotSameFail
failCharacterNotSame
in interface IObjectCharacterNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterSame(Object caller, String referenceAName, String referenceBName)
IObjectCharacterSameFail
failCharacterSame
in interface IObjectCharacterSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterSameFail
failCharacterSame
in interface IObjectCharacterSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectCharacterNotEqualsFail
failCharacterNotEquals
in interface IObjectCharacterNotEqualsFail
caller
- object calling checker and then failer (if Character check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterNotEqualsFail
failCharacterNotEquals
in interface IObjectCharacterNotEqualsFail
caller
- object calling checker and then failer (if Character check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterEquals(Object caller, String referenceAName, String referenceBName)
IObjectCharacterEqualsFail
failCharacterEquals
in interface IObjectCharacterEqualsFail
caller
- object calling checker and then failer (if Character check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterEqualsFail
failCharacterEquals
in interface IObjectCharacterEqualsFail
caller
- object calling checker and then failer (if Character check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterNotNull(Object caller, String referenceAName)
IObjectCharacterNotNullFail
failCharacterNotNull
in interface IObjectCharacterNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failCharacterNotNull(Object caller, String referenceAName, String message)
IObjectCharacterNotNullFail
failCharacterNotNull
in interface IObjectCharacterNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterNull(Object caller, String referenceAName)
IObjectCharacterNullFail
failCharacterNull
in interface IObjectCharacterNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failCharacterNull(Object caller, String referenceAName, String message)
IObjectCharacterNullFail
failCharacterNull
in interface IObjectCharacterNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterDefault(Object caller, String referenceAName)
IObjectCharacterDefaultFail
failCharacterDefault
in interface IObjectCharacterDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failCharacterDefault(Object caller, String referenceAName, String message)
IObjectCharacterDefaultFail
failCharacterDefault
in interface IObjectCharacterDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterNotDefault(Object caller, String referenceAName)
IObjectCharacterNotDefaultFail
failCharacterNotDefault
in interface IObjectCharacterNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failCharacterNotDefault(Object caller, String referenceAName, String message)
IObjectCharacterNotDefaultFail
failCharacterNotDefault
in interface IObjectCharacterNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterGreater(Object caller, String referenceAName, String referenceBName)
IObjectCharacterGreaterFail
failCharacterGreater
in interface IObjectCharacterGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterGreaterFail
failCharacterGreater
in interface IObjectCharacterGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectCharacterGreaterOrEqualsFail
failCharacterGreaterOrEquals
in interface IObjectCharacterGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterGreaterOrEqualsFail
failCharacterGreaterOrEquals
in interface IObjectCharacterGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterLess(Object caller, String referenceAName, String referenceBName)
IObjectCharacterLessFail
failCharacterLess
in interface IObjectCharacterLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterLessFail
failCharacterLess
in interface IObjectCharacterLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectCharacterLessOrEqualsFail
failCharacterLessOrEquals
in interface IObjectCharacterLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failCharacterLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectCharacterLessOrEqualsFail
failCharacterLessOrEquals
in interface IObjectCharacterLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failCharacterOutside(Object caller, String referenceAName)
IObjectCharacterOutsideFail
failCharacterOutside
in interface IObjectCharacterOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failCharacterOutside(Object caller, String referenceAName, String message)
IObjectCharacterOutsideFail
failCharacterOutside
in interface IObjectCharacterOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failCharacterInside(Object caller, String referenceAName)
IObjectCharacterInsideFail
failCharacterInside
in interface IObjectCharacterInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failCharacterInside(Object caller, String referenceAName, String message)
IObjectCharacterInsideFail
failCharacterInside
in interface IObjectCharacterInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateNotSame(Object caller, String referenceAName, String referenceBName)
IObjectDateNotSameFail
failDateNotSame
in interface IObjectDateNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateNotSameFail
failDateNotSame
in interface IObjectDateNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateSame(Object caller, String referenceAName, String referenceBName)
IObjectDateSameFail
failDateSame
in interface IObjectDateSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateSameFail
failDateSame
in interface IObjectDateSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectDateNotEqualsFail
failDateNotEquals
in interface IObjectDateNotEqualsFail
caller
- object calling checker and then failer (if Date check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateNotEqualsFail
failDateNotEquals
in interface IObjectDateNotEqualsFail
caller
- object calling checker and then failer (if Date check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateEquals(Object caller, String referenceAName, String referenceBName)
IObjectDateEqualsFail
failDateEquals
in interface IObjectDateEqualsFail
caller
- object calling checker and then failer (if Date check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateEqualsFail
failDateEquals
in interface IObjectDateEqualsFail
caller
- object calling checker and then failer (if Date check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateNotNull(Object caller, String referenceAName)
IObjectDateNotNullFail
failDateNotNull
in interface IObjectDateNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDateNotNull(Object caller, String referenceAName, String message)
IObjectDateNotNullFail
failDateNotNull
in interface IObjectDateNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateNull(Object caller, String referenceAName)
IObjectDateNullFail
failDateNull
in interface IObjectDateNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDateNull(Object caller, String referenceAName, String message)
IObjectDateNullFail
failDateNull
in interface IObjectDateNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateDefault(Object caller, String referenceAName)
IObjectDateDefaultFail
failDateDefault
in interface IObjectDateDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDateDefault(Object caller, String referenceAName, String message)
IObjectDateDefaultFail
failDateDefault
in interface IObjectDateDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateNotDefault(Object caller, String referenceAName)
IObjectDateNotDefaultFail
failDateNotDefault
in interface IObjectDateNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDateNotDefault(Object caller, String referenceAName, String message)
IObjectDateNotDefaultFail
failDateNotDefault
in interface IObjectDateNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateGreater(Object caller, String referenceAName, String referenceBName)
IObjectDateGreaterFail
failDateGreater
in interface IObjectDateGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateGreaterFail
failDateGreater
in interface IObjectDateGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectDateGreaterOrEqualsFail
failDateGreaterOrEquals
in interface IObjectDateGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateGreaterOrEqualsFail
failDateGreaterOrEquals
in interface IObjectDateGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateLess(Object caller, String referenceAName, String referenceBName)
IObjectDateLessFail
failDateLess
in interface IObjectDateLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateLessFail
failDateLess
in interface IObjectDateLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectDateLessOrEqualsFail
failDateLessOrEquals
in interface IObjectDateLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDateLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDateLessOrEqualsFail
failDateLessOrEquals
in interface IObjectDateLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDateOutside(Object caller, String referenceAName)
IObjectDateOutsideFail
failDateOutside
in interface IObjectDateOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDateOutside(Object caller, String referenceAName, String message)
IObjectDateOutsideFail
failDateOutside
in interface IObjectDateOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDateInside(Object caller, String referenceAName)
IObjectDateInsideFail
failDateInside
in interface IObjectDateInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failDateInside(Object caller, String referenceAName, String message)
IObjectDateInsideFail
failDateInside
in interface IObjectDateInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleNotSame(Object caller, String referenceAName, String referenceBName)
IObjectDoubleNotSameFail
failDoubleNotSame
in interface IObjectDoubleNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleNotSameFail
failDoubleNotSame
in interface IObjectDoubleNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleSame(Object caller, String referenceAName, String referenceBName)
IObjectDoubleSameFail
failDoubleSame
in interface IObjectDoubleSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleSameFail
failDoubleSame
in interface IObjectDoubleSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectDoubleNotEqualsFail
failDoubleNotEquals
in interface IObjectDoubleNotEqualsFail
caller
- object calling checker and then failer (if Double check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleNotEqualsFail
failDoubleNotEquals
in interface IObjectDoubleNotEqualsFail
caller
- object calling checker and then failer (if Double check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleEquals(Object caller, String referenceAName, String referenceBName)
IObjectDoubleEqualsFail
failDoubleEquals
in interface IObjectDoubleEqualsFail
caller
- object calling checker and then failer (if Double check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleEqualsFail
failDoubleEquals
in interface IObjectDoubleEqualsFail
caller
- object calling checker and then failer (if Double check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleNotNull(Object caller, String referenceAName)
IObjectDoubleNotNullFail
failDoubleNotNull
in interface IObjectDoubleNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDoubleNotNull(Object caller, String referenceAName, String message)
IObjectDoubleNotNullFail
failDoubleNotNull
in interface IObjectDoubleNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleNull(Object caller, String referenceAName)
IObjectDoubleNullFail
failDoubleNull
in interface IObjectDoubleNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDoubleNull(Object caller, String referenceAName, String message)
IObjectDoubleNullFail
failDoubleNull
in interface IObjectDoubleNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleDefault(Object caller, String referenceAName)
IObjectDoubleDefaultFail
failDoubleDefault
in interface IObjectDoubleDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDoubleDefault(Object caller, String referenceAName, String message)
IObjectDoubleDefaultFail
failDoubleDefault
in interface IObjectDoubleDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleNotDefault(Object caller, String referenceAName)
IObjectDoubleNotDefaultFail
failDoubleNotDefault
in interface IObjectDoubleNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDoubleNotDefault(Object caller, String referenceAName, String message)
IObjectDoubleNotDefaultFail
failDoubleNotDefault
in interface IObjectDoubleNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleEqualsAlmost(Object caller, String referenceAName, String referenceBName)
IObjectDoubleEqualsAlmostFail
failDoubleEqualsAlmost
in interface IObjectDoubleEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleEqualsAlmost(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleEqualsAlmostFail
failDoubleEqualsAlmost
in interface IObjectDoubleEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleNotEqualsAlmost(Object caller, String referenceAName, String referenceBName)
IObjectDoubleNotEqualsAlmostFail
failDoubleNotEqualsAlmost
in interface IObjectDoubleNotEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleNotEqualsAlmost(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleNotEqualsAlmostFail
failDoubleNotEqualsAlmost
in interface IObjectDoubleNotEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleGreater(Object caller, String referenceAName, String referenceBName)
IObjectDoubleGreaterFail
failDoubleGreater
in interface IObjectDoubleGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleGreaterFail
failDoubleGreater
in interface IObjectDoubleGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectDoubleGreaterOrEqualsFail
failDoubleGreaterOrEquals
in interface IObjectDoubleGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleGreaterOrEqualsFail
failDoubleGreaterOrEquals
in interface IObjectDoubleGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleLess(Object caller, String referenceAName, String referenceBName)
IObjectDoubleLessFail
failDoubleLess
in interface IObjectDoubleLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleLessFail
failDoubleLess
in interface IObjectDoubleLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectDoubleLessOrEqualsFail
failDoubleLessOrEquals
in interface IObjectDoubleLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failDoubleLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectDoubleLessOrEqualsFail
failDoubleLessOrEquals
in interface IObjectDoubleLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failDoubleOutside(Object caller, String referenceAName)
IObjectDoubleOutsideFail
failDoubleOutside
in interface IObjectDoubleOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failDoubleOutside(Object caller, String referenceAName, String message)
IObjectDoubleOutsideFail
failDoubleOutside
in interface IObjectDoubleOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failDoubleInside(Object caller, String referenceAName)
IObjectDoubleInsideFail
failDoubleInside
in interface IObjectDoubleInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failDoubleInside(Object caller, String referenceAName, String message)
IObjectDoubleInsideFail
failDoubleInside
in interface IObjectDoubleInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumSame(Object caller, String referenceAName, String referenceBName)
IObjectEnumSameFail
failEnumSame
in interface IObjectEnumSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumSameFail
failEnumSame
in interface IObjectEnumSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumNotSame(Object caller, String referenceAName, String referenceBName)
IObjectEnumNotSameFail
failEnumNotSame
in interface IObjectEnumNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumNotSameFail
failEnumNotSame
in interface IObjectEnumNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumEquals(Object caller, String referenceAName, String referenceBName)
IObjectEnumEqualsFail
failEnumEquals
in interface IObjectEnumEqualsFail
caller
- object calling checker and then failer (if Enum check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumEqualsFail
failEnumEquals
in interface IObjectEnumEqualsFail
caller
- object calling checker and then failer (if Enum check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectEnumNotEqualsFail
failEnumNotEquals
in interface IObjectEnumNotEqualsFail
caller
- object calling checker and then failer (if Enum check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumNotEqualsFail
failEnumNotEquals
in interface IObjectEnumNotEqualsFail
caller
- object calling checker and then failer (if Enum check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumNotNull(Object caller, String referenceAName)
IObjectEnumNotNullFail
failEnumNotNull
in interface IObjectEnumNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failEnumNotNull(Object caller, String referenceAName, String message)
IObjectEnumNotNullFail
failEnumNotNull
in interface IObjectEnumNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumNull(Object caller, String referenceAName)
IObjectEnumNullFail
failEnumNull
in interface IObjectEnumNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failEnumNull(Object caller, String referenceAName, String message)
IObjectEnumNullFail
failEnumNull
in interface IObjectEnumNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumDefault(Object caller, String referenceAName)
IObjectEnumDefaultFail
failEnumDefault
in interface IObjectEnumDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failEnumDefault(Object caller, String referenceAName, String message)
IObjectEnumDefaultFail
failEnumDefault
in interface IObjectEnumDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumNotDefault(Object caller, String referenceAName)
IObjectEnumNotDefaultFail
failEnumNotDefault
in interface IObjectEnumNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failEnumNotDefault(Object caller, String referenceAName, String message)
IObjectEnumNotDefaultFail
failEnumNotDefault
in interface IObjectEnumNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumGreater(Object caller, String referenceAName, String referenceBName)
IObjectEnumGreaterFail
failEnumGreater
in interface IObjectEnumGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumGreaterFail
failEnumGreater
in interface IObjectEnumGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectEnumGreaterOrEqualsFail
failEnumGreaterOrEquals
in interface IObjectEnumGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumGreaterOrEqualsFail
failEnumGreaterOrEquals
in interface IObjectEnumGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumLess(Object caller, String referenceAName, String referenceBName)
IObjectEnumLessFail
failEnumLess
in interface IObjectEnumLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumLessFail
failEnumLess
in interface IObjectEnumLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectEnumLessOrEqualsFail
failEnumLessOrEquals
in interface IObjectEnumLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failEnumLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectEnumLessOrEqualsFail
failEnumLessOrEquals
in interface IObjectEnumLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failEnumOutside(Object caller, String referenceAName)
IObjectEnumOutsideFail
failEnumOutside
in interface IObjectEnumOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failEnumOutside(Object caller, String referenceAName, String message)
IObjectEnumOutsideFail
failEnumOutside
in interface IObjectEnumOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failEnumInside(Object caller, String referenceAName)
IObjectEnumInsideFail
failEnumInside
in interface IObjectEnumInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failEnumInside(Object caller, String referenceAName, String message)
IObjectEnumInsideFail
failEnumInside
in interface IObjectEnumInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatNotSame(Object caller, String referenceAName, String referenceBName)
IObjectFloatNotSameFail
failFloatNotSame
in interface IObjectFloatNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatNotSameFail
failFloatNotSame
in interface IObjectFloatNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatSame(Object caller, String referenceAName, String referenceBName)
IObjectFloatSameFail
failFloatSame
in interface IObjectFloatSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatSameFail
failFloatSame
in interface IObjectFloatSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectFloatNotEqualsFail
failFloatNotEquals
in interface IObjectFloatNotEqualsFail
caller
- object calling checker and then failer (if Float check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatNotEqualsFail
failFloatNotEquals
in interface IObjectFloatNotEqualsFail
caller
- object calling checker and then failer (if Float check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatEquals(Object caller, String referenceAName, String referenceBName)
IObjectFloatEqualsFail
failFloatEquals
in interface IObjectFloatEqualsFail
caller
- object calling checker and then failer (if Float check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatEqualsFail
failFloatEquals
in interface IObjectFloatEqualsFail
caller
- object calling checker and then failer (if Float check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatNotNull(Object caller, String referenceAName)
IObjectFloatNotNullFail
failFloatNotNull
in interface IObjectFloatNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failFloatNotNull(Object caller, String referenceAName, String message)
IObjectFloatNotNullFail
failFloatNotNull
in interface IObjectFloatNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatNull(Object caller, String referenceAName)
IObjectFloatNullFail
failFloatNull
in interface IObjectFloatNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failFloatNull(Object caller, String referenceAName, String message)
IObjectFloatNullFail
failFloatNull
in interface IObjectFloatNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatDefault(Object caller, String referenceAName)
IObjectFloatDefaultFail
failFloatDefault
in interface IObjectFloatDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failFloatDefault(Object caller, String referenceAName, String message)
IObjectFloatDefaultFail
failFloatDefault
in interface IObjectFloatDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatNotDefault(Object caller, String referenceAName)
IObjectFloatNotDefaultFail
failFloatNotDefault
in interface IObjectFloatNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failFloatNotDefault(Object caller, String referenceAName, String message)
IObjectFloatNotDefaultFail
failFloatNotDefault
in interface IObjectFloatNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatEqualsAlmost(Object caller, String referenceAName, String referenceBName)
IObjectFloatEqualsAlmostFail
failFloatEqualsAlmost
in interface IObjectFloatEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatEqualsAlmost(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatEqualsAlmostFail
failFloatEqualsAlmost
in interface IObjectFloatEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatNotEqualsAlmost(Object caller, String referenceAName, String referenceBName)
IObjectFloatNotEqualsAlmostFail
failFloatNotEqualsAlmost
in interface IObjectFloatNotEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatNotEqualsAlmost(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatNotEqualsAlmostFail
failFloatNotEqualsAlmost
in interface IObjectFloatNotEqualsAlmostFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatGreater(Object caller, String referenceAName, String referenceBName)
IObjectFloatGreaterFail
failFloatGreater
in interface IObjectFloatGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatGreaterFail
failFloatGreater
in interface IObjectFloatGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectFloatGreaterOrEqualsFail
failFloatGreaterOrEquals
in interface IObjectFloatGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatGreaterOrEqualsFail
failFloatGreaterOrEquals
in interface IObjectFloatGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatLess(Object caller, String referenceAName, String referenceBName)
IObjectFloatLessFail
failFloatLess
in interface IObjectFloatLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatLessFail
failFloatLess
in interface IObjectFloatLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectFloatLessOrEqualsFail
failFloatLessOrEquals
in interface IObjectFloatLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failFloatLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectFloatLessOrEqualsFail
failFloatLessOrEquals
in interface IObjectFloatLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failFloatOutside(Object caller, String referenceAName)
IObjectFloatOutsideFail
failFloatOutside
in interface IObjectFloatOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failFloatOutside(Object caller, String referenceAName, String message)
IObjectFloatOutsideFail
failFloatOutside
in interface IObjectFloatOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failFloatInside(Object caller, String referenceAName)
IObjectFloatInsideFail
failFloatInside
in interface IObjectFloatInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failFloatInside(Object caller, String referenceAName, String message)
IObjectFloatInsideFail
failFloatInside
in interface IObjectFloatInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortNotSame(Object caller, String referenceAName, String referenceBName)
IObjectShortNotSameFail
failShortNotSame
in interface IObjectShortNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortNotSameFail
failShortNotSame
in interface IObjectShortNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortSame(Object caller, String referenceAName, String referenceBName)
IObjectShortSameFail
failShortSame
in interface IObjectShortSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortSameFail
failShortSame
in interface IObjectShortSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectShortNotEqualsFail
failShortNotEquals
in interface IObjectShortNotEqualsFail
caller
- object calling checker and then failer (if Short check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortNotEqualsFail
failShortNotEquals
in interface IObjectShortNotEqualsFail
caller
- object calling checker and then failer (if Short check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortEquals(Object caller, String referenceAName, String referenceBName)
IObjectShortEqualsFail
failShortEquals
in interface IObjectShortEqualsFail
caller
- object calling checker and then failer (if Short check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortEqualsFail
failShortEquals
in interface IObjectShortEqualsFail
caller
- object calling checker and then failer (if Short check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortNotNull(Object caller, String referenceAName)
IObjectShortNotNullFail
failShortNotNull
in interface IObjectShortNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failShortNotNull(Object caller, String referenceAName, String message)
IObjectShortNotNullFail
failShortNotNull
in interface IObjectShortNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortNull(Object caller, String referenceAName)
IObjectShortNullFail
failShortNull
in interface IObjectShortNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failShortNull(Object caller, String referenceAName, String message)
IObjectShortNullFail
failShortNull
in interface IObjectShortNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortDefault(Object caller, String referenceAName)
IObjectShortDefaultFail
failShortDefault
in interface IObjectShortDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failShortDefault(Object caller, String referenceAName, String message)
IObjectShortDefaultFail
failShortDefault
in interface IObjectShortDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortNotDefault(Object caller, String referenceAName)
IObjectShortNotDefaultFail
failShortNotDefault
in interface IObjectShortNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failShortNotDefault(Object caller, String referenceAName, String message)
IObjectShortNotDefaultFail
failShortNotDefault
in interface IObjectShortNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortGreater(Object caller, String referenceAName, String referenceBName)
IObjectShortGreaterFail
failShortGreater
in interface IObjectShortGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortGreaterFail
failShortGreater
in interface IObjectShortGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectShortGreaterOrEqualsFail
failShortGreaterOrEquals
in interface IObjectShortGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortGreaterOrEqualsFail
failShortGreaterOrEquals
in interface IObjectShortGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortLess(Object caller, String referenceAName, String referenceBName)
IObjectShortLessFail
failShortLess
in interface IObjectShortLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortLessFail
failShortLess
in interface IObjectShortLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectShortLessOrEqualsFail
failShortLessOrEquals
in interface IObjectShortLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failShortLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectShortLessOrEqualsFail
failShortLessOrEquals
in interface IObjectShortLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failShortOutside(Object caller, String referenceAName)
IObjectShortOutsideFail
failShortOutside
in interface IObjectShortOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failShortOutside(Object caller, String referenceAName, String message)
IObjectShortOutsideFail
failShortOutside
in interface IObjectShortOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failShortInside(Object caller, String referenceAName)
IObjectShortInsideFail
failShortInside
in interface IObjectShortInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failShortInside(Object caller, String referenceAName, String message)
IObjectShortInsideFail
failShortInside
in interface IObjectShortInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerNotSame(Object caller, String referenceAName, String referenceBName)
IObjectIntegerNotSameFail
failIntegerNotSame
in interface IObjectIntegerNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerNotSameFail
failIntegerNotSame
in interface IObjectIntegerNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerSame(Object caller, String referenceAName, String referenceBName)
IObjectIntegerSameFail
failIntegerSame
in interface IObjectIntegerSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerSameFail
failIntegerSame
in interface IObjectIntegerSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectIntegerNotEqualsFail
failIntegerNotEquals
in interface IObjectIntegerNotEqualsFail
caller
- object calling checker and then failer (if Integer check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerNotEqualsFail
failIntegerNotEquals
in interface IObjectIntegerNotEqualsFail
caller
- object calling checker and then failer (if Integer check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerEquals(Object caller, String referenceAName, String referenceBName)
IObjectIntegerEqualsFail
failIntegerEquals
in interface IObjectIntegerEqualsFail
caller
- object calling checker and then failer (if Integer check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerEqualsFail
failIntegerEquals
in interface IObjectIntegerEqualsFail
caller
- object calling checker and then failer (if Integer check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerNotNull(Object caller, String referenceAName)
IObjectIntegerNotNullFail
failIntegerNotNull
in interface IObjectIntegerNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failIntegerNotNull(Object caller, String referenceAName, String message)
IObjectIntegerNotNullFail
failIntegerNotNull
in interface IObjectIntegerNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerNull(Object caller, String referenceAName)
IObjectIntegerNullFail
failIntegerNull
in interface IObjectIntegerNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failIntegerNull(Object caller, String referenceAName, String message)
IObjectIntegerNullFail
failIntegerNull
in interface IObjectIntegerNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerDefault(Object caller, String referenceAName)
IObjectIntegerDefaultFail
failIntegerDefault
in interface IObjectIntegerDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failIntegerDefault(Object caller, String referenceAName, String message)
IObjectIntegerDefaultFail
failIntegerDefault
in interface IObjectIntegerDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerNotDefault(Object caller, String referenceAName)
IObjectIntegerNotDefaultFail
failIntegerNotDefault
in interface IObjectIntegerNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failIntegerNotDefault(Object caller, String referenceAName, String message)
IObjectIntegerNotDefaultFail
failIntegerNotDefault
in interface IObjectIntegerNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerGreater(Object caller, String referenceAName, String referenceBName)
IObjectIntegerGreaterFail
failIntegerGreater
in interface IObjectIntegerGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerGreaterFail
failIntegerGreater
in interface IObjectIntegerGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectIntegerGreaterOrEqualsFail
failIntegerGreaterOrEquals
in interface IObjectIntegerGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerGreaterOrEqualsFail
failIntegerGreaterOrEquals
in interface IObjectIntegerGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerLess(Object caller, String referenceAName, String referenceBName)
IObjectIntegerLessFail
failIntegerLess
in interface IObjectIntegerLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerLessFail
failIntegerLess
in interface IObjectIntegerLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectIntegerLessOrEqualsFail
failIntegerLessOrEquals
in interface IObjectIntegerLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failIntegerLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectIntegerLessOrEqualsFail
failIntegerLessOrEquals
in interface IObjectIntegerLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failIntegerOutside(Object caller, String referenceAName)
IObjectIntegerOutsideFail
failIntegerOutside
in interface IObjectIntegerOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failIntegerOutside(Object caller, String referenceAName, String message)
IObjectIntegerOutsideFail
failIntegerOutside
in interface IObjectIntegerOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failIntegerInside(Object caller, String referenceAName)
IObjectIntegerInsideFail
failIntegerInside
in interface IObjectIntegerInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failIntegerInside(Object caller, String referenceAName, String message)
IObjectIntegerInsideFail
failIntegerInside
in interface IObjectIntegerInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongNotSame(Object caller, String referenceAName, String referenceBName)
IObjectLongNotSameFail
failLongNotSame
in interface IObjectLongNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongNotSameFail
failLongNotSame
in interface IObjectLongNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongSame(Object caller, String referenceAName, String referenceBName)
IObjectLongSameFail
failLongSame
in interface IObjectLongSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongSameFail
failLongSame
in interface IObjectLongSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectLongNotEqualsFail
failLongNotEquals
in interface IObjectLongNotEqualsFail
caller
- object calling checker and then failer (if Long check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongNotEqualsFail
failLongNotEquals
in interface IObjectLongNotEqualsFail
caller
- object calling checker and then failer (if Long check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongEquals(Object caller, String referenceAName, String referenceBName)
IObjectLongEqualsFail
failLongEquals
in interface IObjectLongEqualsFail
caller
- object calling checker and then failer (if Long check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongEqualsFail
failLongEquals
in interface IObjectLongEqualsFail
caller
- object calling checker and then failer (if Long check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongNotNull(Object caller, String referenceAName)
IObjectLongNotNullFail
failLongNotNull
in interface IObjectLongNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failLongNotNull(Object caller, String referenceAName, String message)
IObjectLongNotNullFail
failLongNotNull
in interface IObjectLongNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongNull(Object caller, String referenceAName)
IObjectLongNullFail
failLongNull
in interface IObjectLongNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failLongNull(Object caller, String referenceAName, String message)
IObjectLongNullFail
failLongNull
in interface IObjectLongNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongDefault(Object caller, String referenceAName)
IObjectLongDefaultFail
failLongDefault
in interface IObjectLongDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failLongDefault(Object caller, String referenceAName, String message)
IObjectLongDefaultFail
failLongDefault
in interface IObjectLongDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongNotDefault(Object caller, String referenceAName)
IObjectLongNotDefaultFail
failLongNotDefault
in interface IObjectLongNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failLongNotDefault(Object caller, String referenceAName, String message)
IObjectLongNotDefaultFail
failLongNotDefault
in interface IObjectLongNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongGreater(Object caller, String referenceAName, String referenceBName)
IObjectLongGreaterFail
failLongGreater
in interface IObjectLongGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongGreaterFail
failLongGreater
in interface IObjectLongGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectLongGreaterOrEqualsFail
failLongGreaterOrEquals
in interface IObjectLongGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongGreaterOrEqualsFail
failLongGreaterOrEquals
in interface IObjectLongGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongLess(Object caller, String referenceAName, String referenceBName)
IObjectLongLessFail
failLongLess
in interface IObjectLongLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongLessFail
failLongLess
in interface IObjectLongLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectLongLessOrEqualsFail
failLongLessOrEquals
in interface IObjectLongLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failLongLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectLongLessOrEqualsFail
failLongLessOrEquals
in interface IObjectLongLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failLongOutside(Object caller, String referenceAName)
IObjectLongOutsideFail
failLongOutside
in interface IObjectLongOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failLongOutside(Object caller, String referenceAName, String message)
IObjectLongOutsideFail
failLongOutside
in interface IObjectLongOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failLongInside(Object caller, String referenceAName)
IObjectLongInsideFail
failLongInside
in interface IObjectLongInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failLongInside(Object caller, String referenceAName, String message)
IObjectLongInsideFail
failLongInside
in interface IObjectLongInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotSame(Object caller, String referenceAName, String referenceBName)
IObjectStringNotSameFail
failStringNotSame
in interface IObjectStringNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringNotSameFail
failStringNotSame
in interface IObjectStringNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringSame(Object caller, String referenceAName, String referenceBName)
IObjectStringSameFail
failStringSame
in interface IObjectStringSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringSameFail
failStringSame
in interface IObjectStringSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringEquals(Object caller, String referenceAName, String referenceBName)
IObjectStringEqualsFail
failStringEquals
in interface IObjectStringEqualsFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringEqualsFail
failStringEquals
in interface IObjectStringEqualsFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectStringNotEqualsFail
failStringNotEquals
in interface IObjectStringNotEqualsFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringNotEqualsFail
failStringNotEquals
in interface IObjectStringNotEqualsFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringNull(Object caller, String referenceAName)
IObjectStringNullFail
failStringNull
in interface IObjectStringNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNull(Object caller, String referenceAName, String message)
IObjectStringNullFail
failStringNull
in interface IObjectStringNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotNull(Object caller, String referenceAName)
IObjectStringNotNullFail
failStringNotNull
in interface IObjectStringNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNotNull(Object caller, String referenceAName, String message)
IObjectStringNotNullFail
failStringNotNull
in interface IObjectStringNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringDefault(Object caller, String referenceAName)
IObjectStringDefaultFail
failStringDefault
in interface IObjectStringDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringDefault(Object caller, String referenceAName, String message)
IObjectStringDefaultFail
failStringDefault
in interface IObjectStringDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotDefault(Object caller, String referenceAName)
IObjectStringNotDefaultFail
failStringNotDefault
in interface IObjectStringNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNotDefault(Object caller, String referenceAName, String message)
IObjectStringNotDefaultFail
failStringNotDefault
in interface IObjectStringNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringGreater(Object caller, String referenceAName, String referenceBName)
IObjectStringGreaterFail
failStringGreater
in interface IObjectStringGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringGreaterFail
failStringGreater
in interface IObjectStringGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectStringGreaterOrEqualsFail
failStringGreaterOrEquals
in interface IObjectStringGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringGreaterOrEqualsFail
failStringGreaterOrEquals
in interface IObjectStringGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringLess(Object caller, String referenceAName, String referenceBName)
IObjectStringLessFail
failStringLess
in interface IObjectStringLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringLessFail
failStringLess
in interface IObjectStringLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectStringLessOrEqualsFail
failStringLessOrEquals
in interface IObjectStringLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failStringLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectStringLessOrEqualsFail
failStringLessOrEquals
in interface IObjectStringLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failStringEmpty(Object caller, String referenceAName)
IObjectStringEmptyFail
failStringEmpty
in interface IObjectStringEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringEmpty(Object caller, String referenceAName, String message)
IObjectStringEmptyFail
failStringEmpty
in interface IObjectStringEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotEmpty(Object caller, String referenceAName)
IObjectStringNotEmptyFail
failStringNotEmpty
in interface IObjectStringNotEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNotEmpty(Object caller, String referenceAName, String message)
IObjectStringNotEmptyFail
failStringNotEmpty
in interface IObjectStringNotEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotNullAndNotEmpty(Object caller, String referenceAName)
IObjectStringNotNullAndNotEmptyFail
failStringNotNullAndNotEmpty
in interface IObjectStringNotNullAndNotEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNotNullAndNotEmpty(Object caller, String referenceAName, String message)
IObjectStringNotNullAndNotEmptyFail
failStringNotNullAndNotEmpty
in interface IObjectStringNotNullAndNotEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNullOrEmpty(Object caller, String referenceAName)
IObjectStringNullOrEmptyFail
failStringNullOrEmpty
in interface IObjectStringNullOrEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failStringNullOrEmpty(Object caller, String referenceAName, String message)
IObjectStringNullOrEmptyFail
failStringNullOrEmpty
in interface IObjectStringNullOrEmptyFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithPrefix(Object caller, String referenceAName)
IObjectStringWithPrefixFail
failStringWithPrefix
in interface IObjectStringWithPrefixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithPrefix(Object caller, String referenceAName, String message)
IObjectStringWithPrefixFail
failStringWithPrefix
in interface IObjectStringWithPrefixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithoutPrefix(Object caller, String referenceAName)
IObjectStringWithoutPrefixFail
failStringWithoutPrefix
in interface IObjectStringWithoutPrefixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithoutPrefix(Object caller, String referenceAName, String message)
IObjectStringWithoutPrefixFail
failStringWithoutPrefix
in interface IObjectStringWithoutPrefixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithoutPostfix(Object caller, String referenceAName)
IObjectStringWithoutPostfixFail
failStringWithoutPostfix
in interface IObjectStringWithoutPostfixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithoutPostfix(Object caller, String referenceAName, String message)
IObjectStringWithoutPostfixFail
failStringWithoutPostfix
in interface IObjectStringWithoutPostfixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithSubstring(Object caller, String referenceAName)
IObjectStringWithSubstringFail
failStringWithSubstring
in interface IObjectStringWithSubstringFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithSubstring(Object caller, String referenceAName, String message)
IObjectStringWithSubstringFail
failStringWithSubstring
in interface IObjectStringWithSubstringFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithPostfix(Object caller, String referenceAName)
IObjectStringWithPostfixFail
failStringWithPostfix
in interface IObjectStringWithPostfixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithPostfix(Object caller, String referenceAName, String message)
IObjectStringWithPostfixFail
failStringWithPostfix
in interface IObjectStringWithPostfixFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringWithoutSubstring(Object caller, String referenceAName)
IObjectStringWithoutSubstringFail
failStringWithoutSubstring
in interface IObjectStringWithoutSubstringFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringWithoutSubstring(Object caller, String referenceAName, String message)
IObjectStringWithoutSubstringFail
failStringWithoutSubstring
in interface IObjectStringWithoutSubstringFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringMatching(Object caller, String referenceAName)
IObjectStringMatchingFail
failStringMatching
in interface IObjectStringMatchingFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringMatching(Object caller, String referenceAName, String message)
IObjectStringMatchingFail
failStringMatching
in interface IObjectStringMatchingFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failStringNotMatching(Object caller, String referenceAName)
IObjectStringNotMatchingFail
failStringNotMatching
in interface IObjectStringNotMatchingFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failpublic void failStringNotMatching(Object caller, String referenceAName, String message)
IObjectStringNotMatchingFail
failStringNotMatching
in interface IObjectStringNotMatchingFail
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidNotSame(Object caller, String referenceAName, String referenceBName)
IObjectUuidNotSameFail
failUuidNotSame
in interface IObjectUuidNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidNotSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidNotSameFail
failUuidNotSame
in interface IObjectUuidNotSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidSame(Object caller, String referenceAName, String referenceBName)
IObjectUuidSameFail
failUuidSame
in interface IObjectUuidSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidSame(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidSameFail
failUuidSame
in interface IObjectUuidSameFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidNotEquals(Object caller, String referenceAName, String referenceBName)
IObjectUuidNotEqualsFail
failUuidNotEquals
in interface IObjectUuidNotEqualsFail
caller
- object calling checker and then failer (if UUID check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidNotEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidNotEqualsFail
failUuidNotEquals
in interface IObjectUuidNotEqualsFail
caller
- object calling checker and then failer (if UUID check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidEquals(Object caller, String referenceAName, String referenceBName)
IObjectUuidEqualsFail
failUuidEquals
in interface IObjectUuidEqualsFail
caller
- object calling checker and then failer (if UUID check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidEqualsFail
failUuidEquals
in interface IObjectUuidEqualsFail
caller
- object calling checker and then failer (if UUID check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidNotNull(Object caller, String referenceAName)
IObjectUuidNotNullFail
failUuidNotNull
in interface IObjectUuidNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failUuidNotNull(Object caller, String referenceAName, String message)
IObjectUuidNotNullFail
failUuidNotNull
in interface IObjectUuidNotNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidNull(Object caller, String referenceAName)
IObjectUuidNullFail
failUuidNull
in interface IObjectUuidNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failUuidNull(Object caller, String referenceAName, String message)
IObjectUuidNullFail
failUuidNull
in interface IObjectUuidNullFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidDefault(Object caller, String referenceAName)
IObjectUuidDefaultFail
failUuidDefault
in interface IObjectUuidDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failUuidDefault(Object caller, String referenceAName, String message)
IObjectUuidDefaultFail
failUuidDefault
in interface IObjectUuidDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidNotDefault(Object caller, String referenceAName)
IObjectUuidNotDefaultFail
failUuidNotDefault
in interface IObjectUuidNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failUuidNotDefault(Object caller, String referenceAName, String message)
IObjectUuidNotDefaultFail
failUuidNotDefault
in interface IObjectUuidNotDefaultFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidGreater(Object caller, String referenceAName, String referenceBName)
IObjectUuidGreaterFail
failUuidGreater
in interface IObjectUuidGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidGreater(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidGreaterFail
failUuidGreater
in interface IObjectUuidGreaterFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidGreaterOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectUuidGreaterOrEqualsFail
failUuidGreaterOrEquals
in interface IObjectUuidGreaterOrEqualsFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidGreaterOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidGreaterOrEqualsFail
failUuidGreaterOrEquals
in interface IObjectUuidGreaterOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidLess(Object caller, String referenceAName, String referenceBName)
IObjectUuidLessFail
failUuidLess
in interface IObjectUuidLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidLess(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidLessFail
failUuidLess
in interface IObjectUuidLessFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidLessOrEquals(Object caller, String referenceAName, String referenceBName)
IObjectUuidLessOrEqualsFail
failUuidLessOrEquals
in interface IObjectUuidLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failpublic void failUuidLessOrEquals(Object caller, String referenceAName, String referenceBName, String message)
IObjectUuidLessOrEqualsFail
failUuidLessOrEquals
in interface IObjectUuidLessOrEqualsFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationpublic void failUuidOutside(Object caller, String referenceAName)
IObjectUuidOutsideFail
failUuidOutside
in interface IObjectUuidOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failpublic void failUuidOutside(Object caller, String referenceAName, String message)
IObjectUuidOutsideFail
failUuidOutside
in interface IObjectUuidOutsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationpublic void failUuidInside(Object caller, String referenceAName)
IObjectUuidInsideFail
failUuidInside
in interface IObjectUuidInsideFail
caller
- object calling checker and then failer (if value check asserted)referenceAName
- name of reference A to failpublic void failUuidInside(Object caller, String referenceAName, String message)
IObjectUuidInsideFail
failUuidInside
in interface IObjectUuidInsideFail
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationprotected void popContractWithCallerAndThrowException(Object caller, Class<? extends IFail> failerSpecificationType, Object[] failerArguments)
This ends a contract that was started with a checker-call.
caller
- object calling checker and then failerfailerSpecificationType
- failer identification (interface)failerArguments
- array with arguments of called fail methodIllegalArgumentException
- if any of the arguments are nullIllegalStateException
- if CallContractor has not been set, or a previous push (per
thread) is missingprotected void popContractWithCallerAndThrowException(Object caller, Class<? extends IFail> failerSpecificationType, Object[] failerArguments, Object[] failerExtraArguments)
This ends a contract that was started with a checker-call.
caller
- object calling checker and then failerfailerSpecificationType
- failer identification (interface)failerArguments
- array with arguments of called fail methodfailerExtraArguments
- array of extra arguments useful in failure messageIllegalArgumentException
- if any of the arguments are nullIllegalStateException
- if CallContractor has not been set, or a previous push (per
thread) is missingprotected NFail LookupFailAnnotation(Class<?> failSpecificationType, Object[] messageFormatArguments)
protected ICallContract popContractWithCaller(Object caller, Class<? extends IFail> failSpecification)
protected String constructFailMessage(Class<? extends IFail> failerSpecificationType, NFail failAnnotation, Object[] checkerUserArguments, Object[] checkerExtraArguments, Object[] failerUserArguments, Object[] failerExtraArguments)
protected FailFastException constructFailException(Class<? extends IFail> failerSpecificationType, NFail failAnnotation, ICallContract callContract, Object[] failerUserArguments, Object[] failerExtraArguments)
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.