FIXTURE
FIXTURE defines a fixture to which tests can be assigned to using BEGIN_TESTF. For a fixture to be workable, note that at least one test has to be added using the aforementioned constructs.
[in] Name Name of the fixture. The name must be a valid C++ identifier; it must follow the naming rules for functions.