Interface of a unit test service. More...
#include <arcane/core/IUnitTest.h>
Public Member Functions | |
| virtual void | buildInitializeTest () |
| Method called after reading the dataset but before reading the mesh. | |
| virtual void | initializeTest ()=0 |
| Method called after reading the dataset to initialize the test. | |
| virtual void | executeTest ()=0 |
| Method called to execute the test. | |
| virtual void | finalizeTest ()=0 |
| Method called to release resources at the end of execution. | |
Interface of a unit test service.
Definition at line 34 of file IUnitTest.h.
|
inlinevirtual |
Method called after reading the dataset but before reading the mesh.
Definition at line 43 of file IUnitTest.h.
|
pure virtual |
Method called to execute the test.
Implemented in Arcane::BasicUnitTest.
|
pure virtual |
Method called to release resources at the end of execution.
Implemented in Arcane::BasicUnitTest.
|
pure virtual |
Method called after reading the dataset to initialize the test.
Implemented in Arcane::BasicUnitTest.