Interface JXPathAsserter

  • All Known Implementing Classes:
    JXPathAsserterImpl

    public interface JXPathAsserter
    Author:
    Adrian Herscu
    • Method Detail

      • assertHas

        JXPathAsserter assertHas​(Iterable<? extends JXPathAssertion<?>> expectedContents)
        Asserts that expected contents match.
        Parameters:
        expectedContents - the expected contents
        Returns:
        this to allow fluent assertion chains
      • assertHas

        JXPathAsserter assertHas​(JXPathAssertion<?>... expectedContents)
        Asserts that expected contents match.
        Parameters:
        expectedContents - the expected contents
        Returns:
        this to allow fluent assertion chains