public class LdifLoaderRule
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
LdifLoaderRule(Class<?> testClass,
String pathToLdif) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
LdifLoaderRule |
intendToModify() |
static void |
restoreLdif(String pathToLdif,
Class<?> testClass)
Perform LDIF restore.
|
protected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowablepublic static void restoreLdif(String pathToLdif, Class<?> testClass) throws IOException
pathToLdif - testClass - IOExceptionprotected void after()
after in class org.junit.rules.ExternalResourcepublic LdifLoaderRule intendToModify()
Copyright © 2021 Atlassian. All rights reserved.