Annotation Type DBRider
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @ExtendWith(DBUnitExtension.class) @Test public @interface DBRider
Created by rafael-pestano on 26/10/2016. Shortcut to enable database rider in junit5 tests. Replaces @ExtendWith(DBUnitExtension.class) and can also be used at method level.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdataSourceBeanName
-
-
-
Element Detail
-
dataSourceBeanName
String dataSourceBeanName
- Returns:
- name of the DataSource bean in Spring Context. If empty then default dataSource will be used.
- Default:
- ""
-
-