@Retention(value=RUNTIME) @Target(value=TYPE) @ExtendWith(value=CelestaUnitExtension.class) public @interface CelestaTest
Modifier and Type | Optional Element and 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.
|
public abstract String scorePath
public abstract boolean referentialIntegrity
Copyright © 2022 CURS. All rights reserved.