Interface CleanupMethodAnnotationProvider

All Known Implementing Classes:
JUnitCleanupMethodAnnotationProvider

public interface CleanupMethodAnnotationProvider
Specifies the annotations of the cleanup methods. For example,for JUnit they are : @org.junit.After(), @org.junit.AfterClass()
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getCleanupMethodAnnotations()  
  • Method Details

    • getCleanupMethodAnnotations

      java.util.List<java.lang.String> getCleanupMethodAnnotations()