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

org.resthub.test.AbstractTest Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.resthub.test;

import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;

/**
 * Base class for your non transactional Spring aware unit tests
 * ContextConfiguration is preconfigured to scan your applicationContext.xml
 * files from classpath
 */

@ContextConfiguration(locations = { "classpath*:resthubContext.xml", "classpath*:applicationContext.xml" })
public abstract class AbstractTest extends AbstractTestNGSpringContextTests {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy