RobotTestingFramework
2.0.1
Robot Testing Framework
|
class FixtureEvents More...
#include <robottestingframework/FixtureManager.h>
Public Member Functions | |
virtual void | fixtureCollapsed (TestMessage reason)=0 |
fixtureCollapsed is called by a fixture manager to inform the test suite that the corresponding fixture has been collapsed. More... | |
|
pure virtual |
fixtureCollapsed is called by a fixture manager to inform the test suite that the corresponding fixture has been collapsed.
reason | An error message indicates the reason for collapsing the fixture. |
Implemented in robottestingframework::TestSuite.