Package org.jxmpp.strings.testframework
Class StringsTestframeworkMain
- java.lang.Object
-
- org.jxmpp.strings.testframework.StringsTestframeworkMain
-
-
Constructor Summary
Constructors Constructor Description StringsTestframeworkMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
static void
main(String[] args)
Run the jXMPP Strings Testframework.
-
-
-
Constructor Detail
-
StringsTestframeworkMain
public StringsTestframeworkMain()
-
-
Method Detail
-
call
public Integer call() throws IOException
- Specified by:
call
in interfaceCallable<Integer>
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
Run the jXMPP Strings Testframework.- Parameters:
args
- arguments to the framework (currently none).- Throws:
IOException
- if an I/O error occurs.
-
-