Interface of a unit test service providing a test report in the form of an XML node. More...
#include <arcane/core/IUnitTest.h>
Public Member Functions | |
| virtual void | buildInitializeTest () |
| virtual void | initializeTest ()=0 |
| virtual bool | executeTest (XmlNode &report)=0 |
| Executes the test and fills the provided XML node parameter. | |
| virtual void | finalizeTest ()=0 |
Interface of a unit test service providing a test report in the form of an XML node.
Definition at line 63 of file IUnitTest.h.
|
inlinevirtual |
Definition at line 71 of file IUnitTest.h.
|
pure virtual |
Executes the test and fills the provided XML node parameter.
Returns false for the code to stop in error, true otherwise (useful for having an error in CMake tests...).
Implemented in Arcane::UnitTestServiceAdapter< T >.
|
pure virtual |
Implemented in Arcane::UnitTestServiceAdapter< T >.
|
pure virtual |
Implemented in Arcane::UnitTestServiceAdapter< T >.