Package org.jxmpp.strings.testframework
Class ValidJidTestresult.FailedBecauseMismatch
java.lang.Object
org.jxmpp.strings.testframework.JidTestresult
org.jxmpp.strings.testframework.ValidJidTestresult
org.jxmpp.strings.testframework.ValidJidTestresult.Failed
org.jxmpp.strings.testframework.ValidJidTestresult.FailedBecauseMismatch
- 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
Modifier and TypeFieldDescriptionfinal boolean
final boolean
final boolean
Fields inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
jid, validJid
Fields inherited from class org.jxmpp.strings.testframework.JidTestresult
durationInNanos, startNanos, stopNanos, xmppStringPrepper
-
Constructor Summary
ModifierConstructorDescriptionprotected
FailedBecauseMismatch
(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid, boolean domainpartMismatch, boolean localpartMismatch, boolean resourcepartMismatch) -
Method Summary
Methods inherited from class org.jxmpp.strings.testframework.ValidJidTestresult.Failed
buildToString
-
Field Details
-
domainpartMismatch
-
localpartMismatch
-
resourcepartMismatch
-
-
Constructor Details
-
FailedBecauseMismatch
protected FailedBecauseMismatch(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid, boolean domainpartMismatch, boolean localpartMismatch, boolean resourcepartMismatch)
-
-
Method Details