com.github.dreamhead.moco
Class VerificationData

java.lang.Object
  extended by com.github.dreamhead.moco.VerificationData

public class VerificationData
extends java.lang.Object


Constructor Summary
VerificationData(com.google.common.collect.ImmutableList<HttpRequest> requests, RequestMatcher matcher, java.lang.String mismatchFormat)
           
 
Method Summary
 int matchedSize()
           
 java.lang.String mismatchDescription(int actualSize, int expectedCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationData

public VerificationData(com.google.common.collect.ImmutableList<HttpRequest> requests,
                        RequestMatcher matcher,
                        java.lang.String mismatchFormat)
Method Detail

mismatchDescription

public java.lang.String mismatchDescription(int actualSize,
                                            int expectedCount)

matchedSize

public int matchedSize()