public interface IObjectDateNotSameFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failDateNotSame(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-same check (using !=).
|
void |
failDateNotSame(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-same check (using !=).
|
void failDateNotSame(Object caller, String referenceAName, String referenceBName)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failIllegalArgumentException
- if caller is nullvoid failDateNotSame(Object caller, String referenceAName, String referenceBName, String message)
caller
- object calling checker and then failer (if reference check asserted)referenceAName
- name of reference A to failreferenceBName
- name of reference B to failmessage
- additional informationIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.