This module contains classes that help to prepare production code for testing with mock objects. More...
Classes | |
class | mockpp::TimeServer |
Base class for time serving purposes. More... | |
class | mockpp::RealTimeServer |
Real time serving. More... |
This module contains classes that help to prepare production code for testing with mock objects.
This code is placed in a library of its own. So it is still possible to run production code without the bloat of the testing environment.