| Constructor and Description |
|---|
HmMimeHasParam(String name,
org.hamcrest.Matcher<String> expected)
Ctor.
|
HmMimeHasParam(String name,
String expected)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(MimeType item,
org.hamcrest.Description desc) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(MimeType type) |
public HmMimeHasParam(String name, String expected)
name - The name of the parameter to be matched.expected - The actual value that should be in this parameter.Copyright © 2012–2021 jcabi.com. All rights reserved.