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 classStringsTestframework.Configurationstatic classStringsTestframework.Resultstatic classStringsTestframework.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:
trueif there where no errors.
-
-