Skip to content
Konrad Cempura edited this page Sep 18, 2013 · 4 revisions

R means remote

It's not easy to do good automated tests at all. More problems appears when You must rely on outside systems. One way to create high coverage automated tests is mock remote system and simulate boundary conditions. Rmock is here to help You.

Rmock is a simple way to do mock of remote services that communicate with your project. Concept and API is based on project mock.

Protocols currently supported:

  • http
  • lmtp
  • memcache
  • pop3
  • smtp

Clone this wiki locally