Skip to content
eugeneshayunov edited this page Oct 21, 2020 · 1 revision

Welcome to GodelTech.StoryLine.Wiremock is client library for Wiremock tool which is compatible with GodelTech.StoryLine framework. Library communicates with Wiremock using REST API. Primary purpose of GodelTech.StoryLine.Wiremock is stubs for dependencies of tested service. In addition to stubbing library allows to validate that stub were invoked (this functionality is also provided by Wiremock tool).

The following projects may be also useful during development of tests using GodelTech.StoryLine.Wiremock:

  • GodelTech.StoryLine.Rest provides set of actions and expectations which allow to define HTTP requests and HTTP response expectations using fluent syntax.
  • GodelTech.StoryLine.Utils contains set of helper actions and expectations which can simplify such activities as artifact expectation development, waiting for results, transformation of artifacts and etc.
Clone this wiki locally