com.github.tomakehurst.wiremock.verification
Class VerificationResult

java.lang.Object
  extended by com.github.tomakehurst.wiremock.verification.VerificationResult

public class VerificationResult
extends java.lang.Object


Constructor Summary
VerificationResult()
           
VerificationResult(int count)
           
 
Method Summary
 int getCount()
           
 void setCount(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationResult

public VerificationResult(int count)

VerificationResult

public VerificationResult()
Method Detail

getCount

public int getCount()

setCount

public void setCount(int count)