The implementation of stuff that must be run in the context of a TestData. More...
#include "testdata.h"
#include <vector>
#include <stdexcept>
#include <sstream>
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Mezzanine::Testing | |
This contains all the items (except the tests themselves) that make the unit tests work. | |
Functions | |
MaxInt | Mezzanine::Testing::Now () |
Get a timestamp, in microseconds. This will generally be some multiple of the GetTimeStampResolution return value. More... | |
Whole | Mezzanine::Testing::NowResolution () |
Get the resolution of the timestamp in microseconds. This is the smallest amount of time that the GetTimeStamp can accurately track. More... | |
The implementation of stuff that must be run in the context of a TestData.
Definition in file testdatatools.cpp.