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.ExternalResource
Throwable
public static void restoreLdif(String pathToLdif, Class<?> testClass) throws IOException
pathToLdif
- testClass
- IOException
protected void after()
after
in class org.junit.rules.ExternalResource
public LdifLoaderRule intendToModify()
Copyright © 2021 Atlassian. All rights reserved.