public class TestConfig extends Object
| Constructor and Description |
|---|
TestConfig() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCargoRemotePassword() |
static String |
getCargoRemoteUsername() |
static String |
getConnectionFactory()
Get connection factory JNDI name defined in container to create JMS messages.
|
static String |
getContainerId() |
static String |
getContainerPort() |
static Integer |
getControllerAllocatedPort()
Get allocated port of embedded REST server.
|
static String |
getControllerHttpUrl()
Get kie-servers controller URL for HTTP services - like REST.
|
static String |
getControllerWebSocketManagementUrl()
Get kie-servers controller management URL for WebSocket service.
|
static String |
getEmbeddedKieServerHttpUrl()
Get embedded kie-server URL for HTTP services - like REST.
|
static String |
getInitialContextFactory()
Get initial context factory class name for creating context factory used in JMS.
|
static InitialContext |
getInitialRemoteContext() |
static String |
getKieClientDeploymentSettings() |
static Integer |
getKieServerAllocatedPort()
Get allocated port of embedded REST server.
|
static String |
getKieServerContext() |
static String |
getKieServerControllerContext() |
static String |
getKieServerDataSourceDriverClass() |
static String |
getKieServerHttpUrl()
Get kie-server URL for HTTP services - like REST.
|
static String |
getKieServerLocalRepoDir() |
static String |
getKieServerMavenSettings() |
static String |
getKieServerRemoteRepoDir() |
static String |
getKieServerWarPath() |
static String |
getKjarsBuildSettingsXml() |
static String |
getPassword()
Get password of user registered in container.
|
static String |
getRemotingUrl()
Get URL which is used for remoting services like JMS.
|
static String |
getRequestQueueJndi()
Get JNDI name of request queue for kie server.
|
static String |
getResponseQueueJndi()
Get JNDI name of response queue for kie server.
|
static Integer |
getRouterAllocatedPort()
Get allocated port of embedded REST server.
|
static String |
getUsername()
Get username of user registered in container.
|
static String |
getWebLogicHome() |
static String |
getWebServiceHttpURL() |
static boolean |
isCargoRemotePasswordProvided() |
static boolean |
isCargoRemoteUsernameProvided() |
static boolean |
isControllerProvided()
Check if controller should be present.
|
static boolean |
isLocalServer()
Used for detecting if we run test with local embedded server.
|
static boolean |
isMariaDbDataSource() |
static boolean |
isMySqlDataSource() |
static boolean |
isSybaseDataSource() |
static boolean |
isWebLogicHomeProvided() |
static boolean |
skipJMS()
Allows to skip JMS tests by placing on the classpath empty file 'jms.skip'
|
static boolean |
startRouter()
Allows to start router by placing on the classpath empty file 'router.start'
|
public static String getWebServiceHttpURL()
public static String getKieServerHttpUrl()
public static String getEmbeddedKieServerHttpUrl()
public static String getControllerHttpUrl()
public static String getControllerWebSocketManagementUrl()
public static boolean isControllerProvided()
public static Integer getKieServerAllocatedPort()
public static Integer getControllerAllocatedPort()
public static Integer getRouterAllocatedPort()
public static boolean skipJMS()
public static boolean startRouter()
public static boolean isLocalServer()
public static String getUsername()
public static String getPassword()
public static String getInitialContextFactory()
public static String getConnectionFactory()
public static String getRemotingUrl()
public static String getRequestQueueJndi()
public static String getResponseQueueJndi()
public static InitialContext getInitialRemoteContext()
public static String getKjarsBuildSettingsXml()
public static String getContainerId()
public static String getKieServerContext()
public static String getKieServerControllerContext()
public static String getKieServerWarPath()
public static String getContainerPort()
public static String getWebLogicHome()
public static boolean isWebLogicHomeProvided()
public static String getCargoRemoteUsername()
public static boolean isCargoRemoteUsernameProvided()
public static String getCargoRemotePassword()
public static boolean isCargoRemotePasswordProvided()
public static String getKieClientDeploymentSettings()
public static String getKieServerDataSourceDriverClass()
public static String getKieServerMavenSettings()
public static String getKieServerRemoteRepoDir()
public static String getKieServerLocalRepoDir()
public static boolean isSybaseDataSource()
public static boolean isMySqlDataSource()
public static boolean isMariaDbDataSource()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.