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 Detail

      • assertAll

        C assertAll()