public interface IObjectShortNotNullFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failShortNotNull(Object caller,
String referenceAName)
Fails specified reference, since it passed a not-null check.
|
void |
failShortNotNull(Object caller,
String referenceAName,
String message)
Fails specified reference, since it passed a null check.
|
void failShortNotNull(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 failShortNotNull(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.