Package com.unitesk.aspectrace.test
Interface TestListener
-
- All Superinterfaces:
AspectListener
- All Known Implementing Classes:
TestProcessor
public interface TestListener extends AspectListener
Interface of aspect "test" message handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processTestEnd(java.lang.String testName, boolean verdict)
void
processTestStart(java.lang.String testName)
-
Methods inherited from interface com.unitesk.aspectrace.AspectListener
attachedToAdapter, processTagChange
-
-