public static class BrowsePrincipalsPage.PrincipalMatcher extends org.hamcrest.TypeSafeMatcher<BrowsePrincipalsPage.Principal>
Constructor and Description |
---|
PrincipalMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(BrowsePrincipalsPage.Principal item) |
static BrowsePrincipalsPage.PrincipalMatcher |
principal() |
BrowsePrincipalsPage.PrincipalMatcher |
withDirectoryId(org.hamcrest.Matcher<String> directoryId) |
BrowsePrincipalsPage.PrincipalMatcher |
withDirectoryId(String directoryId) |
BrowsePrincipalsPage.PrincipalMatcher |
withDisplayName(org.hamcrest.Matcher<String> displayName) |
BrowsePrincipalsPage.PrincipalMatcher |
withDisplayName(String displayName) |
BrowsePrincipalsPage.PrincipalMatcher |
withEmail(org.hamcrest.Matcher<String> email) |
BrowsePrincipalsPage.PrincipalMatcher |
withEmail(String email) |
BrowsePrincipalsPage.PrincipalMatcher |
withName(org.hamcrest.Matcher<String> name) |
BrowsePrincipalsPage.PrincipalMatcher |
withName(String name) |
describeMismatch, describeMismatchSafely, matches
protected boolean matchesSafely(BrowsePrincipalsPage.Principal item)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<BrowsePrincipalsPage.Principal>
public BrowsePrincipalsPage.PrincipalMatcher withName(org.hamcrest.Matcher<String> name)
public BrowsePrincipalsPage.PrincipalMatcher withName(String name)
public BrowsePrincipalsPage.PrincipalMatcher withDisplayName(org.hamcrest.Matcher<String> displayName)
public BrowsePrincipalsPage.PrincipalMatcher withDisplayName(String displayName)
public BrowsePrincipalsPage.PrincipalMatcher withEmail(org.hamcrest.Matcher<String> email)
public BrowsePrincipalsPage.PrincipalMatcher withEmail(String email)
public BrowsePrincipalsPage.PrincipalMatcher withDirectoryId(org.hamcrest.Matcher<String> directoryId)
public BrowsePrincipalsPage.PrincipalMatcher withDirectoryId(String directoryId)
public void describeTo(org.hamcrest.Description description)
public static BrowsePrincipalsPage.PrincipalMatcher principal()
Copyright © 2021 Atlassian. All rights reserved.