public interface IObjectDoubleNotNullFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failDoubleNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failDoubleNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void failDoubleNotNull(Object caller, String referenceAName)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failIllegalArgumentException
- if caller is nullvoid failDoubleNotNull(Object caller, String referenceAName, String message)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failmessage
- additional informationIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.