com.atlassian.crowd.acceptance.tests.applications.crowd
Class LdifLoaderForTesting

java.lang.Object
  extended by com.atlassian.crowd.acceptance.tests.applications.crowd.LdifLoaderForTesting

public class LdifLoaderForTesting
extends Object

Test utility class for restoring LDIF to the embedded ApacheDS server.


Constructor Summary
LdifLoaderForTesting(String baseUrl)
           
 
Method Summary
static junit.framework.Test createRestoreTest(Class<?> testClass, String resourceName)
           
 junit.framework.Test createRestoreTest(InputStream in)
           
 void setLdif(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdifLoaderForTesting

public LdifLoaderForTesting(String baseUrl)
Method Detail

setLdif

public void setLdif(InputStream in)
             throws IOException
Throws:
IOException

createRestoreTest

public junit.framework.Test createRestoreTest(InputStream in)

createRestoreTest

public static junit.framework.Test createRestoreTest(Class<?> testClass,
                                                     String resourceName)


Copyright © 2013 Atlassian. All Rights Reserved.