|
|
|
|
@ -25,6 +25,7 @@ import java.lang.annotation.Target;
@@ -25,6 +25,7 @@ import java.lang.annotation.Target;
|
|
|
|
|
|
|
|
|
|
import org.springframework.core.env.Environment; |
|
|
|
|
import org.springframework.test.context.TestExecutionListeners; |
|
|
|
|
import org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener; |
|
|
|
|
import org.springframework.test.context.support.DependencyInjectionTestExecutionListener; |
|
|
|
|
import org.springframework.test.context.support.DirtiesContextTestExecutionListener; |
|
|
|
|
import org.springframework.test.context.transaction.TransactionalTestExecutionListener; |
|
|
|
|
@ -44,7 +45,7 @@ import org.springframework.test.context.transaction.TransactionalTestExecutionLi
@@ -44,7 +45,7 @@ import org.springframework.test.context.transaction.TransactionalTestExecutionLi
|
|
|
|
|
@TestExecutionListeners(listeners = { IntegrationTestPropertiesListener.class, |
|
|
|
|
DependencyInjectionTestExecutionListener.class, |
|
|
|
|
DirtiesContextTestExecutionListener.class, |
|
|
|
|
TransactionalTestExecutionListener.class }) |
|
|
|
|
TransactionalTestExecutionListener.class, SqlScriptsTestExecutionListener.class }) |
|
|
|
|
public @interface IntegrationTest { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|