com.github.tomakehurst.wiremock.junit
Class WireMockStaticRule

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

public class WireMockStaticRule
extends java.lang.Object


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

Constructor Detail

WireMockStaticRule

public WireMockStaticRule(int port)

WireMockStaticRule

public WireMockStaticRule()
Method Detail

stopServer

public void stopServer()

apply

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