Class JUnitCleanupMethodAnnotationProvider

java.lang.Object
net.thucydides.core.steps.service.JUnitCleanupMethodAnnotationProvider
All Implemented Interfaces:
CleanupMethodAnnotationProvider

public class JUnitCleanupMethodAnnotationProvider
extends java.lang.Object
implements CleanupMethodAnnotationProvider
  • Constructor Summary

    Constructors 
    Constructor Description
    JUnitCleanupMethodAnnotationProvider()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JUnitCleanupMethodAnnotationProvider

      public JUnitCleanupMethodAnnotationProvider()
  • Method Details