ModelRequestSpecification

constructor(model: String? = null, requestBody: MutableList<Matcher<P?>> = mutableListOf(), requestBodyString: MutableList<Matcher<String?>> = mutableListOf())(source)

Type Parameters

P

The type parameter specifying the type of object the request body is expected to be.