public class Checker extends AChecker
IChecker
using abstract implementation AChecker
.
This implements all the checkers supported.
Extend IChecker
and this to support custom checkers.
EmptyObjectArray
Constructor and Description |
---|
Checker()
Default constructor.
|
Checker(ICallContractor callContractor)
Recommended constructor receiving required references (manual constructor dependency injection).
|
getBooleanDefault, getByteDefault, getCallContractor, getCharacterDefault, getDoubleDefault, getDoubleEqualsAlmostDefaultAbsoluteEpsilon, getDoubleEqualsAlmostDefaultRelativeEpsilon, getEnumDefault, getEnumDefaults, getFloatDefault, getFloatEqualsAlmostDefaultAbsoluteEpsilon, getFloatEqualsAlmostDefaultRelativeEpsilon, getIntegerDefault, getLongDefault, getObjectDefault, getShortDefault, getStringDefault, isBooleanDefault, isBooleanEquals, isBooleanFalse, isBooleanNotDefault, isBooleanNotEquals, isBooleanNotNull, isBooleanNotSame, isBooleanNull, isBooleanSame, isBooleanTrue, isByteDefault, isByteEquals, isByteGreater, isByteGreaterOrEquals, isByteInside, isByteLess, isByteLessOrEquals, isByteNotDefault, isByteNotEquals, isByteNotNull, isByteNotSame, isByteNull, isByteOutside, isByteSame, isCharacterDefault, isCharacterEquals, isCharacterGreater, isCharacterGreaterOrEquals, isCharacterInside, isCharacterLess, isCharacterLessOrEquals, isCharacterNotDefault, isCharacterNotEquals, isCharacterNotNull, isCharacterNotSame, isCharacterNull, isCharacterOutside, isCharacterSame, isDoubleDefault, isDoubleEquals, isDoubleEqualsAlmost, isDoubleEqualsAlmost, isDoubleEqualsAlmost, isDoubleGreater, isDoubleGreaterOrEquals, isDoubleInside, isDoubleLess, isDoubleLessOrEquals, isDoubleNotDefault, isDoubleNotEquals, isDoubleNotEqualsAlmost, isDoubleNotEqualsAlmost, isDoubleNotEqualsAlmost, isDoubleNotNull, isDoubleNotSame, isDoubleNull, isDoubleOutside, isDoubleSame, isEnumDefault, isEnumEquals, isEnumGreater, isEnumGreaterOrEquals, isEnumInside, isEnumLess, isEnumLessOrEquals, isEnumNotDefault, isEnumNotEquals, isEnumNotNull, isEnumNotSame, isEnumNull, isEnumOutside, isEnumSame, isFloatDefault, isFloatEquals, isFloatEqualsAlmost, isFloatEqualsAlmost, isFloatEqualsAlmost, isFloatGreater, isFloatGreaterOrEquals, isFloatInside, isFloatLess, isFloatLessOrEquals, isFloatNotDefault, isFloatNotEquals, isFloatNotEqualsAlmost, isFloatNotEqualsAlmost, isFloatNotEqualsAlmost, isFloatNotNull, isFloatNotSame, isFloatNull, isFloatOutside, isFloatSame, isGenericArrayEqualsImplementation, isGenericArrayNotEqualsImplementation, isGenericCollectionEqualsImplementation, isGenericCollectionNotEqualsImplementation, isGenericComparableGreaterImplementation, isGenericComparableGreaterOrEqualsImplementation, isGenericComparableInsideImplementation, isGenericComparableLessImplementation, isGenericComparableLessOrEqualsImplementation, isGenericComparableOutsideImplementation, isGenericListEqualsImplementation, isGenericListNotEqualsImplementation, isGenericObjectDefaultImplementation, isGenericObjectEqualsImplementation, isGenericObjectNotDefaultImplementation, isGenericObjectNotEqualsImplementation, isGenericObjectNotNullImplementation, isGenericObjectNotSameImplementation, isGenericObjectNullImplementation, isGenericObjectSameImplementation, isIntegerDefault, isIntegerEquals, isIntegerGreater, isIntegerGreaterOrEquals, isIntegerInside, isIntegerLess, isIntegerLessOrEquals, isIntegerNotDefault, isIntegerNotEquals, isIntegerNotNull, isIntegerNotSame, isIntegerNull, isIntegerOutside, isIntegerSame, isLongDefault, isLongEquals, isLongGreater, isLongGreaterOrEquals, isLongInside, isLongLess, isLongLessOrEquals, isLongNotDefault, isLongNotEquals, isLongNotNull, isLongNotSame, isLongNull, isLongOutside, isLongSame, isObjectArrayEquals, isObjectCollectionEquals, isObjectDefault, isObjectEquals, isObjectListEquals, isObjectNotDefault, isObjectNotEquals, isObjectNotNull, isObjectNotSame, isObjectNull, isObjectSame, isObjectsEquals, isObjectsEquals, isObjectsEquals, isObjectsNotEquals, isObjectsNotEquals, isObjectsNotEquals, isShortDefault, isShortEquals, isShortGreater, isShortGreaterOrEquals, isShortInside, isShortLess, isShortLessOrEquals, isShortNotDefault, isShortNotEquals, isShortNotNull, isShortNotSame, isShortNull, isShortOutside, isShortSame, isStringDefault, isStringEmpty, isStringEquals, isStringGreater, isStringGreaterOrEquals, isStringLess, isStringLessOrEquals, isStringMatching, isStringNotDefault, isStringNotEmpty, isStringNotEquals, isStringNotMatching, isStringNotNull, isStringNotNullAndNotEmpty, isStringNotSame, isStringNull, isStringNullOrEmpty, isStringSame, isStringWithoutPostfix, isStringWithoutPrefix, isStringWithoutSubstring, isStringWithPostfix, isStringWithPrefix, isStringWithSubstring, pushContractWithCaller, pushContractWithCaller, setBooleanDefault, setByteDefault, setCallContractor, setCharacterDefault, setDoubleDefault, setDoubleEqualsAlmostDefaultAbsoluteEpsilon, setDoubleEqualsAlmostDefaultRelativeEpsilon, setEnumDefault, setFloatDefault, setFloatEqualsAlmostDefaultAbsoluteEpsilon, setFloatEqualsAlmostDefaultRelativeEpsilon, setIntegerDefault, setLongDefault, setObjectDefault, setShortDefault, setStringDefault
public Checker()
Remember to set call contractor before usage.
public Checker(ICallContractor callContractor)
This is ready for use after this call.
callContractor
- used by thisThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.