@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, table="SampleEntity") @Transactional public class ExpectedTableNonStrictOnClassTest extends Object
Constructor and Description |
---|
ExpectedTableNonStrictOnClassTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldNotFailEvenThoughExpectedTableDoesNotSpecifyAllColumns() |
Copyright © 2016. All rights reserved.