13#ifndef ARCANE_CORE_BASICUNITTEST_H
14#define ARCANE_CORE_BASICUNITTEST_H
18#include "arcane/core/IUnitTest.h"
19#include "arcane/core/BasicService.h"
34class ARCANE_CORE_EXPORT BasicUnitTest
41 ~BasicUnitTest()
override;
void executeTest() override
Method called to execute the test.
void initializeTest() override
Method called after reading the dataset to initialize the test.
void finalizeTest() override
Method called to release resources at the end of execution.
Interface of a unit test service.
Structure containing the information to create a service.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --