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
public static class ValidJidTestresult.FailedBecauseMismatch extends ValidJidTestresult.Failed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
ValidJidTestresult.Failed, ValidJidTestresult.FailedBecauseException, ValidJidTestresult.FailedBecauseMismatch, ValidJidTestresult.Successful
-
-
Field Summary
Fields Modifier and Type Field Description boolean
domainpartMismatch
boolean
localpartMismatch
boolean
resourcepartMismatch
-
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
Constructors Modifier Constructor Description protected
FailedBecauseMismatch(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid, boolean domainpartMismatch, boolean localpartMismatch, boolean resourcepartMismatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.jxmpp.strings.testframework.ValidJidTestresult.Failed
buildToString
-
-
-
-
Field Detail
-
domainpartMismatch
public final boolean domainpartMismatch
-
localpartMismatch
public final boolean localpartMismatch
-
resourcepartMismatch
public final boolean resourcepartMismatch
-
-
Constructor Detail
-
FailedBecauseMismatch
protected FailedBecauseMismatch(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid, boolean domainpartMismatch, boolean localpartMismatch, boolean resourcepartMismatch)
-
-