public abstract class BaseRestEnricher extends Object implements org.jboss.arquillian.test.spi.TestEnricher
| Constructor and Description |
|---|
BaseRestEnricher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allInSameContext(List<org.jboss.arquillian.container.spi.client.protocol.metadata.Servlet> servlets) |
void |
enrich(Object testCase) |
protected abstract Object |
enrichByType(Class<?> clazz,
Method method,
ArquillianResteasyResource annotation,
javax.ws.rs.Consumes consumes,
javax.ws.rs.Produces produces) |
protected URI |
getBaseURL() |
protected Map<String,String> |
getHeaders(AnnotatedElement annotatedElement) |
protected Map<String,String> |
getHeaders(Class<?> clazz,
Method method) |
protected abstract boolean |
isSupportedParameter(Class<?> clazz) |
Object[] |
resolve(Method method) |
public void enrich(Object testCase)
enrich in interface org.jboss.arquillian.test.spi.TestEnricherpublic Object[] resolve(Method method)
resolve in interface org.jboss.arquillian.test.spi.TestEnricherprotected boolean allInSameContext(List<org.jboss.arquillian.container.spi.client.protocol.metadata.Servlet> servlets)
protected abstract Object enrichByType(Class<?> clazz, Method method, ArquillianResteasyResource annotation, javax.ws.rs.Consumes consumes, javax.ws.rs.Produces produces)
protected URI getBaseURL()
protected Map<String,String> getHeaders(AnnotatedElement annotatedElement)
protected abstract boolean isSupportedParameter(Class<?> clazz)
Copyright © 2015 JBoss by Red Hat. All rights reserved.