Uses of Interface
net.javacrumbs.smock.common.server.ParametrizableResponseMatcher

Packages that use ParametrizableResponseMatcher
net.javacrumbs.smock.common   
net.javacrumbs.smock.common.server   
 

Uses of ParametrizableResponseMatcher in net.javacrumbs.smock.common
 

Classes in net.javacrumbs.smock.common that implement ParametrizableResponseMatcher
 class TemplateAwareMessageMatcher
          MessageCompareMatcher that processes template before comparison.
 

Uses of ParametrizableResponseMatcher in net.javacrumbs.smock.common.server
 

Methods in net.javacrumbs.smock.common.server that return ParametrizableResponseMatcher
 ParametrizableResponseMatcher AbstractCommonSmockServerTest.message(Document message)
          Expects the given message.
static ParametrizableResponseMatcher CommonSmockServer.message(Document message)
          Expects the given message.
 ParametrizableResponseMatcher AbstractCommonSmockServerTest.message(org.springframework.core.io.Resource messageResource)
          Expects the given message.
static ParametrizableResponseMatcher CommonSmockServer.message(org.springframework.core.io.Resource messageResource)
          Expects the given message.
 ParametrizableResponseMatcher AbstractCommonSmockServerTest.message(Source content)
          Expects the given message.
static ParametrizableResponseMatcher CommonSmockServer.message(Source content)
          Expects the given message.
 ParametrizableResponseMatcher AbstractCommonSmockServerTest.message(String messageResource)
          Expects the given message.
static ParametrizableResponseMatcher CommonSmockServer.message(String messageResource)
          Expects the given message.
 ParametrizableResponseMatcher ParametrizableResponseMatcher.withParameter(String name, Object value)
          Adds parameter to the ResponseMatcher
 ParametrizableResponseMatcher ParametrizableResponseMatcher.withParameters(Map<String,Object> parameters)
          Adds parameters to the ResponseMatcher
 



Copyright © 2011. All Rights Reserved.