public static class

TestData.Application

extends Object
java.lang.Object
   ↳ com.atlassian.jira.crowd.embedded.TestData.Application

Summary

Constants
boolean ACTIVE
String DESCRIPTION
String NAME
Fields
public static final HashSet<RemoteAddress> ADDRESSES
public static final PasswordCredential CREDENTIAL
public static final ApplicationType TYPE
Public Constructors
TestData.Application()
Public Methods
static void assertEqualsTestApplication(Application application)
static ApplicationImpl getApplication(String name, boolean active, String description, ApplicationType type, PasswordCredential credential, Set<RemoteAddress> remoteAddresses)
static ApplicationImpl getTestData()
static ApplicationImpl getUnmockedTestData(String applicationName)
static ApplicationImpl getUnmockedTestData()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final boolean ACTIVE

Constant Value: true

public static final String DESCRIPTION

Constant Value: "test description"

public static final String NAME

Constant Value: "Test Application"

Fields

public static final HashSet<RemoteAddress> ADDRESSES

public static final PasswordCredential CREDENTIAL

public static final ApplicationType TYPE

Public Constructors

public TestData.Application ()

Public Methods

public static void assertEqualsTestApplication (Application application)

public static ApplicationImpl getApplication (String name, boolean active, String description, ApplicationType type, PasswordCredential credential, Set<RemoteAddress> remoteAddresses)

public static ApplicationImpl getTestData ()

public static ApplicationImpl getUnmockedTestData (String applicationName)

public static ApplicationImpl getUnmockedTestData ()