Class AutoCloseAnnotationProcessor
java.lang.Object
org.antublue.test.engine.internal.processor.AutoCloseAnnotationProcessor
Class to process @TestEngine.AutoClose.X annotations
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidconclude(Object testInstance, AutoCloseAnnotationProcessor.Type type, ThrowableContext throwableContext) static AutoCloseAnnotationProcessorMethod to get the singleton
-
Method Details
-
getInstance
Method to get the singleton- Returns:
- the singleton
-
conclude
public void conclude(Object testInstance, AutoCloseAnnotationProcessor.Type type, ThrowableContext throwableContext)
-