@ContextConfiguration(value="/META-INF/dbunit-context.xml") @TestExecutionListeners(value={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,com.github.springtestdbunit.TransactionDbUnitTestExecutionListener.class}) @Transactional public class DeleteAllSetupOnMethodTest extends Object
Constructor and Description |
---|
DeleteAllSetupOnMethodTest() |
@DatabaseSetup(type=DELETE_ALL, value="/META-INF/db/delete.xml") public void test() throws Exception
Exception
@DatabaseSetup(type=DELETE_ALL) public void testAllTables() throws Exception
Exception
Copyright © 2016. All rights reserved.