Package org.apache.tinkerpop.gremlin
Interface GraphProvider.TestListener
-
- Enclosing interface:
- GraphProvider
public static interface GraphProvider.TestListener
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onTestEnd(Class<?> test, String testName)
default void
onTestStart(Class<?> test, String testName)
-