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 Detail

      • getCleanupMethodAnnotations

        List<String> getCleanupMethodAnnotations()