Abstract Data Part Spec Builder
Base builder for matching part content type and content.
Used by FilePartSpecBuilder and DataPartSpecBuilder.
Example:
FilePartSpecBuilder("avatar").apply {
contentType("image/png")
text("expected content")
}Content copied to clipboard
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Requires the part content type to satisfy matcher.
Requires the part content type to equal contentType.