Interface SinttestDebugger
- All Known Implementing Classes:
EnhancedSinttestDebugger,StandardSinttestDebugger
public interface SinttestDebugger
-
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.debugger.SmackDebuggerFactorydefault voidonSinttestFinished(SmackIntegrationTestFramework.TestRunResult testRunResult) default voidonTestFailure(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime, Throwable nonFatalFailureReason) default voidonTestStart(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime testStart) default voidonTestSuccess(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime)
-
Method Details
-
getSmackDebuggerFactory
org.jivesoftware.smack.debugger.SmackDebuggerFactory getSmackDebuggerFactory() -
onTestStart
default void onTestStart(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime testStart) throws IOException - Throws:
IOException
-
onTestSuccess
default void onTestSuccess(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime) throws IOException - Throws:
IOException
-
onTestFailure
default void onTestFailure(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime, Throwable nonFatalFailureReason) throws IOException - Throws:
IOException
-
onSinttestFinished
default void onSinttestFinished(SmackIntegrationTestFramework.TestRunResult testRunResult) throws IOException - Throws:
IOException
-
getConnectionConfigurationBuilderApplier
-