Class StandardSinttestDebugger
java.lang.Object
org.igniterealtime.smack.inttest.debugger.StandardSinttestDebugger
- All Implemented Interfaces:
SinttestDebugger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardSinttestDebugger(ZonedDateTime restRunStart, String testRunId, String options) -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.debugger.SmackDebuggerFactoryvoidonSinttestFinished(SmackIntegrationTestFramework.TestRunResult testRunResult) voidonTestFailure(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime, Throwable throwable) voidonTestStart(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime startTime) voidonTestSuccess(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.igniterealtime.smack.inttest.debugger.SinttestDebugger
getConnectionConfigurationBuilderApplier
-
Field Details
-
LOGGER
-
-
Constructor Details
-
StandardSinttestDebugger
-
-
Method Details
-
getSmackDebuggerFactory
public org.jivesoftware.smack.debugger.SmackDebuggerFactory getSmackDebuggerFactory()- Specified by:
getSmackDebuggerFactoryin interfaceSinttestDebugger
-
onTestStart
public void onTestStart(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime startTime) throws IOException - Specified by:
onTestStartin interfaceSinttestDebugger- Throws:
IOException
-
onTestSuccess
public void onTestSuccess(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime) throws IOException - Specified by:
onTestSuccessin interfaceSinttestDebugger- Throws:
IOException
-
onTestFailure
public void onTestFailure(SmackIntegrationTestFramework.ConcreteTest test, ZonedDateTime endTime, Throwable throwable) throws IOException - Specified by:
onTestFailurein interfaceSinttestDebugger- Throws:
IOException
-
onSinttestFinished
public void onSinttestFinished(SmackIntegrationTestFramework.TestRunResult testRunResult) throws IOException - Specified by:
onSinttestFinishedin interfaceSinttestDebugger- Throws:
IOException
-