Package org.igniterealtime.smack.inttest
Class SmackIntegrationTestFramework.ConcreteTest
- java.lang.Object
-
- org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.ConcreteTest
-
- Enclosing class:
- SmackIntegrationTestFramework
public static final class SmackIntegrationTestFramework.ConcreteTest extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()java.util.List<java.lang.String>getSubdescriptons()SmackIntegrationTestFramework.TestTypegetTestType()java.lang.StringtoString()
-
-
-
Method Detail
-
getTestType
public SmackIntegrationTestFramework.TestType getTestType()
-
getMethod
public java.lang.reflect.Method getMethod()
-
getSubdescriptons
public java.util.List<java.lang.String> getSubdescriptons()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-