mock property
Indicates whether this is a mock service. Being a mock service means here that it does not really read stdin but gets it´s input from an internal buffer which is filled with addToBuffer
Implementation
bool mock;
Indicates whether this is a mock service. Being a mock service means here that it does not really read stdin but gets it´s input from an internal buffer which is filled with addToBuffer
bool mock;