public class IsLoginInformationEq extends org.hamcrest.TypeSafeMatcher<LoginInformation>
Modifier | Constructor and Description |
---|---|
protected |
IsLoginInformationEq(LoginInformation reference) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<LoginInformation> |
isLoginInformationEq(LoginInformation reference) |
boolean |
matchesSafely(LoginInformation loginInformation) |
describeMismatch, describeMismatchSafely, matches
protected IsLoginInformationEq(@NotNull LoginInformation reference)
public boolean matchesSafely(LoginInformation loginInformation)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<LoginInformation>
public void describeTo(org.hamcrest.Description description)
public static org.hamcrest.Matcher<LoginInformation> isLoginInformationEq(@NotNull LoginInformation reference)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.