This class is an list of options.
Definition: CORE_OptionsList.h:36
This class is a Run class for core package.
Definition: CORE_Run.h:44
This class is a test class for core package.
Definition: CORE_Test.h:42
This class is a Test class for EMicroM package which uses the module tests.
Definition: MPI_Test.h:15
virtual const std::vector< tString > & getElementaryTests() const =0
get the elementary tests classes
virtual const std::vector< tString > & getPrimaryTests() const =0
get the primary tests classes
virtual tBoolean elementaryTests(const CORE_Run &runner, const CORE_OptionsList &options) const override
execute the elementary tests
Definition: MPI_Test.cpp:133
virtual tBoolean primaryTests(const CORE_Run &runner, const CORE_OptionsList &options) const override
execute the primary tests
Definition: MPI_Test.cpp:76
virtual const std::vector< tString > & getCaseTests() const =0
get the case tests classes
virtual tBoolean caseTests(const CORE_Run &runner, const CORE_OptionsList &options) const override
execute the case tests
Definition: MPI_Test.cpp:185
MPI_Test(void)
create the class
Definition: MPI_Test.cpp:12
virtual tBoolean execute(const CORE_Run &runner, const CORE_OptionsList &options) const override
execute the tests
Definition: MPI_Test.cpp:22
virtual ~MPI_Test(void)
destroy the class
Definition: MPI_Test.cpp:16