Uses of Class
org.jxmpp.strings.testframework.StringsTestframework.Result
-
Packages that use StringsTestframework.Result Package Description org.jxmpp.strings.testframework A framework to test various XMPP specific string preparation libraries. -
-
Uses of StringsTestframework.Result in org.jxmpp.strings.testframework
Methods in org.jxmpp.strings.testframework that return StringsTestframework.Result Modifier and Type Method Description StringsTestframework.Result
StringsTestframework. runTests()
Run the test framework.Methods in org.jxmpp.strings.testframework with parameters of type StringsTestframework.Result Modifier and Type Method Description static KnownFailures.Result
KnownFailures. checkAgainstWhitelist(StringsTestframework.Result result)
Check a XMPP Strings Testframeworkresult against the list of known failures (whitelist).
-