Package org.jxmpp.strings.testframework
Class StringsTestframework
java.lang.Object
org.jxmpp.strings.testframework.StringsTestframework
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionConstruct a new instance of the test framework with the default configuration.StringsTestframework
(StringsTestframework.Configuration configuration) Construct a new instance of the test framework with the given configuration. -
Method Summary
-
Constructor Details
-
StringsTestframework
public StringsTestframework()Construct a new instance of the test framework with the default configuration. -
StringsTestframework
Construct a new instance of the test framework with the given configuration.- Parameters:
configuration
- the configuration to use.
-
-
Method Details
-
runTests
Run the test framework.- Returns:
true
if there where no errors.
-