![]() |
Vault
4.1
|
VTestInfo is used internally by VUnit to hold a single test's info and result. More...
#include <vunit.h>
Public Member Functions | |
| VTestInfo (bool success, const VString &description, const VDuration &duration) | |
Public Attributes | |
| bool | mSuccess |
| True if the test succeeded. | |
| VString | mDescription |
| The text description or name of the test. | |
| VDuration | mDuration |
| The number of milliseconds it took to run the test. | |