Package org.jxmpp.strings.testframework
Class StringsTestframework
java.lang.Object
org.jxmpp.strings.testframework.StringsTestframework
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConstruct 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:
trueif there where no errors.
-