Package org.assertj.core.error
Class ElementsShouldSatisfy.UnsatisfiedRequirement
- java.lang.Object
-
- org.assertj.core.error.ElementsShouldSatisfy.UnsatisfiedRequirement
-
- Enclosing class:
- ElementsShouldSatisfy
public static class ElementsShouldSatisfy.UnsatisfiedRequirement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
elementNotSatisfyingRequirements
private java.lang.String
errorMessage
-
Constructor Summary
Constructors Constructor Description UnsatisfiedRequirement(java.lang.Object elementNotSatisfyingRequirements, java.lang.String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
describe(AssertionInfo info)
java.lang.String
toString()
-
-
-
Method Detail
-
describe
public java.lang.String describe(AssertionInfo info)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-