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 Details

    • getCleanupMethodAnnotations

      List<String> getCleanupMethodAnnotations()