Technolords / microservice-mock

A webservice to mock other web services, suitable for testing, for performance or regular. Optionally add delay or error codes. (latest release: 1.6.0)
MIT License
14 stars 7 forks source link

Implement tests around ConfigurationSelector #44

Closed Technolords closed 7 years ago

Technolords commented 7 years ago

This class contains logic to find the correct configuration (i.e. configured response). Note that this class also implements the wild card pattern support. The idea is to write unit tests using different configurations. The scope of this test should be limited to this class and the logic.

Technolords commented 7 years ago

See PR: https://github.com/Technolords/microservice-mock/pull/45