Test Object that can be used to store and track state information and data. More...
#include <testObject.h>
Public Member Functions | |
void | ClearBuffers () |
Reset the buffers to be empty. | |
void | Reset () |
Reset member variable states. | |
Test Object that can be used to store and track state information and data.
This class is used to hold data and store state information that is used during the process of testing. One example of its use is setting a flag on the object that will signal a task to shut down. Another example is to hold the return value of a function called within a task.