com.atlassian.bamboo.matcher.user
Class IsLoginInformationEq

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<LoginInformation>
          extended by com.atlassian.bamboo.matcher.user.IsLoginInformationEq
All Implemented Interfaces:
org.hamcrest.Matcher<LoginInformation>, org.hamcrest.SelfDescribing

public class IsLoginInformationEq
extends org.hamcrest.TypeSafeMatcher<LoginInformation>


Constructor Summary
protected IsLoginInformationEq(LoginInformation reference)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
static org.hamcrest.Matcher<LoginInformation> isLoginInformationEq(LoginInformation reference)
           
 boolean matchesSafely(LoginInformation loginInformation)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsLoginInformationEq

protected IsLoginInformationEq(@NotNull
                               LoginInformation reference)
Method Detail

matchesSafely

public boolean matchesSafely(LoginInformation loginInformation)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<LoginInformation>

describeTo

public void describeTo(org.hamcrest.Description description)

isLoginInformationEq

public static org.hamcrest.Matcher<LoginInformation> isLoginInformationEq(@NotNull
                                                                          LoginInformation reference)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.