Annotation Type DbUnitTearDown


@Retention(RUNTIME) @Inherited @Documented @Target({METHOD,TYPE}) public @interface DbUnitTearDown
Database operation to execute after test is executed. This annotation can be used on:
  • Method (i.e test method).
  • Class (i.e test class).
  • Package (i.e package where test classes belongs)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Operation to execute after a test is performed.
  • Element Details

    • value

      Operation to execute after a test is performed.
      Returns:
      Operations to execute.
      Default:
      NONE