@ContextConfiguration(value="/META-INF/dbunit-context.xml")
@TestExecutionListeners(value={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,com.github.springtestdbunit.DbUnitTestExecutionListener.class})
@ExpectedDatabase(value="/META-INF/db/expected_nonstrict.xml",
assertionMode=NON_STRICT)
@Transactional
public class ExpectedNonStrictOnClassTest
extends Object
| Constructor and Description |
|---|
ExpectedNonStrictOnClassTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldNotFailEvenThoughExpectedTableDoesNotSpecifyAllColumns() |
Copyright © 2016. All rights reserved.