@ContextConfiguration(value="/META-INF/dbunit-context.xml")
@TestExecutionListeners(value={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,AfterTearDownDbUnitTestExecutionListener.class})
@Transactional
public class TruncateTearDownOnMethod
extends Object
| Constructor and Description |
|---|
TruncateTearDownOnMethod() |
@DatabaseTearDown(type=TRUNCATE_TABLE, value="/META-INF/db/delete.xml") public void test() throws Exception
ExceptionCopyright © 2016. All rights reserved.