public static class ZippedElementsShouldSatisfy.ZipSatisfyError extends Object
Modifier and Type | Field and Description |
---|---|
Object |
actualElement |
String |
error |
Object |
otherElement |
Constructor and Description |
---|
ZipSatisfyError(Object actualElement,
Object otherElement,
String error) |
Modifier and Type | Method and Description |
---|---|
static String |
describe(AssertionInfo info,
ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError) |
String |
toString() |
public final Object actualElement
public final Object otherElement
public final String error
public static String describe(AssertionInfo info, ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError)
Copyright © 2014–2019 AssertJ. All rights reserved.