Package org.jxmpp.strings.testframework
Class StringsTestframework.Result
java.lang.Object
org.jxmpp.strings.testframework.StringsTestframework.Result
- Enclosing class:
StringsTestframework
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<InvalidJidTestresult.Failed> final ZonedDateTime
final int
final int
final List
<ValidJidTestresult.Failed> final boolean
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
writeResults
(Appendable appendable) Write a report of the results to the given appendable.
-
Field Details
-
xmppStringPrepperResults
-
validJidSuccessfulTestresults
-
validJidFailedTestresults
-
invalidJidSuccessfulTestresults
-
invalidJidFailedTestresults
-
wasSuccessful
-
totalSuccessful
-
totalFailed
-
time
-
-
Method Details
-
writeResults
Write a report of the results to the given appendable.- Parameters:
appendable
- the appendable to write to.- Throws:
IOException
- any IOExceptions while writing.
-
toString
-