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