C D E F G I L N O R S T V 

C

createIndexedVariable(int, String, Object) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
createIndexedVariable(int, String, Object, Class<?>) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
createTestGroupType() - Method in class io.apiman.test.common.plan.ObjectFactory
Create an instance of TestGroupType
createTestPlan() - Method in class io.apiman.test.common.plan.ObjectFactory
Create an instance of TestPlan
createTestType() - Method in class io.apiman.test.common.plan.ObjectFactory
Create an instance of TestType
createVariable(String, Object) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
createVariable(String, Object, Class<?>) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 

D

doDelete(HttpServletRequest, HttpServletResponse) - Method in class io.apiman.test.common.mock.EchoServlet
 
doEchoResponse(HttpServletRequest, HttpServletResponse, boolean) - Method in class io.apiman.test.common.mock.EchoServlet
Responds with a comprehensive echo.
doGet(HttpServletRequest, HttpServletResponse) - Method in class io.apiman.test.common.mock.EchoServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class io.apiman.test.common.mock.EchoServlet
 
doPropertyReplacement(String) - Static method in class io.apiman.test.common.util.TestUtil
Provides Ant-style property replacement support.
doPut(HttpServletRequest, HttpServletResponse) - Method in class io.apiman.test.common.mock.EchoServlet
 

E

EchoResponse - Class in io.apiman.test.common.mock
A simple echo response POJO.
EchoResponse() - Constructor for class io.apiman.test.common.mock.EchoResponse
Constructor.
EchoServlet - Class in io.apiman.test.common.mock
Simple echo servlet - for testing the gateway.
EchoServlet() - Constructor for class io.apiman.test.common.mock.EchoServlet
Constructor.

F

from(HttpServletRequest, boolean) - Static method in class io.apiman.test.common.mock.EchoResponse
Create an echo response from the inbound information in the http server request.

G

getBodyLength() - Method in class io.apiman.test.common.mock.EchoResponse
 
getBodySha1() - Method in class io.apiman.test.common.mock.EchoResponse
 
getExpectedResponseHeaders() - Method in class io.apiman.test.common.resttest.RestTest
 
getExpectedResponsePayload() - Method in class io.apiman.test.common.resttest.RestTest
 
getExpectedStatusCode() - Method in class io.apiman.test.common.resttest.RestTest
 
getFlags() - Method in class io.apiman.test.common.util.TestVariableResolver
 
getHeaders() - Method in class io.apiman.test.common.mock.EchoResponse
 
getKnownVariables() - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
getMethod() - Method in class io.apiman.test.common.mock.EchoResponse
 
getName() - Method in class io.apiman.test.common.plan.TestGroupType
Gets the value of the name property.
getName() - Method in class io.apiman.test.common.plan.TestType
Gets the value of the name property.
getName() - Method in class io.apiman.test.common.util.TestVariableResolver
 
getPassword() - Method in class io.apiman.test.common.resttest.RestTest
 
getRequestHeaders() - Method in class io.apiman.test.common.resttest.RestTest
 
getRequestMethod() - Method in class io.apiman.test.common.resttest.RestTest
 
getRequestPath() - Method in class io.apiman.test.common.resttest.RestTest
 
getRequestPayload() - Method in class io.apiman.test.common.resttest.RestTest
 
getResource() - Method in class io.apiman.test.common.mock.EchoResponse
 
getTest() - Method in class io.apiman.test.common.plan.TestGroupType
Gets the value of the test property.
getTestGroup() - Method in class io.apiman.test.common.plan.TestPlan
Gets the value of the testGroup property.
getType() - Method in class io.apiman.test.common.util.TestVariableResolver
 
getUri() - Method in class io.apiman.test.common.mock.EchoResponse
 
getUri(String) - Method in class io.apiman.test.common.util.TestPlanRunner
Gets the absolute URL to use to invoke a rest service at a given path.
getUsername() - Method in class io.apiman.test.common.resttest.RestTest
 
getValue() - Method in class io.apiman.test.common.plan.TestType
Gets the value of the value property.
getValue() - Method in class io.apiman.test.common.util.TestVariableResolver
 
getVariableResolver(String) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 

I

io.apiman.test.common.mock - package io.apiman.test.common.mock
 
io.apiman.test.common.plan - package io.apiman.test.common.plan
 
io.apiman.test.common.resttest - package io.apiman.test.common.resttest
 
io.apiman.test.common.util - package io.apiman.test.common.util
 
isIndexedFactory() - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
isResolveable(String) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
isTarget(String) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 

L

loadRestTest(String, ClassLoader) - Static method in class io.apiman.test.common.util.TestUtil
Loads a rest test from a classpath resource.
loadTestPlan(String, ClassLoader) - Static method in class io.apiman.test.common.util.TestUtil
Loads a test plan from a classpath resource.
loadTestPlan(File) - Static method in class io.apiman.test.common.util.TestUtil
Loads a test plan from a file resource.

N

name - Variable in class io.apiman.test.common.plan.TestGroupType
 
name - Variable in class io.apiman.test.common.plan.TestType
 

O

ObjectFactory - Class in io.apiman.test.common.plan
This object contains factory methods for each Java content interface and Java element interface generated in the io.apiman.test.common.plan package.
ObjectFactory() - Constructor for class io.apiman.test.common.plan.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.apiman.test.common.plan

R

RestTest - Class in io.apiman.test.common.resttest
Models a single rest test.
RestTest() - Constructor for class io.apiman.test.common.resttest.RestTest
Constructor.
runTestPlan(String, ClassLoader) - Method in class io.apiman.test.common.util.TestPlanRunner
Called to run a test plan.

S

setBodyLength(Long) - Method in class io.apiman.test.common.mock.EchoResponse
 
setBodySha1(String) - Method in class io.apiman.test.common.mock.EchoResponse
 
setExpectedResponseHeaders(Map<String, String>) - Method in class io.apiman.test.common.resttest.RestTest
 
setExpectedResponsePayload(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setExpectedStatusCode(int) - Method in class io.apiman.test.common.resttest.RestTest
 
setHeaders(Map<String, String>) - Method in class io.apiman.test.common.mock.EchoResponse
 
setIndexedVariableResolver(int, VariableResolver) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
setMethod(String) - Method in class io.apiman.test.common.mock.EchoResponse
 
setName(String) - Method in class io.apiman.test.common.plan.TestGroupType
Sets the value of the name property.
setName(String) - Method in class io.apiman.test.common.plan.TestType
Sets the value of the name property.
setPassword(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setRequestHeaders(Map<String, String>) - Method in class io.apiman.test.common.resttest.RestTest
 
setRequestMethod(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setRequestPath(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setRequestPayload(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setResource(String) - Method in class io.apiman.test.common.mock.EchoResponse
 
setStaticType(Class) - Method in class io.apiman.test.common.util.TestVariableResolver
 
setUri(String) - Method in class io.apiman.test.common.mock.EchoResponse
 
setUsername(String) - Method in class io.apiman.test.common.resttest.RestTest
 
setValue(String) - Method in class io.apiman.test.common.plan.TestType
Sets the value of the value property.
setValue(Object) - Method in class io.apiman.test.common.util.TestVariableResolver
 

T

test - Variable in class io.apiman.test.common.plan.TestGroupType
 
testGroup - Variable in class io.apiman.test.common.plan.TestPlan
 
TestGroupType - Class in io.apiman.test.common.plan
Java class for testGroupType complex type.
TestGroupType() - Constructor for class io.apiman.test.common.plan.TestGroupType
 
TestPlan - Class in io.apiman.test.common.plan
Java class for anonymous complex type.
TestPlan() - Constructor for class io.apiman.test.common.plan.TestPlan
 
TestPlanRunner - Class in io.apiman.test.common.util
Runs a test plan.
TestPlanRunner(String) - Constructor for class io.apiman.test.common.util.TestPlanRunner
Constructor.
TestType - Class in io.apiman.test.common.plan
Java class for testType complex type.
TestType() - Constructor for class io.apiman.test.common.plan.TestType
 
TestUtil - Class in io.apiman.test.common.util
Utilities to load test plans and rest tests.
TestUtil() - Constructor for class io.apiman.test.common.util.TestUtil
 
TestVariableResolver - Class in io.apiman.test.common.util
A json variable resolver.
TestVariableResolver(JsonNode, String) - Constructor for class io.apiman.test.common.util.TestVariableResolver
Constructor.
TestVariableResolverFactory - Class in io.apiman.test.common.util
MVEL resolver for jackson parsed json.
TestVariableResolverFactory(JsonNode) - Constructor for class io.apiman.test.common.util.TestVariableResolverFactory
Constructor.

V

value - Variable in class io.apiman.test.common.plan.TestType
 
variableIndexOf(String) - Method in class io.apiman.test.common.util.TestVariableResolverFactory
 
C D E F G I L N O R S T V 

Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.