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