public final class JiraHaWebTestRules extends Object
Modifier and Type | Method and Description |
---|---|
static org.junit.rules.RuleChain |
forFuncTest(Object test)
Initialise the base rules we need for func tests.
|
static org.junit.rules.RuleChain |
forIndexReplicationTest(Object test,
int numberOfNodes,
boolean waitForClusterStartup)
Rule specifically index replication tests running on dynamic number of nodes.
|
static org.junit.rules.RuleChain |
forWebDriverTest(Object test)
Initialise the base rules we need for web driver tests.
|
static String |
getNodeIdPropertyName(int nodeIndex) |
public static org.junit.rules.RuleChain forFuncTest(Object test)
public static org.junit.rules.RuleChain forIndexReplicationTest(Object test, int numberOfNodes, boolean waitForClusterStartup)
public static org.junit.rules.RuleChain forWebDriverTest(Object test)
public static String getNodeIdPropertyName(int nodeIndex)
Copyright © 2002-2022 Atlassian. All Rights Reserved.