Interface TestSessionRegistrar
-
public interface TestSessionRegistrar
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TestSessionRegistrargetInstance()voidlinkAllCurrentToTest(java.lang.Long zebrunnerTestId)voidlinkToCurrentTest(java.lang.String sessionId)voidregisterClose(SessionCloseDescriptor context)voidregisterStart(SessionStartDescriptor context)
-
-
-
Method Detail
-
getInstance
static TestSessionRegistrar getInstance()
-
registerStart
void registerStart(SessionStartDescriptor context)
-
registerClose
void registerClose(SessionCloseDescriptor context)
-
linkAllCurrentToTest
void linkAllCurrentToTest(java.lang.Long zebrunnerTestId)
-
linkToCurrentTest
void linkToCurrentTest(java.lang.String sessionId)
-
-