Index

A C D E F G H I L O R S T V W 
All Classes and Interfaces|All Packages

A

addRequest(Request<?, ?>) - Static method in class com.mx.path.testing.request.RequestExpectations
Capture and store a handled request.
allowConnection(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations
assertInvoked() - Method in class com.mx.path.testing.request.RequestExpectation
 

C

collectRequests() - Method in class com.mx.path.testing.request.RequestExpectation
 
com.mx.path.testing.request - package com.mx.path.testing.request
 
com.mx.path.testing.session - package com.mx.path.testing.session
 
connectionBaseRequestFilters() - Static method in class com.mx.path.testing.request.RequestExpectations.Fluent
 

D

decrypt(String) - Method in class com.mx.path.testing.session.TestEncryptionService
 
delete(Session) - Method in class com.mx.path.testing.session.TestSessionRepository
 
deleteValue(Session, String) - Method in class com.mx.path.testing.session.TestSessionRepository
 
describe() - Method in class com.mx.path.testing.request.RequestMatcher
 
describe() - Method in class com.mx.path.testing.request.TestRequestFilter
 

E

encrypt(String) - Method in class com.mx.path.testing.session.TestEncryptionService
 
exactly(Request<?, ?>) - Method in class com.mx.path.testing.request.RequestMatcher
 
exactly(Request<?, ?>) - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
execute(Request, Response) - Method in class com.mx.path.testing.request.TestRequestFilter
 
expectConnection(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations
Create a request expectation.
expectRequest(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations.Fluent
Create a request expectation.Will fail verification if not invoked.

F

Fluent() - Constructor for class com.mx.path.testing.request.RequestExpectations.Fluent
 
Fluent() - Constructor for class com.mx.path.testing.request.RequestMatcher.Fluent
 

G

getConfigurations() - Method in class com.mx.path.testing.session.TestEncryptionService
 
getExpectedInvokeCount() - Method in class com.mx.path.testing.request.RequestExpectation
 
getHandler() - Method in class com.mx.path.testing.request.RequestExpectation
 
getInvokeCount() - Method in class com.mx.path.testing.request.RequestExpectation
 
getMatcher() - Method in class com.mx.path.testing.request.RequestExpectation
 
getReceivedRequest() - Method in class com.mx.path.testing.request.RequestExpectation
Get the first request received by this expectation
getReceivedRequest(RequestMatcher) - Method in class com.mx.path.testing.request.RequestExpectation
 
getReceivedRequests() - Method in class com.mx.path.testing.request.RequestExpectation
Get the requests received by this expectation
getReceivedRequests(RequestMatcher) - Method in class com.mx.path.testing.request.RequestExpectation
Get the requests received by this expectation that match the provided request matcher
getRequestAllowances() - Static method in class com.mx.path.testing.request.RequestExpectations
 
getRequestExpectations() - Static method in class com.mx.path.testing.request.RequestExpectations
 
getValue(Session, String) - Method in class com.mx.path.testing.session.TestSessionRepository
 

H

handle(Request<?, ?>, Response<?, ?>) - Method in class com.mx.path.testing.request.RequestExpectation
 

I

instance() - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
isEncrypted(String) - Method in class com.mx.path.testing.session.TestEncryptionService
 
isMatch(Request<?, ?>) - Method in class com.mx.path.testing.request.RequestMatcher
 

L

load(String) - Method in class com.mx.path.testing.session.TestSessionRepository
 

O

onRequest(BiConsumer<Request<?, ?>, Response<?, ?>>) - Method in class com.mx.path.testing.request.RequestExpectation
 

R

request() - Static method in class com.mx.path.testing.request.RequestExpectations
Get the first request executed against expectations.
request(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations
Get the first matching request executed against expectations.
RequestExpectation - Class in com.mx.path.testing.request
 
RequestExpectation(RequestMatcher) - Constructor for class com.mx.path.testing.request.RequestExpectation
 
RequestExpectations - Class in com.mx.path.testing.request
 
RequestExpectations() - Constructor for class com.mx.path.testing.request.RequestExpectations
 
RequestExpectations.Fluent - Class in com.mx.path.testing.request
 
RequestMatcher - Class in com.mx.path.testing.request
Allows rules to be defined for matching incoming requests
RequestMatcher() - Constructor for class com.mx.path.testing.request.RequestMatcher
 
RequestMatcher.Fluent - Class in com.mx.path.testing.request
 
requests() - Static method in class com.mx.path.testing.request.RequestExpectations
Get the requests received by expectations (does not include allowances).
requests(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations
Get the filtered requests received by expectations (does not include allowances).
reset() - Static method in class com.mx.path.testing.request.RequestExpectations
Clears out expectations.

S

save(Session) - Method in class com.mx.path.testing.session.TestSessionRepository
 
saveValue(Session, String, String) - Method in class com.mx.path.testing.session.TestSessionRepository
 
setConfigurations(ObjectMap) - Method in class com.mx.path.testing.session.TestEncryptionService
 
setExpectedInvokeCount(int) - Method in class com.mx.path.testing.request.RequestExpectation
 
setIfNotExist(Session, String, String) - Method in class com.mx.path.testing.session.TestSessionRepository
 
setIfNotExist(Session, String, String, long) - Method in class com.mx.path.testing.session.TestSessionRepository
 
setInvokeCount(int) - Method in class com.mx.path.testing.request.RequestExpectation
 
setupConnection(AccessorConnectionBase<?>) - Static method in class com.mx.path.testing.request.RequestExpectations.Fluent
 
stubConnection(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations
Creates a request expectation that is not expected to be invoked
stubRequest(RequestMatcher) - Static method in class com.mx.path.testing.request.RequestExpectations.Fluent
 

T

TestEncryptionService - Class in com.mx.path.testing.session
 
TestEncryptionService(ObjectMap) - Constructor for class com.mx.path.testing.session.TestEncryptionService
 
TestRequestFilter - Class in com.mx.path.testing.request
 
TestRequestFilter() - Constructor for class com.mx.path.testing.request.TestRequestFilter
 
TestSessionRepository - Class in com.mx.path.testing.session
Stand-in session repository using in-memory HashMap.
TestSessionRepository() - Constructor for class com.mx.path.testing.session.TestSessionRepository
 
times(int) - Method in class com.mx.path.testing.request.RequestExpectation
 
toRespond(BiConsumer<Request<?, ?>, Response<?, ?>>) - Method in class com.mx.path.testing.request.RequestExpectation
 

V

verifyConnectionExpectations() - Static method in class com.mx.path.testing.request.RequestExpectations
Verifies that all expected requests were made.
verifyRequestExpectations() - Static method in class com.mx.path.testing.request.RequestExpectations.Fluent
 

W

with(Function<Request<?, ?>, Boolean>) - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
with(Function<Request<?, ?>, Boolean>) - Method in class com.mx.path.testing.request.RequestMatcher
 
withBaseUrl(String) - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
withBaseUrl(String) - Method in class com.mx.path.testing.request.RequestMatcher
 
withMatcher(Function<Request<?, ?>, Boolean>) - Method in class com.mx.path.testing.request.RequestMatcher
 
withMethod(String) - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
withMethod(String) - Method in class com.mx.path.testing.request.RequestMatcher
 
withPath(String) - Static method in class com.mx.path.testing.request.RequestMatcher.Fluent
 
withPath(String) - Method in class com.mx.path.testing.request.RequestMatcher
 
A C D E F G H I L O R S T V W 
All Classes and Interfaces|All Packages