[][src]Crate stubr

This crate proposes a reimplementation of Wiremock. Its aims at converting Wiremock stubs into wiremock-rs mocks.

Structs

Config

Stubr server configuration.

Stubr

Allows running a Wiremock mock server from Wiremock stubs. Delegates runtime to wiremock-rs.

Traits

AnyStubServer

Abstraction over a server capable of serving stubs. Mostly used internally in a test context to also execute integration tests against a real Wiremock server instance.