public class JcrTestInDirectoryRule
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
JcrTestInDirectoryRule(java.lang.String directoryId,
com.xebialabs.deployit.repository.RepositoryService repositoryService,
boolean useCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
static JcrTestInDirectoryRule |
newDirectory(java.lang.String directoryId,
com.xebialabs.deployit.repository.RepositoryService repositoryService) |
static JcrTestInDirectoryRule |
newDirectory(java.lang.String directoryId,
com.xebialabs.deployit.repository.RepositoryService repositoryService,
boolean useCache) |
public JcrTestInDirectoryRule(java.lang.String directoryId,
com.xebialabs.deployit.repository.RepositoryService repositoryService,
boolean useCache)
public static JcrTestInDirectoryRule newDirectory(java.lang.String directoryId, com.xebialabs.deployit.repository.RepositoryService repositoryService)
public static JcrTestInDirectoryRule newDirectory(java.lang.String directoryId, com.xebialabs.deployit.repository.RepositoryService repositoryService, boolean useCache)
public void before()
throws java.lang.Exception
before in class org.junit.rules.ExternalResourcejava.lang.Exceptionpublic void after()
after in class org.junit.rules.ExternalResource