![]() |
Vault
4.1
|
VTestRunner is an abstract interface for running a single unit test class. More...
#include <vunit.h>
Public Member Functions | |
| virtual void | runUnit (VUnit &unit, VUnitOutputWriterList *output)=0 |
VTestRunner is an abstract interface for running a single unit test class.
This can be useful when a unit test harness needs to allow something else to run tests for it, and that thing does not have access to the caller's API. The caller can simply implement VTestRunner and pass that interface.