Class Assertion<E,M>
- java.lang.Object
-
- org.apache.commons.lang3.tuple.Pair<L,R>
-
- org.apache.commons.lang3.tuple.MutablePair<E,org.hamcrest.Matcher<M>>
-
- dev.aherscu.qa.testing.utils.assertions.Assertion<E,M>
-
- Type Parameters:
E
- type of expression to assertM
- type of data to match on
- All Implemented Interfaces:
Serializable
,Comparable<org.apache.commons.lang3.tuple.Pair<E,org.hamcrest.Matcher<M>>>
,Map.Entry<E,org.hamcrest.Matcher<M>>
- Direct Known Subclasses:
JsonAssertion
,JXPathAssertion
public abstract class Assertion<E,M> extends org.apache.commons.lang3.tuple.MutablePair<E,org.hamcrest.Matcher<M>>
- Author:
- Adrian Herscu
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.commons.lang3.tuple.MutablePair
emptyArray, getLeft, getRight, of, of, ofNonNull, setLeft, setRight, setValue
-
-