Interface BodyAssertion.AssertionBuilder<T>

    • Method Detail

      • contains

        BodyAssertion<T> contains()
        Returns:
        a body assertion which verifiers the HTTP Response's body contains the expected body
      • equals

        BodyAssertion<T> equals()
        Returns:
        a body assertion which verifiers the HTTP Response's body is equals to the expected body