public class WarpTestValidator extends Object
| Constructor and Description |
|---|
WarpTestValidator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasDeployment(org.jboss.arquillian.test.spi.TestClass testClass)
Checks if the given test class has a deployment
|
static boolean |
hasTestableDeployment(org.jboss.arquillian.test.spi.TestClass testClass)
Checks if the given test class has a testable deployment
|
static boolean |
isAnnotatedRunAsClient(org.jboss.arquillian.test.spi.TestClass testClass)
Checks if the given test class is annotated by the annotation
@RunAsClient |
public static boolean hasTestableDeployment(org.jboss.arquillian.test.spi.TestClass testClass)
testClass - to be checkedpublic static boolean hasDeployment(org.jboss.arquillian.test.spi.TestClass testClass)
testClass - to be checkedpublic static boolean isAnnotatedRunAsClient(org.jboss.arquillian.test.spi.TestClass testClass)
@RunAsClienttestClass - to be checked@RunAsClientCopyright © 2019 JBoss by Red Hat. All rights reserved.