public interface IObjectStringNotMatchingFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failStringNotMatching(Object caller,
String referenceAName)
Fails specified String, since it did NOT pass a regex check.
|
void |
failStringNotMatching(Object caller,
String referenceAName,
String message)
Fails specified String, since it did NOT pass a regex check.
|
void failStringNotMatching(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 failStringNotMatching(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.