Request Specification Builder
Properties
Functions
Link copied to clipboard
Configures body matching through a dedicated BodySpecBuilder scope.
Link copied to clipboard
Link copied to clipboard
fun bodyMatchesPredicate(description: String? = null, predicate: (P?) -> Boolean): RequestSpecificationBuilder<P>
Adds a predicate to match against the request body.
Link copied to clipboard
Adds multiple predicates to match against the request body. Each predicate will be applied to evaluate whether the request body satisfies the specified conditions.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Requires that the request does not contain a cookie with name.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the priority for this stub. Higher values indicate higher priority.
Link copied to clipboard
Link copied to clipboard
Requires that the request does not contain a query parameter with name.