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

ch.inftec.ju.testing.db.DefaultContextAbstractBaseDbTest Maven / Gradle / Ivy

package ch.inftec.ju.testing.db;

import org.springframework.test.context.ContextConfiguration;

/**
 * Extension of the AbstractBaseDbTest class associated with its default Spring context.
 * 

* This class should only be used if the default context doesn't have to be adapted. Otherwise * it's rather confusing how Spring beans will be looked up. * * @author tgdmemae * */ @ContextConfiguration(locations="classpath:/ch/inftec/ju/testing/db/AbstractBaseDbTest-context.xml") public abstract class DefaultContextAbstractBaseDbTest extends AbstractBaseDbTest { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy