Uses of Class
org.assertj.db.api.RequestAssert
Packages that use RequestAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).-
Uses of RequestAssert in org.assertj.db.api
Methods in org.assertj.db.api that return RequestAssertModifier and TypeMethodDescriptionstatic RequestAssertAssertions.assertThat(Request request) Creates a new instance ofRequestAssert.SoftAssertions.assertThat(Request request) Creates a new instance ofRequestAssert.RequestColumnAssert.returnToRequest()Returns to level of assertion methods on aRequest.RequestRowAssert.returnToRequest()Returns to level of assertion methods on aRequest.static RequestAssertCreates a new instance ofRequestAssert.Constructors in org.assertj.db.api with parameters of type RequestAssertModifierConstructorDescriptionRequestColumnAssert(RequestAssert origin, Column column) Constructor.RequestRowAssert(RequestAssert origin, Row row) Constructor.