Uses of Class
org.assertj.db.type.Request
Packages that use Request
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).This package contains classes that allows to output the information about table, request or changes.
This package contains utility classes about the output.
This package contains the classes that defines the different types used in assertj-db.
This package contains the utility classes of assertj-db.
-
Uses of Request in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type RequestModifier and TypeMethodDescriptionstatic RequestAssertAssertions.assertThat(Request request) Creates a new instance ofRequestAssert.SoftAssertions.assertThat(Request request) Creates a new instance ofRequestAssert.static RequestAssertCreates a new instance ofRequestAssert.Constructors in org.assertj.db.api with parameters of type Request -
Uses of Request in org.assertj.db.output
Methods in org.assertj.db.output with parameters of type RequestModifier and TypeMethodDescriptionstatic RequestOutputterCreates a new instance ofRequestOutputter. -
Uses of Request in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type RequestModifier and TypeMethodDescriptionOutput.getRequestOutput(org.assertj.core.api.WritableAssertionInfo info, Request request) Returns the output of aRequest.OutputType.getRequestOutput(org.assertj.core.api.WritableAssertionInfo info, Request request) Returns the output of aRequest. -
Uses of Request in org.assertj.db.type
Methods in org.assertj.db.type that return RequestModifier and TypeMethodDescriptionRequest.Builder.build()Build the Request instance.Changes.getRequest()Returns theRequest.Changes.getRequestAtEndPoint()Returns theRequestat end point.Changes.getRequestAtStartPoint()Returns theRequestat start point.Methods in org.assertj.db.type with parameters of type RequestModifier and TypeMethodDescription -
Uses of Request in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type RequestModifier and TypeMethodDescriptionstatic StringDescriptions.getDescription(Request request) Returns the description of therequest.