public interface IObjectStringWithoutPostfixFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failStringWithoutPostfix(Object caller,
String referenceAName)
Fails specified Strings, since they passed a non-postfix check.
|
void |
failStringWithoutPostfix(Object caller,
String referenceAName,
String message)
Fails specified Strings, since they passed a non-postfix check.
|
void failStringWithoutPostfix(Object caller, String referenceAName)
caller
- object calling checker and then failer (if String check asserted)referenceAName
- name of reference A to failIllegalArgumentException
- if caller is nullvoid failStringWithoutPostfix(Object caller, String referenceAName, String message)
caller
- object calling checker and then failer (if String 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.