Interface FixtureDeclarations

All Known Implementing Classes:
FixtureType

public interface FixtureDeclarations
The declaration of a fixture class.
Since:
2.0.0
  • Method Details

    • getFixtureClass

      Class<?> getFixtureClass()
    • declaresFullOGNL

      boolean declaresFullOGNL()
    • declaresFailFast

      boolean declaresFailFast()
    • getDeclaredFailFastExceptions

      Class<? extends Throwable>[] getDeclaredFailFastExceptions()
    • declaresResources

      boolean declaresResources()
    • getDeclaredImplementationStatus

      ImplementationStatus getDeclaredImplementationStatus()
    • getDeclaredConcordionOptionsParentFirst

      List<ConcordionOptions> getDeclaredConcordionOptionsParentFirst()
    • getFixturePathWithoutSuffix

      String getFixturePathWithoutSuffix()
    • getDescription

      String getDescription()