mock property

bool mock
getter/setter pair

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;