Annotation Type Fixture


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Fixture
    A fixture is used to set up the system for the testing process.
    Since:
    1.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Setup> value
      Sets the Setup class belonging to this fixture.
    • Element Detail

      • value

        java.lang.Class<? extends Setup> value
        Sets the Setup class belonging to this fixture.
        Returns:
        the value
        Since:
        1.0