public class IsVariableDefinitionEq extends org.hamcrest.TypeSafeMatcher<VariableDefinition>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<VariableDefinition> |
equalToVariableDefinition(VariableDefinition reference) |
boolean |
matchesSafely(VariableDefinition variableDefinition) |
describeMismatch, describeMismatchSafely, matchespublic boolean matchesSafely(VariableDefinition variableDefinition)
matchesSafely in class org.hamcrest.TypeSafeMatcher<VariableDefinition>public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<VariableDefinition> equalToVariableDefinition(@NotNull VariableDefinition reference)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.