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