Package org.jxmpp.strings.testframework
Class ValidJidTestresult.FailedBecauseException
java.lang.Object
org.jxmpp.strings.testframework.JidTestresult
org.jxmpp.strings.testframework.ValidJidTestresult
org.jxmpp.strings.testframework.ValidJidTestresult.Failed
org.jxmpp.strings.testframework.ValidJidTestresult.FailedBecauseException
- Enclosing class:
ValidJidTestresult
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
ValidJidTestresult.Failed, ValidJidTestresult.FailedBecauseException, ValidJidTestresult.FailedBecauseMismatch, ValidJidTestresult.Successful -
Field Summary
FieldsFields inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
jid, validJidFields inherited from class org.jxmpp.strings.testframework.JidTestresult
durationInNanos, startNanos, stopNanos, xmppStringPrepper -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException) -
Method Summary
Methods inherited from class org.jxmpp.strings.testframework.ValidJidTestresult.Failed
buildToString
-
Field Details
-
xmppStringprepException
-
-
Constructor Details
-
FailedBecauseException
protected FailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException)
-
-
Method Details