public class SpringBootHttpTarget
This class sets up an HTTP target configured with the springboot application. Basically, it allows the port to be overridden by the interaction runner which looks up the server port from the spring context.
public SpringBootHttpTarget(int port)
This class sets up an HTTP target configured with the springboot application. Basically, it allows the port to be overridden by the interaction runner which looks up the server port from the spring context.
public SpringBootHttpTarget()
This class sets up an HTTP target configured with the springboot application. Basically, it allows the port to be overridden by the interaction runner which looks up the server port from the spring context.
public void testInteraction(@NotNull
java.lang.String consumerName,
@NotNull
au.com.dius.pact.core.model.Interaction interaction,
@NotNull
au.com.dius.pact.core.model.PactSource source,
@NotNull
java.util.Map<java.lang.String,? extends java.lang.Object> context)
public int getPort()
public void setPort(int p)