Java File Part Spec Builder
Java-friendly file-part matcher builder.
Functions
Link copied to clipboard
Requires the part content bytes to equal value.
Link copied to clipboard
Requires the part content bytes to satisfy predicate.
Link copied to clipboard
Requires the part content type to equal contentType.
Link copied to clipboard
Requires the uploaded filename to equal expectedFilename.
Link copied to clipboard
Requires the uploaded filename to satisfy predicate.
Link copied to clipboard
Requires the part content decoded as UTF-8 text to equal value.
Link copied to clipboard
Requires the part content decoded as UTF-8 text to satisfy predicate.