com.github.tomakehurst.wiremock.junit
Class WireMockRule

java.lang.Object
  extended by com.github.tomakehurst.wiremock.junit.WireMockRule

public class WireMockRule
extends java.lang.Object


Constructor Summary
WireMockRule()
           
WireMockRule(int port)
           
 
Method Summary
 Statement apply(Statement base, FrameworkMethod method, java.lang.Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WireMockRule

public WireMockRule(int port)

WireMockRule

public WireMockRule()
Method Detail

apply

public Statement apply(Statement base,
                       FrameworkMethod method,
                       java.lang.Object target)