#include <falcon/string.h>
Go to the source code of this file.
Namespaces | |
namespace | Falcon |
CONST. | |
namespace | Falcon::TestSuite |
Functions | |
const ::Falcon::String & | Falcon::TestSuite::getFailureReason () |
Retreives the last failure reason. | |
bool | Falcon::TestSuite::getSuccess () |
Check wether the last module execution exited with a succes or a failure. | |
::Falcon::int64 | Falcon::TestSuite::getTimeFactor () |
Get internal test time factor. | |
void | Falcon::TestSuite::getTimings (::Falcon::numeric &totTime,::Falcon::numeric &numOps) |
Get internal test timings. | |
void | Falcon::TestSuite::setSuccess (bool mode) |
void | Falcon::TestSuite::setTestName (const ::Falcon::String &name) |
Sets the name of the test. | |
void | Falcon::TestSuite::setTimeFactor (::Falcon::int64 factor) |
set internal test time factor. |