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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getCleanupMethodAnnotations()
-