A C E F G I L N P S T 

A

ACallContractor - Class in starkcoder.failfast.contractors
Abstract implementation of ICallContractor.
ACallContractor() - Constructor for class starkcoder.failfast.contractors.ACallContractor
Default constructor.
AChecker - Class in starkcoder.failfast.checks
Abstract implementation of IChecker.
AChecker() - Constructor for class starkcoder.failfast.checks.AChecker
Default constructor.
AChecker(ICallContractor) - Constructor for class starkcoder.failfast.checks.AChecker
Recommended constructor receiving required references (manual constructor dependency injection).
AFailer - Class in starkcoder.failfast.fails
Abstract implementation of IFailer.
AFailer() - Constructor for class starkcoder.failfast.fails.AFailer
Default constructor.
AFailer(ICallContractor) - Constructor for class starkcoder.failfast.fails.AFailer
Recommended constructor receiving required references (manual constructor dependency injection).
AFailFast - Class in starkcoder.failfast
Abstract implementation of IFailFast.
AFailFast() - Constructor for class starkcoder.failfast.AFailFast
Default constructor.
AFailFast(IChecker, IFailer, ICallContractor) - Constructor for class starkcoder.failfast.AFailFast
Recommended constructor receiving required references (manual constructor dependency injection).
AFailFastException - Exception in starkcoder.failfast.fails
Abstract implementation of fail-fast exception inheriting RuntimeException.
AFailFastException(String) - Constructor for exception starkcoder.failfast.fails.AFailFastException
 
AFailFastException(String, Throwable) - Constructor for exception starkcoder.failfast.fails.AFailFastException
 

C

CallContractor - Class in starkcoder.failfast.contractors
Default concrete implementation of ICallContractor using abstract implementation ACallContractor.
CallContractor() - Constructor for class starkcoder.failfast.contractors.CallContractor
Default constructor.
Checker - Class in starkcoder.failfast.checks
Default concrete implementation of IChecker using abstract implementation AChecker.
Checker() - Constructor for class starkcoder.failfast.checks.Checker
Default constructor.
Checker(ICallContractor) - Constructor for class starkcoder.failfast.checks.Checker
Recommended constructor receiving required references (manual constructor dependency injection).
constructFailException(Class<? extends FailFastException>, String) - Method in class starkcoder.failfast.fails.AFailer
 
constructFailMessage(Class<? extends IFail>, NFail, Object[], Object[], Object[], Object[]) - Method in class starkcoder.failfast.fails.AFailer
 

E

EmptyObjectArray - Static variable in class starkcoder.failfast.checks.AChecker
 
EmptyObjectArray - Static variable in class starkcoder.failfast.fails.AFailer
 

F

failBooleanDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanDefaultFail
Fails specified reference, since its referenced value passed a default check.
failBooleanDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanDefaultFail
Fails specified reference, since its referenced value passed a default check.
failBooleanEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanEqualsFail
Fails specified Booleans, since they passed an equals check.
failBooleanEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanEqualsFail
Fails specified Booleans, since they passed an equals check.
failBooleanFalse(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanFalse(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanFalse(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanFalseFail
Fails specified reference, since it passed a false check.
failBooleanFalse(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanFalseFail
Fails specified reference, since it passed a false check.
failBooleanNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failBooleanNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failBooleanNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotEqualsFail
Fails specified Booleans, since they passed a not-equals check.
failBooleanNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotEqualsFail
Fails specified Booleans, since they passed a not-equals check.
failBooleanNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotNullFail
Fails specified reference, since it passed a not-null check.
failBooleanNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotNullFail
Fails specified reference, since it passed a null check.
failBooleanNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failBooleanNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failBooleanNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNullFail
Fails specified reference, since it passed a null check.
failBooleanNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanNullFail
Fails specified reference, since it passed a null check.
failBooleanSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanSameFail
Fails specified references, since they passed a same check (using ==).
failBooleanSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanSameFail
Fails specified references, since they passed a same check (using ==).
failBooleanTrue(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanTrue(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failBooleanTrue(Object, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanTrueFail
Fails specified reference, since it passed a true check.
failBooleanTrue(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.booleans.IObjectBooleanTrueFail
Fails specified reference, since it passed a true check.
failByteDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteDefaultFail
Fails specified reference, since its referenced value passed a default check.
failByteDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteDefaultFail
Fails specified reference, since its referenced value passed a default check.
failByteEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteEqualsFail
Fails specified Bytes, since they passed an equals check.
failByteEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteEqualsFail
Fails specified Bytes, since they passed an equals check.
failByteGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteGreaterFail
Fails specified references, since they passed a greater check.
failByteGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteGreaterFail
Fails specified references, since they passed a greater check.
failByteGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failByteGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failByteInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteInsideFail
Fails specified values, since they passed an inside check.
failByteInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteInsideFail
Fails specified references, since they passed an inside check.
failByteLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteLessFail
Fails specified references, since they passed a less check.
failByteLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteLessFail
Fails specified references, since they passed a less check.
failByteLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failByteLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failByteNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failByteNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failByteNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotEqualsFail
Fails specified Bytes, since they passed a not-equals check.
failByteNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotEqualsFail
Fails specified Bytes, since they passed a not-equals check.
failByteNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotNullFail
Fails specified reference, since it passed a not-null check.
failByteNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotNullFail
Fails specified reference, since it passed a null check.
failByteNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failByteNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failByteNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNullFail
Fails specified reference, since it passed a null check.
failByteNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteNullFail
Fails specified reference, since it passed a null check.
failByteOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteOutsideFail
Fails specified references, since they passed an outside check.
failByteOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteOutsideFail
Fails specified references, since they passed a outside check.
failByteSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failByteSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteSameFail
Fails specified references, since they passed a same check (using ==).
failByteSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.bytes.IObjectByteSameFail
Fails specified references, since they passed a same check (using ==).
failCharacterDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterDefaultFail
Fails specified reference, since its referenced value passed a default check.
failCharacterDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterDefaultFail
Fails specified reference, since its referenced value passed a default check.
failCharacterEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterEqualsFail
Fails specified Characters, since they passed an equals check.
failCharacterEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterEqualsFail
Fails specified Characters, since they passed an equals check.
failCharacterGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterGreaterFail
Fails specified references, since they passed a greater check.
failCharacterGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterGreaterFail
Fails specified references, since they passed a greater check.
failCharacterGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failCharacterGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failCharacterInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterInsideFail
Fails specified values, since they passed an inside check.
failCharacterInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterInsideFail
Fails specified references, since they passed an inside check.
failCharacterLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterLessFail
Fails specified references, since they passed a less check.
failCharacterLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterLessFail
Fails specified references, since they passed a less check.
failCharacterLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failCharacterLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failCharacterNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failCharacterNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failCharacterNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotEqualsFail
Fails specified Characters, since they passed a not-equals check.
failCharacterNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotEqualsFail
Fails specified Characters, since they passed a not-equals check.
failCharacterNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotNullFail
Fails specified reference, since it passed a not-null check.
failCharacterNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotNullFail
Fails specified reference, since it passed a null check.
failCharacterNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failCharacterNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failCharacterNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNullFail
Fails specified reference, since it passed a null check.
failCharacterNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterNullFail
Fails specified reference, since it passed a null check.
failCharacterOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterOutsideFail
Fails specified references, since they passed an outside check.
failCharacterOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterOutsideFail
Fails specified references, since they passed a outside check.
failCharacterSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failCharacterSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterSameFail
Fails specified references, since they passed a same check (using ==).
failCharacterSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.characters.IObjectCharacterSameFail
Fails specified references, since they passed a same check (using ==).
failDoubleDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleDefaultFail
Fails specified reference, since its referenced value passed a default check.
failDoubleDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleDefaultFail
Fails specified reference, since its referenced value passed a default check.
failDoubleEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleEqualsFail
Fails specified Doubles, since they passed an equals check.
failDoubleEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleEqualsFail
Fails specified Doubles, since they passed an equals check.
failDoubleEqualsAlmost(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleEqualsAlmost(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleEqualsAlmost(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleEqualsAlmostFail
Fails specified references, since they passed an equals-almost check.
failDoubleEqualsAlmost(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleEqualsAlmostFail
Fails specified references, since they passed an equals-almost check.
failDoubleGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleGreaterFail
Fails specified references, since they passed a greater check.
failDoubleGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleGreaterFail
Fails specified references, since they passed a greater check.
failDoubleGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failDoubleGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failDoubleInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleInsideFail
Fails specified values, since they passed an inside check.
failDoubleInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleInsideFail
Fails specified references, since they passed an inside check.
failDoubleLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleLessFail
Fails specified references, since they passed a less check.
failDoubleLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleLessFail
Fails specified references, since they passed a less check.
failDoubleLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failDoubleLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failDoubleNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failDoubleNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failDoubleNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotEqualsFail
Fails specified Doubles, since they passed a not-equals check.
failDoubleNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotEqualsFail
Fails specified Doubles, since they passed a not-equals check.
failDoubleNotEqualsAlmost(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotEqualsAlmost(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotEqualsAlmost(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotEqualsAlmostFail
Fails specified references, since they passed a not-equals-almost check.
failDoubleNotEqualsAlmost(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotEqualsAlmostFail
Fails specified references, since they passed a not-equals-almost check.
failDoubleNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotNullFail
Fails specified reference, since it passed a not-null check.
failDoubleNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotNullFail
Fails specified reference, since it passed a null check.
failDoubleNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failDoubleNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failDoubleNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNullFail
Fails specified reference, since it passed a null check.
failDoubleNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleNullFail
Fails specified reference, since it passed a null check.
failDoubleOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleOutsideFail
Fails specified references, since they passed an outside check.
failDoubleOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleOutsideFail
Fails specified references, since they passed a outside check.
failDoubleSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failDoubleSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleSameFail
Fails specified references, since they passed a same check (using ==).
failDoubleSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.doubles.IObjectDoubleSameFail
Fails specified references, since they passed a same check (using ==).
failEnumDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumDefaultFail
Fails specified reference, since its referenced value passed a default check.
failEnumDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumDefaultFail
Fails specified reference, since its referenced value passed a default check.
failEnumEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumEqualsFail
Fails specified Enums, since they passed an equals check.
failEnumEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumEqualsFail
Fails specified Enums, since they passed an equals check.
failEnumGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumGreaterFail
Fails specified references, since they passed a greater check.
failEnumGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumGreaterFail
Fails specified references, since they passed a greater check.
failEnumGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failEnumGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failEnumInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumInsideFail
Fails specified values, since they passed an inside check.
failEnumInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumInsideFail
Fails specified references, since they passed an inside check.
failEnumLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumLessFail
Fails specified references, since they passed a less check.
failEnumLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumLessFail
Fails specified references, since they passed a less check.
failEnumLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failEnumLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failEnumNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failEnumNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failEnumNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotEqualsFail
Fails specified Enums, since they passed a not-equals check.
failEnumNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotEqualsFail
Fails specified Enums, since they passed a not-equals check.
failEnumNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotNullFail
Fails specified reference, since it passed a not-null check.
failEnumNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotNullFail
Fails specified reference, since it passed a null check.
failEnumNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failEnumNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failEnumNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail
Fails specified reference, since it passed a null check.
failEnumNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail
Fails specified reference, since it passed a null check.
failEnumOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumOutsideFail
Fails specified references, since they passed an outside check.
failEnumOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumOutsideFail
Fails specified references, since they passed a outside check.
failEnumSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failEnumSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumSameFail
Fails specified references, since they passed a same check (using ==).
failEnumSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.enums.IObjectEnumSameFail
Fails specified references, since they passed a same check (using ==).
Failer - Class in starkcoder.failfast.fails
Default concrete implementation of IFailer using abstract implementation AFailer.
Failer() - Constructor for class starkcoder.failfast.fails.Failer
Default constructor.
Failer(ICallContractor) - Constructor for class starkcoder.failfast.fails.Failer
Recommended constructor receiving required references (manual constructor dependency injection).
FailFast - Class in starkcoder.failfast
Default implementation of IFailFast.
FailFast() - Constructor for class starkcoder.failfast.FailFast
Default constructor.
FailFast(IChecker, IFailer, ICallContractor) - Constructor for class starkcoder.failfast.FailFast
Recommended constructor receiving required references (manual constructor dependency injection).
FailFastException - Exception in starkcoder.failfast.fails
Top-level concrete fail-fast exception.
FailFastException(String) - Constructor for exception starkcoder.failfast.fails.FailFastException
Constructor called by {link: IFailer} when a check asserts and failer is called.
FailFastException(String, Throwable) - Constructor for exception starkcoder.failfast.fails.FailFastException
Constructor that can be used to nest an exception in a fail-fast exception.
failFloatDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatDefaultFail
Fails specified reference, since its referenced value passed a default check.
failFloatDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatDefaultFail
Fails specified reference, since its referenced value passed a default check.
failFloatEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatEqualsFail
Fails specified Floats, since they passed an equals check.
failFloatEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatEqualsFail
Fails specified Floats, since they passed an equals check.
failFloatEqualsAlmost(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatEqualsAlmost(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatEqualsAlmost(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatEqualsAlmostFail
Fails specified references, since they passed an equals-almost check.
failFloatEqualsAlmost(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatEqualsAlmostFail
Fails specified references, since they passed an equals-almost check.
failFloatGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatGreaterFail
Fails specified references, since they passed a greater check.
failFloatGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatGreaterFail
Fails specified references, since they passed a greater check.
failFloatGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failFloatGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failFloatInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatInsideFail
Fails specified values, since they passed an inside check.
failFloatInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatInsideFail
Fails specified references, since they passed an inside check.
failFloatLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatLessFail
Fails specified references, since they passed a less check.
failFloatLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatLessFail
Fails specified references, since they passed a less check.
failFloatLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failFloatLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failFloatNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failFloatNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failFloatNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotEqualsFail
Fails specified Floats, since they passed a not-equals check.
failFloatNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotEqualsFail
Fails specified Floats, since they passed a not-equals check.
failFloatNotEqualsAlmost(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotEqualsAlmost(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotEqualsAlmost(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotEqualsAlmostFail
Fails specified references, since they passed a not-equals-almost check.
failFloatNotEqualsAlmost(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotEqualsAlmostFail
Fails specified references, since they passed a not-equals-almost check.
failFloatNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotNullFail
Fails specified reference, since it passed a not-null check.
failFloatNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotNullFail
Fails specified reference, since it passed a null check.
failFloatNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failFloatNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failFloatNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNullFail
Fails specified reference, since it passed a null check.
failFloatNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatNullFail
Fails specified reference, since it passed a null check.
failFloatOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatOutsideFail
Fails specified references, since they passed an outside check.
failFloatOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatOutsideFail
Fails specified references, since they passed a outside check.
failFloatSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failFloatSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatSameFail
Fails specified references, since they passed a same check (using ==).
failFloatSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.floats.IObjectFloatSameFail
Fails specified references, since they passed a same check (using ==).
failGenericArrayEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.arrays.IGenericArrayEqualsFail
Fails specified references, since they passed an equals check.
failGenericArrayEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.arrays.IGenericArrayEqualsFail
Fails specified references, since they passed an equals check.
failGenericArrayNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.arrays.IGenericArrayNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericArrayNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.arrays.IGenericArrayNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericCollectionEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.collections.IGenericCollectionEqualsFail
Fails specified references, since they passed an equals check.
failGenericCollectionEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.collections.IGenericCollectionEqualsFail
Fails specified references, since they passed an equals check.
failGenericCollectionNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.collections.IGenericCollectionNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericCollectionNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.collections.IGenericCollectionNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericListEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.lists.IGenericListEqualsFail
Fails specified references, since they passed an equals check.
failGenericListEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.lists.IGenericListEqualsFail
Fails specified references, since they passed an equals check.
failGenericListNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.lists.IGenericListNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericListNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.lists.IGenericListNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericObjectEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectEqualsFail
Fails specified references, since they passed an equals check.
failGenericObjectEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectEqualsFail
Fails specified references, since they passed an equals check.
failGenericObjectNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericObjectNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotEqualsFail
Fails specified references, since they passed a not-equals check.
failGenericObjectNotNull(Object, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotNullFail
Fails specified reference, since it passed a not-null check.
failGenericObjectNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotNullFail
Fails specified reference, since it passed a not-null check.
failGenericObjectNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failGenericObjectNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failGenericObjectNull(Object, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNullFail
Fails specified reference, since it passed a null check.
failGenericObjectNull(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectNullFail
Fails specified reference, since it passed a null check.
failGenericObjectSame(Object, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectSameFail
Fails specified references, since they passed a same check (using ==).
failGenericObjectSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.generics.objects.IGenericObjectSameFail
Fails specified references, since they passed a same check (using ==).
failIntegerDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerDefaultFail
Fails specified reference, since its referenced value passed a default check.
failIntegerDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerDefaultFail
Fails specified reference, since its referenced value passed a default check.
failIntegerEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerEqualsFail
Fails specified Integers, since they passed an equals check.
failIntegerEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerEqualsFail
Fails specified Integers, since they passed an equals check.
failIntegerGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerGreaterFail
Fails specified references, since they passed a greater check.
failIntegerGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerGreaterFail
Fails specified references, since they passed a greater check.
failIntegerGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failIntegerGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failIntegerInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerInsideFail
Fails specified values, since they passed an inside check.
failIntegerInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerInsideFail
Fails specified references, since they passed an inside check.
failIntegerLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerLessFail
Fails specified references, since they passed a less check.
failIntegerLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerLessFail
Fails specified references, since they passed a less check.
failIntegerLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failIntegerLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failIntegerNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failIntegerNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failIntegerNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotEqualsFail
Fails specified Integers, since they passed a not-equals check.
failIntegerNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotEqualsFail
Fails specified Integers, since they passed a not-equals check.
failIntegerNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotNullFail
Fails specified reference, since it passed a not-null check.
failIntegerNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotNullFail
Fails specified reference, since it passed a null check.
failIntegerNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failIntegerNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failIntegerNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNullFail
Fails specified reference, since it passed a null check.
failIntegerNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerNullFail
Fails specified reference, since it passed a null check.
failIntegerOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerOutsideFail
Fails specified references, since they passed an outside check.
failIntegerOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerOutsideFail
Fails specified references, since they passed a outside check.
failIntegerSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failIntegerSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerSameFail
Fails specified references, since they passed a same check (using ==).
failIntegerSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.integers.IObjectIntegerSameFail
Fails specified references, since they passed a same check (using ==).
failLongDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongDefaultFail
Fails specified reference, since its referenced value passed a default check.
failLongDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongDefaultFail
Fails specified reference, since its referenced value passed a default check.
failLongEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongEqualsFail
Fails specified Longs, since they passed an equals check.
failLongEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongEqualsFail
Fails specified Longs, since they passed an equals check.
failLongGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongGreaterFail
Fails specified references, since they passed a greater check.
failLongGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongGreaterFail
Fails specified references, since they passed a greater check.
failLongGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failLongGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failLongInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongInsideFail
Fails specified values, since they passed an inside check.
failLongInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongInsideFail
Fails specified references, since they passed an inside check.
failLongLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongLessFail
Fails specified references, since they passed a less check.
failLongLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongLessFail
Fails specified references, since they passed a less check.
failLongLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failLongLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failLongNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failLongNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failLongNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotEqualsFail
Fails specified Longs, since they passed a not-equals check.
failLongNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotEqualsFail
Fails specified Longs, since they passed a not-equals check.
failLongNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotNullFail
Fails specified reference, since it passed a not-null check.
failLongNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotNullFail
Fails specified reference, since it passed a null check.
failLongNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failLongNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failLongNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNullFail
Fails specified reference, since it passed a null check.
failLongNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongNullFail
Fails specified reference, since it passed a null check.
failLongOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongOutsideFail
Fails specified references, since they passed an outside check.
failLongOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongOutsideFail
Fails specified references, since they passed a outside check.
failLongSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failLongSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongSameFail
Fails specified references, since they passed a same check (using ==).
failLongSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.longs.IObjectLongSameFail
Fails specified references, since they passed a same check (using ==).
failObjectArrayEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectArrayEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectArrayEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectArrayEqualsFail
Fails specified references, since they passed an equals check.
failObjectArrayEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectArrayEqualsFail
Fails specified references, since they passed an equals check.
failObjectCollectionEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectCollectionEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectCollectionEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectCollectionEqualsFail
Fails specified references, since they passed an equals check.
failObjectCollectionEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectCollectionEqualsFail
Fails specified references, since they passed an equals check.
failObjectDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.IObjectDefaultFail
Fails specified reference, since its referenced value passed a default check.
failObjectDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectDefaultFail
Fails specified reference, since its referenced value passed a default check.
failObjectEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectEqualsFail
Fails specified references, since they passed an equals check.
failObjectEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectEqualsFail
Fails specified references, since they passed an equals check.
failObjectListEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectListEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectListEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectListEqualsFail
Fails specified references, since they passed an equals check.
failObjectListEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectListEqualsFail
Fails specified references, since they passed an equals check.
failObjectNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failObjectNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failObjectNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotEqualsFail
Fails specified references, since they passed a not-equals check.
failObjectNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotEqualsFail
Fails specified references, since they passed a not-equals check.
failObjectNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotNullFail
Fails specified reference, since it passed a not-null check.
failObjectNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotNullFail
Fails specified reference, since it passed a not-null check.
failObjectNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failObjectNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failObjectNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNullFail
Fails specified reference, since it passed a null check.
failObjectNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectNullFail
Fails specified reference, since it passed a null check.
failObjectSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectSameFail
Fails specified references, since they passed a same check (using ==).
failObjectSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectSameFail
Fails specified references, since they passed a same check (using ==).
failObjectsEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectsEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectsEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectsEqualsFail
Fails specified references, since they passed an equals check.
failObjectsEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectsEqualsFail
Fails specified references, since they passed an equals check.
failObjectsNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectsNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failObjectsNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectsNotEqualsFail
Fails specified references, since they passed a not-equals check.
failObjectsNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.IObjectsNotEqualsFail
Fails specified references, since they passed a not-equals check.
failShortDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortDefaultFail
Fails specified reference, since its referenced value passed a default check.
failShortDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortDefaultFail
Fails specified reference, since its referenced value passed a default check.
failShortEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortEqualsFail
Fails specified Shorts, since they passed an equals check.
failShortEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortEqualsFail
Fails specified Shorts, since they passed an equals check.
failShortGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortGreaterFail
Fails specified references, since they passed a greater check.
failShortGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortGreaterFail
Fails specified references, since they passed a greater check.
failShortGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failShortGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failShortInside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortInside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortInside(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortInsideFail
Fails specified values, since they passed an inside check.
failShortInside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortInsideFail
Fails specified references, since they passed an inside check.
failShortLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortLessFail
Fails specified references, since they passed a less check.
failShortLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortLessFail
Fails specified references, since they passed a less check.
failShortLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failShortLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failShortNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failShortNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failShortNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotEqualsFail
Fails specified Shorts, since they passed a not-equals check.
failShortNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotEqualsFail
Fails specified Shorts, since they passed a not-equals check.
failShortNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotNullFail
Fails specified reference, since it passed a not-null check.
failShortNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotNullFail
Fails specified reference, since it passed a null check.
failShortNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failShortNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failShortNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNullFail
Fails specified reference, since it passed a null check.
failShortNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortNullFail
Fails specified reference, since it passed a null check.
failShortOutside(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortOutside(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortOutside(Object, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortOutsideFail
Fails specified references, since they passed an outside check.
failShortOutside(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortOutsideFail
Fails specified references, since they passed a outside check.
failShortSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failShortSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortSameFail
Fails specified references, since they passed a same check (using ==).
failShortSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.shorts.IObjectShortSameFail
Fails specified references, since they passed a same check (using ==).
failStringDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringDefaultFail
Fails specified reference, since its referenced value passed a default check.
failStringDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringDefaultFail
Fails specified reference, since its referenced value passed a default check.
failStringEmpty(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringEmpty(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringEmpty(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringEmptyFail
Fails specified reference, since its referenced value passed an empty check.
failStringEmpty(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringEmptyFail
Fails specified reference, since its referenced value passed an empty check.
failStringEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringEqualsFail
Fails specified Strings, since they passed an equals check.
failStringEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringEqualsFail
Fails specified Strings, since they passed an equals check.
failStringGreater(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringGreater(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringGreater(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringGreaterFail
Fails specified references, since they passed a greater check.
failStringGreater(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringGreaterFail
Fails specified references, since they passed a greater check.
failStringGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringGreaterOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringGreaterOrEqualsFail
Fails specified values, since they passed a greater or equals check.
failStringGreaterOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringGreaterOrEqualsFail
Fails specified references, since they passed a greater or equals check.
failStringLess(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringLess(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringLess(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringLessFail
Fails specified references, since they passed a less check.
failStringLess(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringLessFail
Fails specified references, since they passed a less check.
failStringLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringLessOrEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failStringLessOrEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringLessOrEqualsFail
Fails specified references, since they passed a less or equals check.
failStringMatching(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringMatching(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringMatching(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringMatchingFail
Fails specified String, since it passed a regex check.
failStringMatching(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringMatchingFail
Fails specified String, since it passed a regex check.
failStringNotDefault(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotDefault(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotDefault(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failStringNotDefault(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotDefaultFail
Fails specified reference, since its referenced value passed a not-default check.
failStringNotEmpty(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotEmpty(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotEmpty(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotEmptyFail
Fails specified reference, since its referenced value passed a not-empty check.
failStringNotEmpty(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotEmptyFail
Fails specified reference, since its referenced value passed a not-empty check.
failStringNotEquals(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotEquals(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotEquals(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotEqualsFail
Fails specified Strings, since they passed a not-equals check.
failStringNotEquals(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotEqualsFail
Fails specified Strings, since they passed a not-equals check.
failStringNotMatching(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotMatching(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotMatching(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotMatchingFail
Fails specified String, since it did NOT pass a regex check.
failStringNotMatching(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotMatchingFail
Fails specified String, since it did NOT pass a regex check.
failStringNotNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotNullFail
Fails specified reference, since it passed a not-null check.
failStringNotNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotNullFail
Fails specified reference, since it passed a null check.
failStringNotNullAndNotEmpty(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotNullAndNotEmpty(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotNullAndNotEmpty(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotNullAndNotEmptyFail
Fails specified reference, since its referenced value passed a not-null-and-not-empty check.
failStringNotNullAndNotEmpty(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotNullAndNotEmptyFail
Fails specified reference, since its referenced value passed a not-null-and-not-empty check.
failStringNotSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNotSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failStringNotSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNotSameFail
Fails specified references, since they passed a not-same check (using !=).
failStringNull(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNull(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNull(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNullFail
Fails specified reference, since it passed a null check.
failStringNull(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNullFail
Fails specified reference, since it passed a null check.
failStringNullOrEmpty(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNullOrEmpty(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringNullOrEmpty(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNullOrEmptyFail
Fails specified reference, since its referenced value passed a null-or-empty check.
failStringNullOrEmpty(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringNullOrEmptyFail
Fails specified reference, since its referenced value passed a null-or-empty check.
failStringSame(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringSame(Object, String, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringSame(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringSameFail
Fails specified references, since they passed a same check (using ==).
failStringSame(Object, String, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringSameFail
Fails specified references, since they passed a same check (using ==).
failStringWithoutPostfix(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutPostfix(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutPostfix(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutPostfixFail
Fails specified Strings, since they passed a non-postfix check.
failStringWithoutPostfix(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutPostfixFail
Fails specified Strings, since they passed a non-postfix check.
failStringWithoutPrefix(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutPrefix(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutPrefix(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutPrefixFail
Fails specified Strings, since they passed a non-prefix check.
failStringWithoutPrefix(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutPrefixFail
Fails specified Strings, since they passed a non-prefix check.
failStringWithoutSubstring(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutSubstring(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithoutSubstring(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutSubstringFail
Fails specified Strings, since they passed a non-substring check.
failStringWithoutSubstring(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithoutSubstringFail
Fails specified Strings, since they passed a non-substring check.
failStringWithPostfix(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithPostfix(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithPostfix(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithPostfixFail
Fails specified Strings, since they passed a postfix check.
failStringWithPostfix(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithPostfixFail
Fails specified Strings, since they passed a postfix check.
failStringWithPrefix(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithPrefix(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithPrefix(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithPrefixFail
Fails specified Strings, since they passed a prefix check.
failStringWithPrefix(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithPrefixFail
Fails specified Strings, since they passed a prefix check.
failStringWithSubstring(Object, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithSubstring(Object, String, String) - Method in class starkcoder.failfast.fails.AFailer
 
failStringWithSubstring(Object, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithSubstringFail
Fails specified Strings, since they passed a substring check.
failStringWithSubstring(Object, String, String) - Method in interface starkcoder.failfast.fails.objects.strings.IObjectStringWithSubstringFail
Fails specified Strings, since they passed a substring check.

G

getBooleanDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getBooleanDefault() - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanDefaultProperties
Default Boolean used by isBooleanDefault and isBooleanNotDefault.
getByteDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getByteDefault() - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteDefaultProperties
Default float used by isByteDefault and isByteNotDefault.
getCallContractor() - Method in class starkcoder.failfast.AFailFast
 
getCallContractor() - Method in class starkcoder.failfast.checks.AChecker
 
getCallContractor() - Method in interface starkcoder.failfast.contractors.ICallContractorReference
Retrieves the call contractor.
getCallContractor() - Method in class starkcoder.failfast.fails.AFailer
 
getCharacterDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getCharacterDefault() - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterDefaultProperties
Default float used by isCharacterDefault and isCharacterNotDefault.
getChecker() - Method in class starkcoder.failfast.AFailFast
 
getChecker() - Method in interface starkcoder.failfast.checks.ICheckerReference
Retrieves checker.
getChecker() - Static method in class starkcoder.failfast.SFailFast
Shortcut to checker.
getCurrentThreadId() - Method in class starkcoder.failfast.contractors.ACallContractor
 
getDoubleDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getDoubleDefault() - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleDefaultProperties
Default float used by isDoubleDefault and isValueNotDefault.
getDoubleEqualsAlmostDefaultAbsoluteEpsilon() - Method in class starkcoder.failfast.checks.AChecker
 
getDoubleEqualsAlmostDefaultAbsoluteEpsilon() - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheckProperties
Default absolute epsilon used by isDoubleEqualsAlmost.
getDoubleEqualsAlmostDefaultRelativeEpsilon() - Method in class starkcoder.failfast.checks.AChecker
 
getDoubleEqualsAlmostDefaultRelativeEpsilon() - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheckProperties
Default relative epsilon used by isDoubleEqualsAlmost.
getEnumDefault(Class<? extends Enum<?>>) - Method in class starkcoder.failfast.checks.AChecker
 
getEnumDefault(Class<? extends Enum<?>>) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumDefaultProperties
Default enum entry in enumType used by isEnumDefault and isEnumNotDefault.
getEnumDefaults() - Method in class starkcoder.failfast.checks.AChecker
 
getFailer() - Method in class starkcoder.failfast.AFailFast
 
getFailer() - Method in interface starkcoder.failfast.fails.IFailerReference
Retrieves failer.
getFailer() - Static method in class starkcoder.failfast.SFailFast
Shorcut to failer.
getFailFast() - Static method in class starkcoder.failfast.SFailFast
Retrieves the setup fail-fast instance.
getFailFastExceptionOrNull() - Method in class starkcoder.failfast.fails.AFailer
 
getFailFastExceptionOrNull() - Method in interface starkcoder.failfast.fails.IFailFastExceptionReference
Returns the first thrown fail-fast exception, if any.
getFailFastOrNull() - Static method in class starkcoder.failfast.SFailFast
Retrieves the setup instance or null, if no instance is available.
getFloatDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getFloatDefault() - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatDefaultProperties
Default float used by isFloatDefault and isValueNotDefault.
getFloatEqualsAlmostDefaultAbsoluteEpsilon() - Method in class starkcoder.failfast.checks.AChecker
 
getFloatEqualsAlmostDefaultAbsoluteEpsilon() - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheckProperties
Default absolute epsilon used by isFloatEqualsAlmost.
getFloatEqualsAlmostDefaultRelativeEpsilon() - Method in class starkcoder.failfast.checks.AChecker
 
getFloatEqualsAlmostDefaultRelativeEpsilon() - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheckProperties
Default relative epsilon used by isFloatEqualsAlmost.
getIntegerDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getIntegerDefault() - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerDefaultProperties
Default float used by isIntegerDefault and isValueNotDefault.
getLongDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getLongDefault() - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongDefaultProperties
Default float used by isLongDefault and isValueNotDefault.
getObjectDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getObjectDefault() - Method in interface starkcoder.failfast.checks.objects.IObjectDefaultProperties
Default Object used by isObjectDefault and isObjectNotDefault.
getShortDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getShortDefault() - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortDefaultProperties
Default float used by isShortDefault and isShortNotDefault.
getStringDefault() - Method in class starkcoder.failfast.checks.AChecker
 
getStringDefault() - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringDefaultProperties
Default String used by isStringDefault and isStringNotDefault.
getSynchronizationObject() - Method in class starkcoder.failfast.contractors.ACallContractor
 
getThreadId2Caller() - Method in class starkcoder.failfast.contractors.ACallContractor
 
getThreadId2CheckArguments() - Method in class starkcoder.failfast.contractors.ACallContractor
 
getThreadId2CheckExtraArguments() - Method in class starkcoder.failfast.contractors.ACallContractor
 
getThreadId2FailSpecification() - Method in class starkcoder.failfast.contractors.ACallContractor
 

I

ICallContractor - Interface in starkcoder.failfast.contractors
Specification of a call contractor.
ICallContractorReference - Interface in starkcoder.failfast.contractors
Call contractor reference specification.
ICheck - Interface in starkcoder.failfast.checks
Type specification for a single check.
IChecker - Interface in starkcoder.failfast.checks
Specification grouping all checker specifications.
ICheckerReference - Interface in starkcoder.failfast.checks
Checker reference specification.
IFail - Interface in starkcoder.failfast.fails
Type specification for a fail that matches a single check.
IFailer - Interface in starkcoder.failfast.fails
Failer specification.
IFailerReference - Interface in starkcoder.failfast.fails
Failer reference specification.
IFailFast - Interface in starkcoder.failfast
FailFast specification.
IFailFastException - Interface in starkcoder.failfast.fails
Specification of a fail-fast exception.
IFailFastExceptionReference - Interface in starkcoder.failfast.fails
 
IGenericArrayChecker - Interface in starkcoder.failfast.checks.generics.arrays
Specification grouping all generic array check specifications.
IGenericArrayEqualsCheck - Interface in starkcoder.failfast.checks.generics.arrays
Specifies an equals check for generic array.
IGenericArrayEqualsFail - Interface in starkcoder.failfast.fails.generics.arrays
Fail specification throwing an exception when an equals check asserts.
IGenericArrayFailer - Interface in starkcoder.failfast.fails.generics.arrays
Specification grouping all generic array fail specifications.
IGenericArrayNotEqualsCheck - Interface in starkcoder.failfast.checks.generics.arrays
Specifies a not-equals check for generic array.
IGenericArrayNotEqualsFail - Interface in starkcoder.failfast.fails.generics.arrays
Fail specification throwing an exception when a not-equals check asserts.
IGenericCollectionChecker - Interface in starkcoder.failfast.checks.generics.collections
Specification grouping all generic collection check specifications.
IGenericCollectionEqualsCheck - Interface in starkcoder.failfast.checks.generics.collections
Specifies an equals check for generic collection.
IGenericCollectionEqualsFail - Interface in starkcoder.failfast.fails.generics.collections
Fail specification throwing an exception when an equals check asserts.
IGenericCollectionFailer - Interface in starkcoder.failfast.fails.generics.collections
Specification grouping all generic collection fail specifications.
IGenericCollectionNotEqualsCheck - Interface in starkcoder.failfast.checks.generics.collections
Specifies a not-equals check for generic collection.
IGenericCollectionNotEqualsFail - Interface in starkcoder.failfast.fails.generics.collections
Fail specification throwing an exception when a not-equals check asserts.
IGenericListChecker - Interface in starkcoder.failfast.checks.generics.lists
Specification grouping all generic list check specifications.
IGenericListEqualsCheck - Interface in starkcoder.failfast.checks.generics.lists
Specifies an equals check for generic list.
IGenericListEqualsFail - Interface in starkcoder.failfast.fails.generics.lists
Fail specification throwing an exception when an equals check asserts.
IGenericListFailer - Interface in starkcoder.failfast.fails.generics.lists
Specification grouping all generic list fail specifications.
IGenericListNotEqualsCheck - Interface in starkcoder.failfast.checks.generics.lists
Specifies a not-equals check for generic list.
IGenericListNotEqualsFail - Interface in starkcoder.failfast.fails.generics.lists
Fail specification throwing an exception when a not-equals check asserts.
IGenericObjectChecker - Interface in starkcoder.failfast.checks.generics.objects
Specification grouping all generic object check specifications.
IGenericObjectEqualsCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies an equals check for a generic object.
IGenericObjectEqualsFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when an equals check asserts.
IGenericObjectFailer - Interface in starkcoder.failfast.fails.generics.objects
Specification grouping all generic object fail specifications.
IGenericObjectNotEqualsCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies a not-equals check for generic objects.
IGenericObjectNotEqualsFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when a not-equals check asserts.
IGenericObjectNotNullCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies a not-null check for generic objects.
IGenericObjectNotNullFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when a not-null check asserts.
IGenericObjectNotSameCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies a reference check for generic objects.
IGenericObjectNotSameFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when a not-same check asserts.
IGenericObjectNullCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies a null check for generic objects.
IGenericObjectNullFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when a null check asserts.
IGenericObjectSameCheck - Interface in starkcoder.failfast.checks.generics.objects
Specifies a reference check for generic objects.
IGenericObjectSameFail - Interface in starkcoder.failfast.fails.generics.objects
Fail specification throwing an exception when a same check asserts.
IGenericsChecker - Interface in starkcoder.failfast.checks.generics
Specification grouping all generics check specifications.
IGenericsFailer - Interface in starkcoder.failfast.fails.generics
Specification grouping all generics fail specifications.
IObjectArrayChecker - Interface in starkcoder.failfast.checks.objects
Specification grouping all object array check specifications.
IObjectArrayEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies an equals check for Object array.
IObjectArrayEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when an equals check asserts.
IObjectArrayFailer - Interface in starkcoder.failfast.fails.objects
Specification grouping all object array fail specifications.
IObjectBooleanChecker - Interface in starkcoder.failfast.checks.objects.booleans
Specification grouping all Boolean check specifications.
IObjectBooleanDefaultCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a default check for Boolean.
IObjectBooleanDefaultFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a default check asserts.
IObjectBooleanDefaultProperties - Interface in starkcoder.failfast.checks.objects.booleans
Defines properties used by both {link:IObjectBooleanDefaultCheck} and {link:IObjectBooleanNotDefaultCheck}.
IObjectBooleanEqualsCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies an equals check for Boolean.
IObjectBooleanEqualsFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when an equals check asserts.
IObjectBooleanFailer - Interface in starkcoder.failfast.fails.objects.booleans
Specification grouping all Boolean fail specifications.
IObjectBooleanFalseCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a false check for Boolean.
IObjectBooleanFalseFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a false check asserts.
IObjectBooleanNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a not-default check for Boolean.
IObjectBooleanNotDefaultFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a not-default check asserts.
IObjectBooleanNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a not-equals check for Booleans.
IObjectBooleanNotEqualsFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a not-equals check asserts.
IObjectBooleanNotNullCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a not-null check for Boolean.
IObjectBooleanNotNullFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a not-null check asserts.
IObjectBooleanNotSameCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a reference check for Boolean.
IObjectBooleanNotSameFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a not-same check asserts.
IObjectBooleanNullCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a null check for Boolean.
IObjectBooleanNullFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a null check asserts.
IObjectBooleanSameCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a reference check for Boolean.
IObjectBooleanSameFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a same check asserts.
IObjectBooleanTrueCheck - Interface in starkcoder.failfast.checks.objects.booleans
Specifies a true check for boolean.
IObjectBooleanTrueFail - Interface in starkcoder.failfast.fails.objects.booleans
Fail specification throwing an exception when a true check asserts.
IObjectByteChecker - Interface in starkcoder.failfast.checks.objects.bytes
Specification grouping all Byte check specifications.
IObjectByteDefaultCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a default check for Byte.
IObjectByteDefaultFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a default check asserts.
IObjectByteDefaultProperties - Interface in starkcoder.failfast.checks.objects.bytes
Defines properties used by both {link:IObjectByteDefaultCheck} and {link:IObjectByteNotDefaultCheck}.
IObjectByteEqualsCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies an equals check for Byte.
IObjectByteEqualsFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when an equals check asserts.
IObjectByteFailer - Interface in starkcoder.failfast.fails.objects.bytes
Specification grouping all Byte fail specifications.
IObjectByteGreaterCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a greater check for Byte.
IObjectByteGreaterFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a greater check asserts.
IObjectByteGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a greater or equals check for Byte.
IObjectByteGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a greater or equals check asserts.
IObjectByteInsideCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a within check for Byte.
IObjectByteInsideFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a within check asserts.
IObjectByteLessCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a less check for Byte.
IObjectByteLessFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a less check asserts.
IObjectByteLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a less or equals check for Byte.
IObjectByteLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a less or equals check asserts.
IObjectByteNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a not-default check for Byte.
IObjectByteNotDefaultFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a not-default check asserts.
IObjectByteNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a not-equals check for Byte.
IObjectByteNotEqualsFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a not-equals check asserts.
IObjectByteNotNullCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a not-null check for Byte.
IObjectByteNotNullFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a not-null check asserts.
IObjectByteNotSameCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a reference check for Byte.
IObjectByteNotSameFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a not-same check asserts.
IObjectByteNullCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a null check for Byte.
IObjectByteNullFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a null check asserts.
IObjectByteOutsideCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a within check for Byte.
IObjectByteOutsideFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a outside check asserts.
IObjectByteSameCheck - Interface in starkcoder.failfast.checks.objects.bytes
Specifies a reference check for Byte.
IObjectByteSameFail - Interface in starkcoder.failfast.fails.objects.bytes
Fail specification throwing an exception when a same check asserts.
IObjectCharacterChecker - Interface in starkcoder.failfast.checks.objects.characters
Specification grouping all Character check specifications.
IObjectCharacterDefaultCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a default check for Character.
IObjectCharacterDefaultFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a default check asserts.
IObjectCharacterDefaultProperties - Interface in starkcoder.failfast.checks.objects.characters
Defines properties used by both {link:IObjectCharacterDefaultCheck} and {link:IObjectCharacterNotDefaultCheck}.
IObjectCharacterEqualsCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies an equals check for Character.
IObjectCharacterEqualsFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when an equals check asserts.
IObjectCharacterFailer - Interface in starkcoder.failfast.fails.objects.characters
Specification grouping all Character fail specifications.
IObjectCharacterGreaterCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a greater check for Character.
IObjectCharacterGreaterFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a greater check asserts.
IObjectCharacterGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a greater or equals check for Character.
IObjectCharacterGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a greater or equals check asserts.
IObjectCharacterInsideCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a within check for Character.
IObjectCharacterInsideFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a within check asserts.
IObjectCharacterLessCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a less check for Character.
IObjectCharacterLessFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a less check asserts.
IObjectCharacterLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a less or equals check for Character.
IObjectCharacterLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a less or equals check asserts.
IObjectCharacterNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a not-default check for Character.
IObjectCharacterNotDefaultFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a not-default check asserts.
IObjectCharacterNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a not-equals check for Character.
IObjectCharacterNotEqualsFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a not-equals check asserts.
IObjectCharacterNotNullCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a not-null check for Character.
IObjectCharacterNotNullFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a not-null check asserts.
IObjectCharacterNotSameCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a reference check for Character.
IObjectCharacterNotSameFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a not-same check asserts.
IObjectCharacterNullCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a null check for Character.
IObjectCharacterNullFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a null check asserts.
IObjectCharacterOutsideCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a within check for Character.
IObjectCharacterOutsideFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a outside check asserts.
IObjectCharacterSameCheck - Interface in starkcoder.failfast.checks.objects.characters
Specifies a reference check for Character.
IObjectCharacterSameFail - Interface in starkcoder.failfast.fails.objects.characters
Fail specification throwing an exception when a same check asserts.
IObjectChecker - Interface in starkcoder.failfast.checks.objects
Specification grouping all object check specifications.
IObjectCollectionChecker - Interface in starkcoder.failfast.checks.objects
Specification grouping all object collection check specifications.
IObjectCollectionEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies an equals check for Object collection.
IObjectCollectionEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when an equals check asserts.
IObjectCollectionFailer - Interface in starkcoder.failfast.fails.objects
Specification grouping all object collection fail specifications.
IObjectDefaultCheck - Interface in starkcoder.failfast.checks.objects
Specifies a default value check for Object.
IObjectDefaultFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a default check asserts.
IObjectDefaultProperties - Interface in starkcoder.failfast.checks.objects
Defines properties used by both {link:IObjectDefaultCheck} and {link:IObjectNotDefaultCheck}.
IObjectDoubleChecker - Interface in starkcoder.failfast.checks.objects.doubles
Specification grouping all Double check specifications.
IObjectDoubleDefaultCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a default check for Double.
IObjectDoubleDefaultFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a default check asserts.
IObjectDoubleDefaultProperties - Interface in starkcoder.failfast.checks.objects.doubles
Defines properties used by both {link:IObjectDoubleDefaultCheck} and {link:IObjectDoubleNotDefaultCheck}.
IObjectDoubleEqualsAlmostCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies an equals check for Double allowing some difference e.g.
IObjectDoubleEqualsAlmostCheckProperties - Interface in starkcoder.failfast.checks.objects.doubles
Defines properties used by both {link:IObjectDoubleEqualsAlmostCheck} and {link:IObjectDoubleNotEqualsAlmostCheck}.
IObjectDoubleEqualsAlmostFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when an equals-almost check asserts.
IObjectDoubleEqualsCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies an equals check for Double.
IObjectDoubleEqualsFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when an equals check asserts.
IObjectDoubleFailer - Interface in starkcoder.failfast.fails.objects.doubles
Specification grouping all Double fail specifications.
IObjectDoubleGreaterCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a greater check for Double.
IObjectDoubleGreaterFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a greater check asserts.
IObjectDoubleGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a greater or equals check for Double.
IObjectDoubleGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a greater or equals check asserts.
IObjectDoubleInsideCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a within check for Double.
IObjectDoubleInsideFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a within check asserts.
IObjectDoubleLessCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a less check for Double.
IObjectDoubleLessFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a less check asserts.
IObjectDoubleLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a less or equals check for Double.
IObjectDoubleLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a less or equals check asserts.
IObjectDoubleNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a not-default check for Double.
IObjectDoubleNotDefaultFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a not-default check asserts.
IObjectDoubleNotEqualsAlmostCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a not-equals check for Double allowing some difference e.g.
IObjectDoubleNotEqualsAlmostFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a not-equals-almost check asserts.
IObjectDoubleNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a not-equals check for Double.
IObjectDoubleNotEqualsFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a not-equals check asserts.
IObjectDoubleNotNullCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a not-null check for Double.
IObjectDoubleNotNullFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a not-null check asserts.
IObjectDoubleNotSameCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a reference check for Double.
IObjectDoubleNotSameFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a not-same check asserts.
IObjectDoubleNullCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a null check for Double.
IObjectDoubleNullFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a null check asserts.
IObjectDoubleOutsideCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a within check for Double.
IObjectDoubleOutsideFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a outside check asserts.
IObjectDoubleSameCheck - Interface in starkcoder.failfast.checks.objects.doubles
Specifies a reference check for Double.
IObjectDoubleSameFail - Interface in starkcoder.failfast.fails.objects.doubles
Fail specification throwing an exception when a same check asserts.
IObjectEnumChecker - Interface in starkcoder.failfast.checks.objects.enums
Specification grouping all Enum check specifications.
IObjectEnumDefaultCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a default value check for Enum.
IObjectEnumDefaultFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a default check asserts.
IObjectEnumDefaultProperties - Interface in starkcoder.failfast.checks.objects.enums
Defines properties used by both {link:IObjectEnumDefaultCheck} and {link:IObjectEnumNotDefaultCheck}.
IObjectEnumEqualsCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies an equals check for Enum.
IObjectEnumEqualsFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when an equals check asserts.
IObjectEnumFailer - Interface in starkcoder.failfast.fails.objects.enums
Specification grouping all Enum fail specifications.
IObjectEnumGreaterCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a greater check for Enum.
IObjectEnumGreaterFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a greater check asserts.
IObjectEnumGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a greater or equals check for Enum.
IObjectEnumGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a greater or equals check asserts.
IObjectEnumInsideCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a within check for Enum.
IObjectEnumInsideFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a within check asserts.
IObjectEnumLessCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a less check for Enum.
IObjectEnumLessFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a less check asserts.
IObjectEnumLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a less or equals check for Enum.
IObjectEnumLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a less or equals check asserts.
IObjectEnumNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a not-default value check for Enum.
IObjectEnumNotDefaultFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a not-default check asserts.
IObjectEnumNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a not-equals check for Enums.
IObjectEnumNotEqualsFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a not-equals check asserts.
IObjectEnumNotNullCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a not-null check for Enum.
IObjectEnumNotNullFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a not-null check asserts.
IObjectEnumNotSameCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a reference check for Enum.
IObjectEnumNotSameFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a not-same check asserts.
IObjectEnumNullCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a null check for Enum.
IObjectEnumNullFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a null check asserts.
IObjectEnumOutsideCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a within check for Enum.
IObjectEnumOutsideFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a outside check asserts.
IObjectEnumSameCheck - Interface in starkcoder.failfast.checks.objects.enums
Specifies a reference check for Enum.
IObjectEnumSameFail - Interface in starkcoder.failfast.fails.objects.enums
Fail specification throwing an exception when a same check asserts.
IObjectEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies an equals check for Object and derivatives.
IObjectEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when an equals check asserts.
IObjectFailer - Interface in starkcoder.failfast.fails.objects
Specification grouping all object fail specifications.
IObjectFloatChecker - Interface in starkcoder.failfast.checks.objects.floats
Specification grouping all Float check specifications.
IObjectFloatDefaultCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a default check for Float.
IObjectFloatDefaultFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a default check asserts.
IObjectFloatDefaultProperties - Interface in starkcoder.failfast.checks.objects.floats
Defines properties used by both {link:IObjectFloatDefaultCheck} and {link:IObjectFloatNotDefaultCheck}.
IObjectFloatEqualsAlmostCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies an equals check for Float allowing some difference e.g.
IObjectFloatEqualsAlmostCheckProperties - Interface in starkcoder.failfast.checks.objects.floats
Defines properties used by both {link:IObjectFloatEqualsAlmostCheck} and {link:IObjectFloatNotEqualsAlmostCheck}.
IObjectFloatEqualsAlmostFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when an equals-almost check asserts.
IObjectFloatEqualsCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies an equals check for Float.
IObjectFloatEqualsFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when an equals check asserts.
IObjectFloatFailer - Interface in starkcoder.failfast.fails.objects.floats
Specification grouping all Float fail specifications.
IObjectFloatGreaterCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a greater check for Float.
IObjectFloatGreaterFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a greater check asserts.
IObjectFloatGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a greater or equals check for Float.
IObjectFloatGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a greater or equals check asserts.
IObjectFloatInsideCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a within check for Float.
IObjectFloatInsideFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a within check asserts.
IObjectFloatLessCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a less check for Float.
IObjectFloatLessFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a less check asserts.
IObjectFloatLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a less or equals check for Float.
IObjectFloatLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a less or equals check asserts.
IObjectFloatNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a not-default check for float.
IObjectFloatNotDefaultFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a not-default check asserts.
IObjectFloatNotEqualsAlmostCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a not-equals check for Float allowing some difference e.g.
IObjectFloatNotEqualsAlmostFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a not-equals-almost check asserts.
IObjectFloatNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a not-equals check for Floats.
IObjectFloatNotEqualsFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a not-equals check asserts.
IObjectFloatNotNullCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a not-null check for Float.
IObjectFloatNotNullFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a not-null check asserts.
IObjectFloatNotSameCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a reference check for Float.
IObjectFloatNotSameFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a not-same check asserts.
IObjectFloatNullCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a null check for Float.
IObjectFloatNullFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a null check asserts.
IObjectFloatOutsideCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a within check for Float.
IObjectFloatOutsideFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a outside check asserts.
IObjectFloatSameCheck - Interface in starkcoder.failfast.checks.objects.floats
Specifies a reference check for Float.
IObjectFloatSameFail - Interface in starkcoder.failfast.fails.objects.floats
Fail specification throwing an exception when a same check asserts.
IObjectIntegerChecker - Interface in starkcoder.failfast.checks.objects.integers
Specification grouping all Integer check specifications.
IObjectIntegerDefaultCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a default check for Integer.
IObjectIntegerDefaultFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a default check asserts.
IObjectIntegerDefaultProperties - Interface in starkcoder.failfast.checks.objects.integers
Defines properties used by both {link:IObjectIntegerDefaultCheck} and {link:IObjectIntegerNotDefaultCheck}.
IObjectIntegerEqualsCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies an equals check for Integer.
IObjectIntegerEqualsFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when an equals check asserts.
IObjectIntegerFailer - Interface in starkcoder.failfast.fails.objects.integers
Specification grouping all Integer fail specifications.
IObjectIntegerGreaterCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a greater check for Integer.
IObjectIntegerGreaterFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a greater check asserts.
IObjectIntegerGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a greater or equals check for Integer.
IObjectIntegerGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a greater or equals check asserts.
IObjectIntegerInsideCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a within check for Integer.
IObjectIntegerInsideFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a within check asserts.
IObjectIntegerLessCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a less check for Integer.
IObjectIntegerLessFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a less check asserts.
IObjectIntegerLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a less or equals check for Integer.
IObjectIntegerLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a less or equals check asserts.
IObjectIntegerNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a not-default check for Integer.
IObjectIntegerNotDefaultFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a not-default check asserts.
IObjectIntegerNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a not-equals check for Integers.
IObjectIntegerNotEqualsFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a not-equals check asserts.
IObjectIntegerNotNullCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a not-null check for Integer.
IObjectIntegerNotNullFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a not-null check asserts.
IObjectIntegerNotSameCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a reference check for Integer.
IObjectIntegerNotSameFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a not-same check asserts.
IObjectIntegerNullCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a null check for Integer.
IObjectIntegerNullFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a null check asserts.
IObjectIntegerOutsideCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a within check for Integer.
IObjectIntegerOutsideFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a outside check asserts.
IObjectIntegerSameCheck - Interface in starkcoder.failfast.checks.objects.integers
Specifies a reference check for Integer.
IObjectIntegerSameFail - Interface in starkcoder.failfast.fails.objects.integers
Fail specification throwing an exception when a same check asserts.
IObjectListChecker - Interface in starkcoder.failfast.checks.objects
Specification grouping all object list check specifications.
IObjectListEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies an equals check for Object list.
IObjectListEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when an equals check asserts.
IObjectListFailer - Interface in starkcoder.failfast.fails.objects
Specification grouping all object list fail specifications.
IObjectLongChecker - Interface in starkcoder.failfast.checks.objects.longs
Specification grouping all Long check specifications.
IObjectLongDefaultCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a default check for Long.
IObjectLongDefaultFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a default check asserts.
IObjectLongDefaultProperties - Interface in starkcoder.failfast.checks.objects.longs
Defines properties used by both {link:IObjectLongDefaultCheck} and {link:IObjectLongNotDefaultCheck}.
IObjectLongEqualsCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies an equals check for Long.
IObjectLongEqualsFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when an equals check asserts.
IObjectLongFailer - Interface in starkcoder.failfast.fails.objects.longs
Specification grouping all Long fail specifications.
IObjectLongGreaterCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a greater check for Long.
IObjectLongGreaterFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a greater check asserts.
IObjectLongGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a greater or equals check for Long.
IObjectLongGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a greater or equals check asserts.
IObjectLongInsideCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a within check for Long.
IObjectLongInsideFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a within check asserts.
IObjectLongLessCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a less check for Long.
IObjectLongLessFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a less check asserts.
IObjectLongLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a less or equals check for Long.
IObjectLongLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a less or equals check asserts.
IObjectLongNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a not-default check for Long.
IObjectLongNotDefaultFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a not-default check asserts.
IObjectLongNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a not-equals check for Longs.
IObjectLongNotEqualsFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a not-equals check asserts.
IObjectLongNotNullCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a not-null check for Long.
IObjectLongNotNullFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a not-null check asserts.
IObjectLongNotSameCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a reference check for Long.
IObjectLongNotSameFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a not-same check asserts.
IObjectLongNullCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a null check for Long.
IObjectLongNullFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a null check asserts.
IObjectLongOutsideCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a within check for Long.
IObjectLongOutsideFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a outside check asserts.
IObjectLongSameCheck - Interface in starkcoder.failfast.checks.objects.longs
Specifies a reference check for Long.
IObjectLongSameFail - Interface in starkcoder.failfast.fails.objects.longs
Fail specification throwing an exception when a same check asserts.
IObjectNotDefaultCheck - Interface in starkcoder.failfast.checks.objects
Specifies a not-default value check for Boolean.
IObjectNotDefaultFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a not-default check asserts.
IObjectNotEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies a not-equals check for Object and derivatives.
IObjectNotEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a not-equals check asserts.
IObjectNotNullCheck - Interface in starkcoder.failfast.checks.objects
Specifies a not-null check for Object and derivatives.
IObjectNotNullFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a not-null check asserts.
IObjectNotSameCheck - Interface in starkcoder.failfast.checks.objects
Specifies a reference check for Object and derivatives.
IObjectNotSameFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a not-same check asserts.
IObjectNullCheck - Interface in starkcoder.failfast.checks.objects
Specifies a null check for Object and derivatives.
IObjectNullFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a null check asserts.
IObjectSameCheck - Interface in starkcoder.failfast.checks.objects
Specifies a reference check for Object and derivatives.
IObjectSameFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a same check asserts.
IObjectsEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies an equals check for Objects.
IObjectsEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when an equals check asserts.
IObjectShortChecker - Interface in starkcoder.failfast.checks.objects.shorts
Specification grouping all Short check specifications.
IObjectShortDefaultCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a default check for Short.
IObjectShortDefaultFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a default check asserts.
IObjectShortDefaultProperties - Interface in starkcoder.failfast.checks.objects.shorts
Defines properties used by both {link:IObjectShortDefaultCheck} and {link:IObjectShortNotDefaultCheck}.
IObjectShortEqualsCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies an equals check for Short.
IObjectShortEqualsFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when an equals check asserts.
IObjectShortFailer - Interface in starkcoder.failfast.fails.objects.shorts
Specification grouping all Short fail specifications.
IObjectShortGreaterCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a greater check for Short.
IObjectShortGreaterFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a greater check asserts.
IObjectShortGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a greater or equals check for Short.
IObjectShortGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a greater or equals check asserts.
IObjectShortInsideCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a within check for Short.
IObjectShortInsideFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a within check asserts.
IObjectShortLessCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a less check for Short.
IObjectShortLessFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a less check asserts.
IObjectShortLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a less or equals check for Short.
IObjectShortLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a less or equals check asserts.
IObjectShortNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a not-default check for Short.
IObjectShortNotDefaultFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a not-default check asserts.
IObjectShortNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a not-equals check for Short.
IObjectShortNotEqualsFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a not-equals check asserts.
IObjectShortNotNullCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a not-null check for Short.
IObjectShortNotNullFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a not-null check asserts.
IObjectShortNotSameCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a reference check for Short.
IObjectShortNotSameFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a not-same check asserts.
IObjectShortNullCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a null check for Short.
IObjectShortNullFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a null check asserts.
IObjectShortOutsideCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a within check for Short.
IObjectShortOutsideFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a outside check asserts.
IObjectShortSameCheck - Interface in starkcoder.failfast.checks.objects.shorts
Specifies a reference check for Short.
IObjectShortSameFail - Interface in starkcoder.failfast.fails.objects.shorts
Fail specification throwing an exception when a same check asserts.
IObjectsNotEqualsCheck - Interface in starkcoder.failfast.checks.objects
Specifies a not-equals check for Objects.
IObjectsNotEqualsFail - Interface in starkcoder.failfast.fails.objects
Fail specification throwing an exception when a not-equals check asserts.
IObjectStringChecker - Interface in starkcoder.failfast.checks.objects.strings
Specification grouping all String check specifications.
IObjectStringDefaultCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a default value check for String.
IObjectStringDefaultFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a default check asserts.
IObjectStringDefaultProperties - Interface in starkcoder.failfast.checks.objects.strings
Defines properties used by both {link:IObjectStringDefaultCheck} and {link:IObjectStringNotDefaultCheck}.
IObjectStringEmptyCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies an empty value check for String.
IObjectStringEmptyFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when an empty check asserts.
IObjectStringEqualsCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies an equals check for String.
IObjectStringEqualsFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when an equals check asserts.
IObjectStringFailer - Interface in starkcoder.failfast.fails.objects.strings
Specification grouping all String fail specifications.
IObjectStringGreaterCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a greater check for String.
IObjectStringGreaterFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a greater check asserts.
IObjectStringGreaterOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a greater or equals check for String.
IObjectStringGreaterOrEqualsFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a greater or equals check asserts.
IObjectStringLessCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a less check for String.
IObjectStringLessFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a less check asserts.
IObjectStringLessOrEqualsCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a less or equals check for String.
IObjectStringLessOrEqualsFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a less or equals check asserts.
IObjectStringMatchingCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a regex check for String.
IObjectStringMatchingFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a regex check asserts.
IObjectStringNotDefaultCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a not-default value check for String.
IObjectStringNotDefaultFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-default check asserts.
IObjectStringNotEmptyCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a not-empty check for String.
IObjectStringNotEmptyFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-empty check asserts.
IObjectStringNotEqualsCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a not-equals check for Strings.
IObjectStringNotEqualsFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-equals check asserts.
IObjectStringNotMatchingCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a non-regex check for String.
IObjectStringNotMatchingFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a regex check does NOT assert.
IObjectStringNotNullAndNotEmptyCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a not-null-and-not-empty check for String.
IObjectStringNotNullAndNotEmptyFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-null-and-not-empty check asserts.
IObjectStringNotNullCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a not-null check for String.
IObjectStringNotNullFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-null check asserts.
IObjectStringNotSameCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a reference check for String.
IObjectStringNotSameFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a not-same check asserts.
IObjectStringNullCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a null check for String.
IObjectStringNullFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a null check asserts.
IObjectStringNullOrEmptyCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a null-or-empty value check for String.
IObjectStringNullOrEmptyFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a null-or-empty check asserts.
IObjectStringSameCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a reference check for String.
IObjectStringSameFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a same check asserts.
IObjectStringWithoutPostfixCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a non-postfix check for String.
IObjectStringWithoutPostfixFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a non-postfix check asserts.
IObjectStringWithoutPrefixCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a non-prefix check for String.
IObjectStringWithoutPrefixFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a non-prefix check asserts.
IObjectStringWithoutSubstringCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a non-substring check for String.
IObjectStringWithoutSubstringFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a non-substring check asserts.
IObjectStringWithPostfixCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a postfix check for String.
IObjectStringWithPostfixFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a postfix check asserts.
IObjectStringWithPrefixCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a prefix check for String.
IObjectStringWithPrefixFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a prefix check asserts.
IObjectStringWithSubstringCheck - Interface in starkcoder.failfast.checks.objects.strings
Specifies a substring check for String.
IObjectStringWithSubstringFail - Interface in starkcoder.failfast.fails.objects.strings
Fail specification throwing an exception when a substring check asserts.
isBooleanDefault(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanDefault(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanDefaultCheck
Checks if the reference is equal to the registered default Float.
isBooleanEquals(Object, Boolean, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanEquals(Object, Boolean, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanEqualsCheck
Checks if the Booleans are equals.
isBooleanFalse(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanFalse(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanFalseCheck
Checks if the Boolean is false.
isBooleanNotDefault(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanNotDefault(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanNotDefaultCheck
Checks if if the reference is NOT equal to registered default Boolean.
isBooleanNotEquals(Object, Boolean, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanNotEquals(Object, Boolean, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanNotEqualsCheck
Checks if the references are not equals.
isBooleanNotNull(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanNotNull(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanNotNullCheck
Checks if the Boolean is not null.
isBooleanNotSame(Object, Boolean, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanNotSame(Object, Boolean, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isBooleanNull(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanNull(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanNullCheck
Checks if the Boolean is null.
isBooleanSame(Object, Boolean, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanSame(Object, Boolean, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanSameCheck
Checks if the references are the same (using ==) or both nulls.
isBooleanTrue(Object, Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
isBooleanTrue(Object, Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanTrueCheck
Checks if the Boolean is true.
isByteDefault(Object, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteDefault(Object, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteDefaultCheck
Checks if the reference is equal to the registered default Byte.
isByteEquals(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteEquals(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteEqualsCheck
Checks if the Bytes are equals.
isByteGreater(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteGreater(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteGreaterCheck
Checks if references are not null && A > B.
isByteGreaterOrEquals(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteGreaterOrEquals(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isByteInside(Object, Byte, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteInside(Object, Byte, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteInsideCheck
Checks if references are not null and A is within [min;max].
isByteLess(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteLess(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteLessCheck
Checks if references are not nulls and A < B.
isByteLessOrEquals(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteLessOrEquals(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteLessOrEqualsCheck
Checks if references are both null or A <= B.
isByteNotDefault(Object, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteNotDefault(Object, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteNotDefaultCheck
Checks if the reference is NOT equal to registered default Byte.
isByteNotEquals(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteNotEquals(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteNotEqualsCheck
Checks if the references are not equals.
isByteNotNull(Object, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteNotNull(Object, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteNotNullCheck
Checks if the Byte is not null.
isByteNotSame(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteNotSame(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isByteNull(Object, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteNull(Object, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteNullCheck
Checks if the Byte is null.
isByteOutside(Object, Byte, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteOutside(Object, Byte, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isByteSame(Object, Byte, Byte) - Method in class starkcoder.failfast.checks.AChecker
 
isByteSame(Object, Byte, Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteSameCheck
Checks if the references are the same (using ==) or both nulls.
isCharacterDefault(Object, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterDefault(Object, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterDefaultCheck
Checks if the reference is equal to the registered default Character.
isCharacterEquals(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterEquals(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterEqualsCheck
Checks if the Characters are equals.
isCharacterGreater(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterGreater(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterGreaterCheck
Checks if references are not null && A > B.
isCharacterGreaterOrEquals(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterGreaterOrEquals(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isCharacterInside(Object, Character, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterInside(Object, Character, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterInsideCheck
Checks if references are not null and A is within [min;max].
isCharacterLess(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterLess(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterLessCheck
Checks if references are not nulls and A < B.
isCharacterLessOrEquals(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterLessOrEquals(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterLessOrEqualsCheck
Checks if references are both null or A <= B.
isCharacterNotDefault(Object, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterNotDefault(Object, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterNotDefaultCheck
Checks if the reference is NOT equal to registered default Character.
isCharacterNotEquals(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterNotEquals(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterNotEqualsCheck
Checks if the references are not equals.
isCharacterNotNull(Object, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterNotNull(Object, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterNotNullCheck
Checks if the Character is not null.
isCharacterNotSame(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterNotSame(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isCharacterNull(Object, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterNull(Object, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterNullCheck
Checks if the Character is null.
isCharacterOutside(Object, Character, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterOutside(Object, Character, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isCharacterSame(Object, Character, Character) - Method in class starkcoder.failfast.checks.AChecker
 
isCharacterSame(Object, Character, Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterSameCheck
Checks if the references are the same (using ==) or both nulls.
isDoubleDefault(Object, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleDefault(Object, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleDefaultCheck
Checks if the reference is equal to the registered default Double.
isDoubleEquals(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleEquals(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsCheck
Checks if the Doubles are equals.
isDoubleEqualsAlmost(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleEqualsAlmost(Object, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleEqualsAlmost(Object, Double, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleEqualsAlmost(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isDoubleEqualsAlmost(Object, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isDoubleEqualsAlmost(Object, Double, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isDoubleGreater(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleGreater(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleGreaterCheck
Checks if references are not null && A > B.
isDoubleGreaterOrEquals(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleGreaterOrEquals(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isDoubleInside(Object, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleInside(Object, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleInsideCheck
Checks if references are not null and A is within [min;max].
isDoubleLess(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleLess(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleLessCheck
Checks if references are not nulls and A < B.
isDoubleLessOrEquals(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleLessOrEquals(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleLessOrEqualsCheck
Checks if references are both null or A <= B.
isDoubleNotDefault(Object, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotDefault(Object, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotDefaultCheck
Checks if the reference is NOT equal to registered default Double.
isDoubleNotEquals(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotEquals(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotEqualsCheck
Checks if the references are not equals.
isDoubleNotEqualsAlmost(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotEqualsAlmost(Object, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotEqualsAlmost(Object, Double, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotEqualsAlmost(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isDoubleNotEqualsAlmost(Object, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isDoubleNotEqualsAlmost(Object, Double, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isDoubleNotNull(Object, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotNull(Object, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotNullCheck
Checks if the Double is not null.
isDoubleNotSame(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNotSame(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isDoubleNull(Object, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleNull(Object, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleNullCheck
Checks if the Double is null.
isDoubleOutside(Object, Double, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleOutside(Object, Double, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isDoubleSame(Object, Double, Double) - Method in class starkcoder.failfast.checks.AChecker
 
isDoubleSame(Object, Double, Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleSameCheck
Checks if the references are the same (using ==) or both nulls.
isEnumDefault(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumDefault(Object, A) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumDefaultCheck
Checks if the Enum reference a default value.
isEnumEquals(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumEqualsCheck
Checks if the Enums are equals.
isEnumGreater(Object, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumGreater(Object, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumGreaterCheck
Checks if references are not null && A > B.
isEnumGreaterOrEquals(Object, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumGreaterOrEquals(Object, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isEnumInside(Object, T, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumInside(Object, T, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumInsideCheck
Checks if references are not null and A is within [min;max].
isEnumLess(Object, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumLess(Object, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumLessCheck
Checks if references are not nulls and A < B.
isEnumLessOrEquals(Object, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumLessOrEquals(Object, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumLessOrEqualsCheck
Checks if references are both null or A <= B.
isEnumNotDefault(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumNotDefault(Object, A) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumNotDefaultCheck
Checks if the Enum does not reference a default value.
isEnumNotEquals(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumNotEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumNotEqualsCheck
Checks if the references are not equals.
isEnumNotNull(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumNotNull(Object, A) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumNotNullCheck
Checks if the Enum is not null.
isEnumNotSame(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumNotSame(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isEnumNull(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumNull(Object, A) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumNullCheck
Checks if the Enum is null.
isEnumOutside(Object, T, T, T) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumOutside(Object, T, T, T) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isEnumSame(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isEnumSame(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumSameCheck
Checks if the references are the same (using ==) or both nulls.
isFloatDefault(Object, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatDefault(Object, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatDefaultCheck
Checks if the reference is equal to the registered default Float.
isFloatEquals(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatEquals(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsCheck
Checks if the Floats are equals.
isFloatEqualsAlmost(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatEqualsAlmost(Object, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatEqualsAlmost(Object, Float, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatEqualsAlmost(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isFloatEqualsAlmost(Object, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isFloatEqualsAlmost(Object, Float, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheck
Checks if the referenced values are almost equals (B is within [L(A);U(A)]).
isFloatGreater(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatGreater(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatGreaterCheck
Checks if references are not null && A > B.
isFloatGreaterOrEquals(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatGreaterOrEquals(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isFloatInside(Object, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatInside(Object, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatInsideCheck
Checks if references are not null and A is within [min;max].
isFloatLess(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatLess(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatLessCheck
Checks if references are not nulls and A < B.
isFloatLessOrEquals(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatLessOrEquals(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatLessOrEqualsCheck
Checks if references are both null or A <= B.
isFloatNotDefault(Object, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotDefault(Object, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotDefaultCheck
Checks if the reference is NOT equal to registered default Float.
isFloatNotEquals(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotEquals(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotEqualsCheck
Checks if the references are not equals.
isFloatNotEqualsAlmost(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotEqualsAlmost(Object, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotEqualsAlmost(Object, Float, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotEqualsAlmost(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isFloatNotEqualsAlmost(Object, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isFloatNotEqualsAlmost(Object, Float, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotEqualsAlmostCheck
Checks if the referenced values are not-equals (B is NOT within [L(A);U(A)]).
isFloatNotNull(Object, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotNull(Object, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotNullCheck
Checks if the Float is not null.
isFloatNotSame(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNotSame(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isFloatNull(Object, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatNull(Object, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatNullCheck
Checks if the Float is null.
isFloatOutside(Object, Float, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatOutside(Object, Float, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isFloatSame(Object, Float, Float) - Method in class starkcoder.failfast.checks.AChecker
 
isFloatSame(Object, Float, Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatSameCheck
Checks if the references are the same (using ==) or both nulls.
isGenericArrayEquals(Object, A[], B[]) - Method in interface starkcoder.failfast.checks.generics.arrays.IGenericArrayEqualsCheck
Checks if the referenced element pairs are equals or both nulls.
isGenericArrayEqualsImplementation(Object, A[], B[], Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericArrayNotEquals(Object, A[], B[]) - Method in interface starkcoder.failfast.checks.generics.arrays.IGenericArrayNotEqualsCheck
Checks if the referenced element pairs are not equals and not both nulls.
isGenericArrayNotEqualsImplementation(Object, A[], B[], Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericCollectionEquals(Object, Collection<A>, Collection<B>) - Method in interface starkcoder.failfast.checks.generics.collections.IGenericCollectionEqualsCheck
Checks if the referenced element pairs are equals or both nulls.
isGenericCollectionEqualsImplementation(Object, Collection<A>, Collection<B>, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericCollectionNotEquals(Object, Collection<A>, Collection<B>) - Method in interface starkcoder.failfast.checks.generics.collections.IGenericCollectionNotEqualsCheck
Checks if the referenced element pairs are not equals and not both nulls.
isGenericCollectionNotEqualsImplementation(Object, Collection<A>, Collection<B>, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableGreaterImplementation(Object, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableGreaterOrEqualsImplementation(Object, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableInsideImplementation(Object, T, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableLessImplementation(Object, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableLessOrEqualsImplementation(Object, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericComparableOutsideImplementation(Object, T, T, T, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericListEquals(Object, List<A>, List<B>) - Method in interface starkcoder.failfast.checks.generics.lists.IGenericListEqualsCheck
Checks if the referenced element pairs are equals or both nulls.
isGenericListEqualsImplementation(Object, List<A>, List<B>, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericListNotEquals(Object, List<A>, List<B>) - Method in interface starkcoder.failfast.checks.generics.lists.IGenericListNotEqualsCheck
Checks if the referenced element pairs are not equals and not both nulls.
isGenericListNotEqualsImplementation(Object, List<A>, List<B>, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectDefaultImplementation(Object, A, A, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectEqualsCheck
Checks if the referenced objects are both nulls or equals using both equals methods.
isGenericObjectEqualsImplementation(Object, A, B, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectNotDefaultImplementation(Object, A, A, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectNotEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectNotEqualsCheck
Checks if the referenced objects are not both nulls and not equals using both equals methods.
isGenericObjectNotEqualsImplementation(Object, A, B, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectNotNull(Object, A) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectNotNullCheck
Checks if the reference is not-null.
isGenericObjectNotNullImplementation(Object, A, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectNotSame(Object, A, B) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectNotSameCheck
Checks if the references are not the same (using !=) and not both nulls.
isGenericObjectNotSameImplementation(Object, A, B, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectNull(Object, A) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectNullCheck
Checks whether the reference is null.
isGenericObjectNullImplementation(Object, A, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isGenericObjectSame(Object, Object, Object) - Method in interface starkcoder.failfast.checks.generics.objects.IGenericObjectSameCheck
Checks if the references are the same (using ==) or both nulls.
isGenericObjectSameImplementation(Object, A, B, Class<? extends ICheck>) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerDefault(Object, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerDefault(Object, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerDefaultCheck
Checks if the reference is equal to the registered default Integer.
isIntegerEquals(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerEquals(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerEqualsCheck
Checks if the Integers are equals.
isIntegerGreater(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerGreater(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerGreaterCheck
Checks if references are not null && A > B.
isIntegerGreaterOrEquals(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerGreaterOrEquals(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isIntegerInside(Object, Integer, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerInside(Object, Integer, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerInsideCheck
Checks if references are not null and A is within [min;max].
isIntegerLess(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerLess(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerLessCheck
Checks if references are not nulls and A < B.
isIntegerLessOrEquals(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerLessOrEquals(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerLessOrEqualsCheck
Checks if references are both null or A <= B.
isIntegerNotDefault(Object, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerNotDefault(Object, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerNotDefaultCheck
Checks if the reference is NOT equal to registered default Integer.
isIntegerNotEquals(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerNotEquals(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerNotEqualsCheck
Checks if the references are not equals.
isIntegerNotNull(Object, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerNotNull(Object, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerNotNullCheck
Checks if the Integer is not null.
isIntegerNotSame(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerNotSame(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isIntegerNull(Object, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerNull(Object, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerNullCheck
Checks if the Integer is null.
isIntegerOutside(Object, Integer, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerOutside(Object, Integer, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isIntegerSame(Object, Integer, Integer) - Method in class starkcoder.failfast.checks.AChecker
 
isIntegerSame(Object, Integer, Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerSameCheck
Checks if the references are the same (using ==) or both nulls.
isLongDefault(Object, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongDefault(Object, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongDefaultCheck
Checks if the reference is equal to the registered default Long.
isLongEquals(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongEquals(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongEqualsCheck
Checks if the Longs are equals.
isLongGreater(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongGreater(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongGreaterCheck
Checks if references are not null && A > B.
isLongGreaterOrEquals(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongGreaterOrEquals(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isLongInside(Object, Long, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongInside(Object, Long, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongInsideCheck
Checks if references are not null and A is within [min;max].
isLongLess(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongLess(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongLessCheck
Checks if references are not nulls and A < B.
isLongLessOrEquals(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongLessOrEquals(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongLessOrEqualsCheck
Checks if references are both null or A <= B.
isLongNotDefault(Object, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongNotDefault(Object, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongNotDefaultCheck
Checks if the reference is NOT equal to registered default Long.
isLongNotEquals(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongNotEquals(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongNotEqualsCheck
Checks if the references are not equals.
isLongNotNull(Object, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongNotNull(Object, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongNotNullCheck
Checks if the Long is not null.
isLongNotSame(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongNotSame(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isLongNull(Object, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongNull(Object, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongNullCheck
Checks if the Long is null.
isLongOutside(Object, Long, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongOutside(Object, Long, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isLongSame(Object, Long, Long) - Method in class starkcoder.failfast.checks.AChecker
 
isLongSame(Object, Long, Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongSameCheck
Checks if the references are the same (using ==) or both nulls.
isObjectArrayEquals(Object, A[], B[]) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectArrayEquals(Object, A[], B[]) - Method in interface starkcoder.failfast.checks.objects.IObjectArrayEqualsCheck
Checks if the references are equals or both nulls.
isObjectCollectionEquals(Object, Collection<A>, Collection<B>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectCollectionEquals(Object, Collection<A>, Collection<B>) - Method in interface starkcoder.failfast.checks.objects.IObjectCollectionEqualsCheck
Checks if the referenced object pairs are equals or both nulls.
isObjectDefault(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectDefault(Object, A) - Method in interface starkcoder.failfast.checks.objects.IObjectDefaultCheck
Checks if the Object reference a default value.
isObjectEquals(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.IObjectEqualsCheck
Checks if the references are equals or both nulls.
isObjectListEquals(Object, List<A>, List<B>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectListEquals(Object, List<A>, List<B>) - Method in interface starkcoder.failfast.checks.objects.IObjectListEqualsCheck
Checks if the referenced object pairs are equals or both nulls.
isObjectNotDefault(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectNotDefault(Object, A) - Method in interface starkcoder.failfast.checks.objects.IObjectNotDefaultCheck
Checks if the Object does not reference a default value.
isObjectNotEquals(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectNotEquals(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.IObjectNotEqualsCheck
Checks if the references are not equals or not both nulls.
isObjectNotNull(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectNotNull(Object, A) - Method in interface starkcoder.failfast.checks.objects.IObjectNotNullCheck
Checks if the reference is not-null.
isObjectNotSame(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectNotSame(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.IObjectNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isObjectNull(Object, A) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectNull(Object, A) - Method in interface starkcoder.failfast.checks.objects.IObjectNullCheck
Checks whether the reference is null.
isObjectSame(Object, A, B) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectSame(Object, A, B) - Method in interface starkcoder.failfast.checks.objects.IObjectSameCheck
Checks if the references are the same (using ==) or both nulls.
isObjectsEquals(Object, Object[], Object[]) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsEquals(Object, List<Object>, List<Object>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsEquals(Object, Collection<Object>, Collection<Object>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsEquals(Object, Object[], Object[]) - Method in interface starkcoder.failfast.checks.objects.IObjectsEqualsCheck
Checks if the references are equals or both nulls.
isObjectsEquals(Object, List<Object>, List<Object>) - Method in interface starkcoder.failfast.checks.objects.IObjectsEqualsCheck
Checks if the referenced object pairs are equals or both nulls.
isObjectsEquals(Object, Collection<Object>, Collection<Object>) - Method in interface starkcoder.failfast.checks.objects.IObjectsEqualsCheck
Checks if the referenced object pairs are equals or both nulls.
isObjectsNotEquals(Object, Object[], Object[]) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsNotEquals(Object, List<Object>, List<Object>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsNotEquals(Object, Collection<Object>, Collection<Object>) - Method in class starkcoder.failfast.checks.AChecker
 
isObjectsNotEquals(Object, Object[], Object[]) - Method in interface starkcoder.failfast.checks.objects.IObjectsNotEqualsCheck
Checks if the references are not equals and not both nulls.
isObjectsNotEquals(Object, List<Object>, List<Object>) - Method in interface starkcoder.failfast.checks.objects.IObjectsNotEqualsCheck
Checks if the referenced object pairs are not equals and not both nulls.
isObjectsNotEquals(Object, Collection<Object>, Collection<Object>) - Method in interface starkcoder.failfast.checks.objects.IObjectsNotEqualsCheck
Checks if the referenced object pairs are not equals and not both nulls.
isShortDefault(Object, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortDefault(Object, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortDefaultCheck
Checks if the reference is equal to the registered default Short.
isShortEquals(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortEquals(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortEqualsCheck
Checks if the Shorts are equals.
isShortGreater(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortGreater(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortGreaterCheck
Checks if references are not null && A > B.
isShortGreaterOrEquals(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortGreaterOrEquals(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isShortInside(Object, Short, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortInside(Object, Short, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortInsideCheck
Checks if references are not null and A is within [min;max].
isShortLess(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortLess(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortLessCheck
Checks if references are not nulls and A < B.
isShortLessOrEquals(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortLessOrEquals(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortLessOrEqualsCheck
Checks if references are both null or A <= B.
isShortNotDefault(Object, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortNotDefault(Object, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortNotDefaultCheck
Checks if the reference is NOT equal to registered default Short.
isShortNotEquals(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortNotEquals(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortNotEqualsCheck
Checks if the references are not equals.
isShortNotNull(Object, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortNotNull(Object, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortNotNullCheck
Checks if the Short is not null.
isShortNotSame(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortNotSame(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isShortNull(Object, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortNull(Object, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortNullCheck
Checks if the Short is null.
isShortOutside(Object, Short, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortOutside(Object, Short, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortOutsideCheck
Checks if references are not nulls and A is outside [min;max].
isShortSame(Object, Short, Short) - Method in class starkcoder.failfast.checks.AChecker
 
isShortSame(Object, Short, Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortSameCheck
Checks if the references are the same (using ==) or both nulls.
isStringDefault(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringDefault(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringDefaultCheck
Checks if the String reference a default value.
isStringEmpty(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringEmpty(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringEmptyCheck
Checks if the String reference an empty string.
isStringEquals(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringEquals(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringEqualsCheck
Checks if the Strings are equals.
isStringGreater(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringGreater(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringGreaterCheck
Checks if references are not null && A > B.
isStringGreaterOrEquals(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringGreaterOrEquals(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringGreaterOrEqualsCheck
Checks if references are both null or A >= B.
isStringLess(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringLess(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringLessCheck
Checks if references are not nulls and A < B.
isStringLessOrEquals(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringLessOrEquals(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringLessOrEqualsCheck
Checks if references are both null or A <= B.
isStringMatching(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringMatching(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringMatchingCheck
Checks if A matches the regular expression.
isStringNotDefault(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotDefault(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotDefaultCheck
Checks if the String does not reference a default value.
isStringNotEmpty(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotEmpty(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotEmptyCheck
Checks if the String does not reference an empty string.
isStringNotEquals(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotEquals(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotEqualsCheck
Checks if the references are not equals.
isStringNotMatching(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotMatching(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotMatchingCheck
Checks if A does NOT match the regular expression.
isStringNotNull(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotNull(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotNullCheck
Checks if the String is not null.
isStringNotNullAndNotEmpty(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotNullAndNotEmpty(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotNullAndNotEmptyCheck
Checks if the String does neither reference null or an empty string.
isStringNotSame(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNotSame(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNotSameCheck
Checks if the references are not the same (using !=) including both not nulls.
isStringNull(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNull(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNullCheck
Checks if the String is null.
isStringNullOrEmpty(Object, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringNullOrEmpty(Object, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringNullOrEmptyCheck
Checks if the String reference null or an empty string.
isStringSame(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringSame(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringSameCheck
Checks if the references are the same (using ==) or both nulls.
isStringWithoutPostfix(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithoutPostfix(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithoutPostfixCheck
Checks if A does not end with postfix.
isStringWithoutPrefix(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithoutPrefix(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithoutPrefixCheck
Checks if A does NOT start with prefix.
isStringWithoutSubstring(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithoutSubstring(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithoutSubstringCheck
Checks if A does NOT contain substring.
isStringWithPostfix(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithPostfix(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithPostfixCheck
Checks if A ends with postfix.
isStringWithPrefix(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithPrefix(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithPrefixCheck
Checks if A starts with prefix.
isStringWithSubstring(Object, String, String) - Method in class starkcoder.failfast.checks.AChecker
 
isStringWithSubstring(Object, String, String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringWithSubstringCheck
Checks if the A contains substring.

L

LookupFailAnnotation(Class<?>, Object[]) - Method in class starkcoder.failfast.fails.AFailer
 

N

NCheck - Annotation Type in starkcoder.failfast.checks
Annotates check-methods in checkers.
NFail - Annotation Type in starkcoder.failfast.fails
Annotates fail-methods in failers.

P

popContractWithCaller(Object, IFailer, Class<? extends IFail>) - Method in class starkcoder.failfast.contractors.ACallContractor
 
popContractWithCaller(Object, IFailer, Class<? extends IFail>) - Method in interface starkcoder.failfast.contractors.ICallContractor
Ends a contract between caller and call contractor.
popContractWithCaller(Object, Class<? extends IFail>) - Method in class starkcoder.failfast.fails.AFailer
 
pushContractWithCaller(Object, Class<? extends ICheck>, Object[]) - Method in class starkcoder.failfast.checks.AChecker
 
pushContractWithCaller(Object, Class<? extends ICheck>, Object[], Object[]) - Method in class starkcoder.failfast.checks.AChecker
 
pushContractWithCaller(Object, IChecker, Class<? extends ICheck>, Object[], Object[]) - Method in class starkcoder.failfast.contractors.ACallContractor
 
pushContractWithCaller(Object, IChecker, Class<? extends ICheck>, Object[], Object[]) - Method in interface starkcoder.failfast.contractors.ICallContractor
Starts a contract between caller and call contractor.

S

setBooleanDefault(Boolean) - Method in class starkcoder.failfast.checks.AChecker
 
setBooleanDefault(Boolean) - Method in interface starkcoder.failfast.checks.objects.booleans.IObjectBooleanDefaultProperties
Changes the default object used by isBooleanDefault and isBooleanNotDefault.
setByteDefault(Byte) - Method in class starkcoder.failfast.checks.AChecker
 
setByteDefault(Byte) - Method in interface starkcoder.failfast.checks.objects.bytes.IObjectByteDefaultProperties
Changes the default value used by isByteDefault and isByteNotDefault.
setCallContractor(ICallContractor) - Method in class starkcoder.failfast.AFailFast
 
setCallContractor(ICallContractor) - Method in class starkcoder.failfast.checks.AChecker
 
setCallContractor(ICallContractor) - Method in interface starkcoder.failfast.contractors.ICallContractorReference
Sets the call contractor, or null to end an existing contract.
setCallContractor(ICallContractor) - Method in class starkcoder.failfast.fails.AFailer
 
setCharacterDefault(Character) - Method in class starkcoder.failfast.checks.AChecker
 
setCharacterDefault(Character) - Method in interface starkcoder.failfast.checks.objects.characters.IObjectCharacterDefaultProperties
Changes the default value used by isCharacterDefault and isCharacterNotDefault.
setChecker(IChecker) - Method in class starkcoder.failfast.AFailFast
 
setChecker(IChecker) - Method in interface starkcoder.failfast.checks.ICheckerReference
Sets the checker.
setDoubleDefault(Double) - Method in class starkcoder.failfast.checks.AChecker
 
setDoubleDefault(Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleDefaultProperties
Changes the default value used by isDoubleDefault and isDoubleNotDefault.
setDoubleEqualsAlmostDefaultAbsoluteEpsilon(Double) - Method in class starkcoder.failfast.checks.AChecker
 
setDoubleEqualsAlmostDefaultAbsoluteEpsilon(Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheckProperties
Changes the default absolute epsilon used by isDoubleEqualsAlmost.
setDoubleEqualsAlmostDefaultRelativeEpsilon(Double) - Method in class starkcoder.failfast.checks.AChecker
 
setDoubleEqualsAlmostDefaultRelativeEpsilon(Double) - Method in interface starkcoder.failfast.checks.objects.doubles.IObjectDoubleEqualsAlmostCheckProperties
Changes the default relative epsilon used by isDoubleEqualsAlmost.
setEnumDefault(Enum<?>) - Method in class starkcoder.failfast.checks.AChecker
 
setEnumDefault(Enum<?>) - Method in interface starkcoder.failfast.checks.objects.enums.IObjectEnumDefaultProperties
Changes the default enum entry used by isEnumDefault and isEnumNotDefault (enum type is derived from argument).
setFailer(IFailer) - Method in class starkcoder.failfast.AFailFast
 
setFailer(IFailer) - Method in interface starkcoder.failfast.fails.IFailerReference
Sets the failer.
setFailFastExceptionOrNull(IFailFastException) - Method in class starkcoder.failfast.fails.AFailer
 
setFailFastOrNull(IFailFast) - Static method in class starkcoder.failfast.SFailFast
Set this at startup and clear it at shutdown.
setFloatDefault(Float) - Method in class starkcoder.failfast.checks.AChecker
 
setFloatDefault(Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatDefaultProperties
Changes the default value used by isFloatDefault and isFloatNotDefault.
setFloatEqualsAlmostDefaultAbsoluteEpsilon(Float) - Method in class starkcoder.failfast.checks.AChecker
 
setFloatEqualsAlmostDefaultAbsoluteEpsilon(Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheckProperties
Changes the default absolute epsilon used by isFloatEqualsAlmost.
setFloatEqualsAlmostDefaultRelativeEpsilon(Float) - Method in class starkcoder.failfast.checks.AChecker
 
setFloatEqualsAlmostDefaultRelativeEpsilon(Float) - Method in interface starkcoder.failfast.checks.objects.floats.IObjectFloatEqualsAlmostCheckProperties
Changes the default relative epsilon used by isFloatEqualsAlmost.
setIntegerDefault(Integer) - Method in class starkcoder.failfast.checks.AChecker
 
setIntegerDefault(Integer) - Method in interface starkcoder.failfast.checks.objects.integers.IObjectIntegerDefaultProperties
Changes the default value used by isIntegerDefault and isIntegerNotDefault.
setLongDefault(Long) - Method in class starkcoder.failfast.checks.AChecker
 
setLongDefault(Long) - Method in interface starkcoder.failfast.checks.objects.longs.IObjectLongDefaultProperties
Changes the default value used by isLongDefault and isLongNotDefault.
setObjectDefault(Object) - Method in class starkcoder.failfast.checks.AChecker
 
setObjectDefault(Object) - Method in interface starkcoder.failfast.checks.objects.IObjectDefaultProperties
Changes the default object used by isObjectDefault and isBooleanNotObject.
setShortDefault(Short) - Method in class starkcoder.failfast.checks.AChecker
 
setShortDefault(Short) - Method in interface starkcoder.failfast.checks.objects.shorts.IObjectShortDefaultProperties
Changes the default value used by isShortDefault and isShortNotDefault.
setStringDefault(String) - Method in class starkcoder.failfast.checks.AChecker
 
setStringDefault(String) - Method in interface starkcoder.failfast.checks.objects.strings.IObjectStringDefaultProperties
Changes the default object used by isStringDefault and isStringNotDefault.
setSynchronizationObject(Object) - Method in class starkcoder.failfast.contractors.ACallContractor
 
setThreadId2Caller(HashMap<Long, Object>) - Method in class starkcoder.failfast.contractors.ACallContractor
 
setThreadId2CheckArguments(HashMap<Long, Object[]>) - Method in class starkcoder.failfast.contractors.ACallContractor
 
setThreadId2CheckExtraArguments(HashMap<Long, Object[]>) - Method in class starkcoder.failfast.contractors.ACallContractor
 
setThreadId2FailSpecification(HashMap<Long, Class<? extends IFail>>) - Method in class starkcoder.failfast.contractors.ACallContractor
 
SFailFast - Class in starkcoder.failfast
Static class that references a global fail-fast instance.
SFailFast() - Constructor for class starkcoder.failfast.SFailFast
 
starkcoder.failfast - package starkcoder.failfast
 
starkcoder.failfast.checks - package starkcoder.failfast.checks
 
starkcoder.failfast.checks.generics - package starkcoder.failfast.checks.generics
 
starkcoder.failfast.checks.generics.arrays - package starkcoder.failfast.checks.generics.arrays
 
starkcoder.failfast.checks.generics.collections - package starkcoder.failfast.checks.generics.collections
 
starkcoder.failfast.checks.generics.lists - package starkcoder.failfast.checks.generics.lists
 
starkcoder.failfast.checks.generics.objects - package starkcoder.failfast.checks.generics.objects
 
starkcoder.failfast.checks.objects - package starkcoder.failfast.checks.objects
 
starkcoder.failfast.checks.objects.booleans - package starkcoder.failfast.checks.objects.booleans
 
starkcoder.failfast.checks.objects.bytes - package starkcoder.failfast.checks.objects.bytes
 
starkcoder.failfast.checks.objects.characters - package starkcoder.failfast.checks.objects.characters
 
starkcoder.failfast.checks.objects.doubles - package starkcoder.failfast.checks.objects.doubles
 
starkcoder.failfast.checks.objects.enums - package starkcoder.failfast.checks.objects.enums
 
starkcoder.failfast.checks.objects.floats - package starkcoder.failfast.checks.objects.floats
 
starkcoder.failfast.checks.objects.integers - package starkcoder.failfast.checks.objects.integers
 
starkcoder.failfast.checks.objects.longs - package starkcoder.failfast.checks.objects.longs
 
starkcoder.failfast.checks.objects.shorts - package starkcoder.failfast.checks.objects.shorts
 
starkcoder.failfast.checks.objects.strings - package starkcoder.failfast.checks.objects.strings
 
starkcoder.failfast.contractors - package starkcoder.failfast.contractors
 
starkcoder.failfast.fails - package starkcoder.failfast.fails
 
starkcoder.failfast.fails.generics - package starkcoder.failfast.fails.generics
 
starkcoder.failfast.fails.generics.arrays - package starkcoder.failfast.fails.generics.arrays
 
starkcoder.failfast.fails.generics.collections - package starkcoder.failfast.fails.generics.collections
 
starkcoder.failfast.fails.generics.lists - package starkcoder.failfast.fails.generics.lists
 
starkcoder.failfast.fails.generics.objects - package starkcoder.failfast.fails.generics.objects
 
starkcoder.failfast.fails.objects - package starkcoder.failfast.fails.objects
 
starkcoder.failfast.fails.objects.booleans - package starkcoder.failfast.fails.objects.booleans
 
starkcoder.failfast.fails.objects.bytes - package starkcoder.failfast.fails.objects.bytes
 
starkcoder.failfast.fails.objects.characters - package starkcoder.failfast.fails.objects.characters
 
starkcoder.failfast.fails.objects.doubles - package starkcoder.failfast.fails.objects.doubles
 
starkcoder.failfast.fails.objects.enums - package starkcoder.failfast.fails.objects.enums
 
starkcoder.failfast.fails.objects.floats - package starkcoder.failfast.fails.objects.floats
 
starkcoder.failfast.fails.objects.integers - package starkcoder.failfast.fails.objects.integers
 
starkcoder.failfast.fails.objects.longs - package starkcoder.failfast.fails.objects.longs
 
starkcoder.failfast.fails.objects.shorts - package starkcoder.failfast.fails.objects.shorts
 
starkcoder.failfast.fails.objects.strings - package starkcoder.failfast.fails.objects.strings
 

T

Throw(Object, Class<? extends IFail>, Object[]) - Method in class starkcoder.failfast.fails.AFailer
 
Throw(Object, Class<? extends IFail>, Object[], Object[]) - Method in class starkcoder.failfast.fails.AFailer
 
A C E F G I L N P S T 

The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.