@ContextConfiguration(value="/META-INF/dbunit-context.xml")
@TestExecutionListeners(value={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,AfterTearDownDbUnitTestExecutionListener.class})
@DatabaseTearDown(type=INSERT,
value="/META-INF/db/insert.xml")
@Transactional
public class InsertTearDownOnClass
extends Object
| Constructor and Description |
|---|
InsertTearDownOnClass() |
Copyright © 2016. All rights reserved.