Annotation Interface 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
    Sets referential integrity (set to false to disable).
    boolean
    Resets sequences before each test.
    Sets score path (maybe relative to project root).
    boolean
    Sets tables truncation before each test.
  • Element Details

    • scorePath

      String scorePath
      Sets score path (maybe relative to project root).
      Default:
      ""
    • referentialIntegrity

      boolean referentialIntegrity
      Sets referential integrity (set to false to disable).
      Default:
      true
    • truncateTables

      boolean truncateTables
      Sets tables truncation before each test.
      Default:
      true
    • resetSequences

      boolean resetSequences
      Resets sequences before each test.
      Default:
      true