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

org.codegas.test.spock.PersistenceTest.groovy Maven / Gradle / Ivy

The newest version!
package org.codegas.test.spock

import org.codegas.test.persistence.TestEntityManager
import org.springframework.test.context.ContextConfiguration
import spock.lang.Specification

import javax.inject.Inject

/**
 * Base class of all Tests that use JPA for persistence
 */
@ContextConfiguration(["classpath*:META-INF/spring/test-context.xml"])
abstract class PersistenceTest extends Specification {

   @Inject
   protected TestEntityManager testEntityManager
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy