Package ru.curs.celestaunit
Annotation Type CelestaTest
-
@Retention(RUNTIME) @Target(TYPE) @ExtendWith(CelestaUnitExtension.class) public @interface CelestaTest
Annotation for extending tests with CelestaUnitExtension.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
referentialIntegrity
Sets referential integrity (set to false to disable).boolean
resetSequences
Resets sequences before each test.String
scorePath
Sets score path (maybe relative to project root).boolean
truncateTables
Sets tables truncation before each test.
-
-
-
Element Detail
-
scorePath
String scorePath
Sets score path (maybe relative to project root).- Default:
- ""
-
-