Package io.jpostman.secure
Interface JPostmanSoftAssertions<C,A>
-
- All Superinterfaces:
JPostmanAssertions<C,A>
- All Known Subinterfaces:
JPostman.Assert,JPostmanTestSoftAssertions
- All Known Implementing Classes:
JUnitSoftAssertions,TestNgSoftAssertions
public interface JPostmanSoftAssertions<C,A> extends JPostmanAssertions<C,A>
Shared soft assertion contract used by the JPostman TestNG and JUnit modules.TestNG and JUnit soft assertion implementations should extend this interface so both modules expose the same fluent soft assertion API while still using their framework-specific assertion behavior internally. The annotations module can reuse this same contract from
JPostman.SoftAssertions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CassertAll()-
Methods inherited from interface io.jpostman.secure.JPostmanAssertions
allMatch, allMatch, allMatch, context, exists, exists, isEqual, isEqual, isFalse, isFalse, isNotEqual, isNotEqual, isNotNull, isNotNull, isNull, isNull, isTrue, isTrue, notExists, notExists, pathEquals, pathEquals, pathNotNull, pathNotNull, statusCode, statusCode, verify, verify
-
-
-
-
Method Detail
-
assertAll
C assertAll()
-
-