Introducing the SimpleService project
We’re going to start a new project in this section to build a service. And just like how the logging project uses the testing project, this service project will use the testing project. The service will go further and also use the logging project. The service won’t be a real service because a full service needs a lot of supporting code that is not standard C++ and would take us into topics unrelated to learning TDD.
The service will be called SimpleService
and the initial set of files will tie together many of the topics already explained in this book. Here is the project structure:
SimpleService project root folder
MereTDD folder
Test.h
MereMemo folder
Log.h
SimpleService folder
tests folder
&...