Annotation Interface MatsTestDbContext


@Target(TYPE) @Retention(RUNTIME) @ContextConfiguration(initializers=MatsSimpleTestInfrastructureDbContextInitializer.class) @Import(MatsTestInfrastructureDbConfiguration.class) @DirtiesContext @Documented @MatsTestProfile public @interface MatsTestDbContext
Same as MatsTestContext, but includes a H2 DataSource, as configured by MatsTestInfrastructureDbConfiguration.
See Also: