#include <testsuite.h>
Public Member Functions | |
Test (Common::String name, InvokingFunction f, bool interactive) | |
Public Attributes | |
const Common::String | featureName |
Name of feature to be tested. | |
InvokingFunction | driver |
Pointer to the function that will invoke this feature test. | |
bool | enabled |
Decides whether or not this test is to be executed. | |
bool | passed |
Collects and stores result of this feature test. | |
bool | isInteractive |
Decides if the test is interactive or not, An interactive testsuite may have non-interactive tests, hence this change. | |
This represents a feature to be tested