Package org.jxmpp.strings.testframework
Class StringsTestframework
- java.lang.Object
-
- org.jxmpp.strings.testframework.StringsTestframework
-
public class StringsTestframework extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringsTestframework.Configuration
static class
StringsTestframework.Result
static class
StringsTestframework.XmppStringPrepperResult
-
Constructor Summary
Constructors Constructor Description StringsTestframework()
Construct 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.
-
-
-
Constructor Detail
-
StringsTestframework
public StringsTestframework()
Construct a new instance of the test framework with the default configuration.
-
StringsTestframework
public StringsTestframework(StringsTestframework.Configuration configuration)
Construct a new instance of the test framework with the given configuration.- Parameters:
configuration
- the configuration to use.
-
-
Method Detail
-
runTests
public StringsTestframework.Result runTests()
Run the test framework.- Returns:
true
if there where no errors.
-
-