13#ifndef ARCANE_CORE_IUNITTEST_H
14#define ARCANE_CORE_IUNITTEST_H
71 virtual void buildInitializeTest() {}
72 virtual void initializeTest() = 0;
80 virtual void finalizeTest() = 0;
Arcane configuration file.
Interface of a unit test service.
virtual void initializeTest()=0
Method called after reading the dataset to initialize the test.
virtual void buildInitializeTest()
Method called after reading the dataset but before reading the mesh.
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 providing a test report in the form of an XML node.
virtual bool executeTest(XmlNode &report)=0
Executes the test and fills the provided XML node parameter.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --