Class TestHomeLocator
java.lang.Object
com.atlassian.crowd.acceptance.utils.TestHomeLocator
- All Implemented Interfaces:
com.atlassian.config.HomeLocator
An implementation of HomeLocator that is used for acceptance tests that depend on
having a Crowd home directory. It points to a temporary directory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lookupServletHomeProperty
(javax.servlet.ServletContext context)
-
Constructor Details
-
TestHomeLocator
public TestHomeLocator()
-
-
Method Details
-
getHomePath
- Specified by:
getHomePath
in interfacecom.atlassian.config.HomeLocator
-
getConfigFileName
- Specified by:
getConfigFileName
in interfacecom.atlassian.config.HomeLocator
-
lookupServletHomeProperty
public void lookupServletHomeProperty(javax.servlet.ServletContext context) - Specified by:
lookupServletHomeProperty
in interfacecom.atlassian.config.HomeLocator
-