public interface IGenericObjectNotEqualsFail extends IFail
Modifier and Type | Method and Description |
---|---|
void |
failGenericObjectNotEquals(Object caller,
String referenceAName,
String referenceBName)
Fails specified references, since they passed a not-equals check.
|
void |
failGenericObjectNotEquals(Object caller,
String referenceAName,
String referenceBName,
String message)
Fails specified references, since they passed a not-equals check.
|
void failGenericObjectNotEquals(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 failGenericObjectNotEquals(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.