public class

UserJsonMatcher

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.matcher.UserJsonMatcher

Summary

Public Constructors
UserJsonMatcher()
Public Methods
static Matcher<UserJson> matcher(Matcher<String> usernameMatcher, Matcher<Boolean> activeMatcher)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UserJsonMatcher ()

Public Methods

public static Matcher<UserJson> matcher (Matcher<String> usernameMatcher, Matcher<Boolean> activeMatcher)