Package org.jboss.arquillian.test.spi
Class TestClass
java.lang.Object
org.jboss.arquillian.test.spi.TestClass
Wraps a class to be run, providing method validation and annotation searching.
- Version:
- $Revision: $
- Author:
- thomas.diesler@jboss.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation(Class<A> annotation) Class<?> getMethod(Class<? extends Annotation> annotation) Method[]getMethods(Class<? extends Annotation> annotation) getName()booleanisAnnotationPresent(Class<? extends Annotation> annotation)
-
Constructor Details
-
TestClass
-
-
Method Details
-
getJavaClass
-
getName
-
isAnnotationPresent
-
getAnnotation
-
getMethod
-
getMethods
-