public class PhotonBasicTestRule
extends com.helger.scope.mock.ScopeTestRule
| Constructor and Description |
|---|
PhotonBasicTestRule()
Ctor using the default storage path from
ScopeTestRule |
PhotonBasicTestRule(File aPath)
Ctor with an arbitrary path
|
PhotonBasicTestRule(File aDataPath,
String sServletContextPath)
Ctor with an arbitrary path
|
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
File |
getDataPath() |
String |
getServletContextPath() |
public PhotonBasicTestRule()
ScopeTestRulepublic PhotonBasicTestRule(@Nonnull File aPath)
aPath - The data AND servlet context path to be used. May not be
null.@Nonnull @Nonempty public String getServletContextPath()
null.public void before()
before in class com.helger.scope.mock.ScopeTestRulepublic void after()
after in class com.helger.scope.mock.ScopeTestRuleCopyright © 2014–2018 Philip Helger. All rights reserved.