All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.otto.edison.testsupport.applicationdriver.SpringTestBase Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package de.otto.edison.testsupport.applicationdriver;

import de.otto.edison.testsupport.TestServer;
import org.springframework.context.ApplicationContext;

public class SpringTestBase {

    static {
        TestServer.main(new String[0]);
    }

    public static ApplicationContext applicationContext() {
        return TestServer.applicationContext();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy