com.atlassian.jira.functest.matcher
Class LicenseRoleBeanMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeDiagnosingMatcher<LicenseRoleControl.LicenseRoleBean>
          extended by com.atlassian.jira.functest.matcher.LicenseRoleBeanMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<LicenseRoleControl.LicenseRoleBean>, org.hamcrest.SelfDescribing

public class LicenseRoleBeanMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<LicenseRoleControl.LicenseRoleBean>


Constructor Summary
LicenseRoleBeanMatcher(String id, String name)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
static LicenseRoleBeanMatcher forBusinessUser()
           
protected  boolean matchesSafely(LicenseRoleControl.LicenseRoleBean item, org.hamcrest.Description mismatchDescription)
           
 LicenseRoleBeanMatcher setGroups(String... groups)
           
 
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseRoleBeanMatcher

public LicenseRoleBeanMatcher(String id,
                              String name)
Method Detail

forBusinessUser

public static LicenseRoleBeanMatcher forBusinessUser()

matchesSafely

protected boolean matchesSafely(LicenseRoleControl.LicenseRoleBean item,
                                org.hamcrest.Description mismatchDescription)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<LicenseRoleControl.LicenseRoleBean>

describeTo

public void describeTo(org.hamcrest.Description description)

setGroups

public LicenseRoleBeanMatcher setGroups(String... groups)


Copyright © 2002-2014 Atlassian. All Rights Reserved.