12#ifndef ARCANE_CORE_IVERIFIERSERVICE_H
13#define ARCANE_CORE_IVERIFIERSERVICE_H
92 virtual String resultfileName()
const = 0;
Declarations of Arcane's general types.
Interface of the data verification service between two executions.
virtual void setResultFileName(const String &file_name)=0
Name of the file containing the results.
virtual void writeReferenceFile()=0
Writes the reference file.
eCompareMode
Comparison mode.
@ Values
Compare all values.
@ HashOnly
Compares only the hashes of the values.
virtual void setSubDir(const String &sub_dir)=0
Sets the name of the subdirectory containing the reference values.
virtual String subDir() const =0
Name of the file containing the reference values.
virtual ~IVerifierService()=default
Frees resources.
virtual void doVerifFromReferenceFile(bool parallel_sequential, bool compare_ghost)=0
Performs the verification from the reference file.
virtual void setComputeDifferenceMethod(eVariableComparerComputeDifferenceMethod v)=0
Method to use for calculating the difference between two values.
virtual void setFileName(const String &file_name)=0
Sets the name of the file containing the reference values.
virtual void setCompareMode(eCompareMode v)=0
Desired comparison type.
virtual String fileName() const =0
Name of the file containing the reference values.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
eVariableComparerComputeDifferenceMethod
Method used to calculate the difference between two values v1 and v2.