#include <SETestErrorStatistics.h>
|
| SETestErrorStatistics (Logger *logger) |
|
void | Unload (CDM::TestErrorStatisticsData &data) const |
|
virtual void | Debug (const char *msg, const char *origin="") const |
|
virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
|
virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
|
virtual void | Info (const char *msg, const char *origin="") const |
|
virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
|
virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
|
virtual void | Warning (const char *msg, const char *origin="") const |
|
virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
|
virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
|
virtual void | Error (const char *msg, const char *origin="") const |
|
virtual void | Error (const std::string msg, const std::string origin=empty) const |
|
virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
|
virtual void | Fatal (const char *msg, const char *origin="") const |
|
virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
|
virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
|
biogears::SETestErrorStatistics::SETestErrorStatistics |
( |
Logger * |
logger | ) |
|
|
protected |
biogears::SETestErrorStatistics::~SETestErrorStatistics |
( |
| ) |
|
|
virtual |
void biogears::SETestErrorStatistics::AddDifference |
( |
const std::string & |
difference | ) |
|
void biogears::SETestErrorStatistics::Clear |
( |
| ) |
|
|
virtual |
double biogears::SETestErrorStatistics::GetAverageError |
( |
| ) |
const |
std::string biogears::SETestErrorStatistics::GetComputedPropertyID |
( |
| ) |
const |
const std::vector< std::string > * biogears::SETestErrorStatistics::GetDifferences |
( |
| ) |
const |
std::string biogears::SETestErrorStatistics::GetExpectedPropertyID |
( |
| ) |
const |
double biogears::SETestErrorStatistics::GetMaximumError |
( |
| ) |
const |
double biogears::SETestErrorStatistics::GetMinimumError |
( |
| ) |
const |
int biogears::SETestErrorStatistics::GetNumberOfErrors |
( |
| ) |
const |
SEFunction & biogears::SETestErrorStatistics::GetPercentToleranceVsNumErrorsHistogram |
( |
| ) |
|
std::string biogears::SETestErrorStatistics::GetPropertyName |
( |
| ) |
const |
double biogears::SETestErrorStatistics::GetStandardDeviation |
( |
| ) |
const |
bool biogears::SETestErrorStatistics::HasPercentTolerancevsNumErrorsHistogram |
( |
| ) |
const |
bool biogears::SETestErrorStatistics::IsValid |
( |
| ) |
|
void biogears::SETestErrorStatistics::Reset |
( |
| ) |
|
|
virtual |
void biogears::SETestErrorStatistics::SetAverageError |
( |
double |
AverageError | ) |
|
void biogears::SETestErrorStatistics::SetComputedPropertyID |
( |
const std::string & |
ComputedPropertyID | ) |
|
void biogears::SETestErrorStatistics::SetExpectedPropertyID |
( |
const std::string & |
ExpectedPropertyID | ) |
|
void biogears::SETestErrorStatistics::SetMaximumError |
( |
double |
MaximumError | ) |
|
void biogears::SETestErrorStatistics::SetMinimumError |
( |
double |
MinimumError | ) |
|
void biogears::SETestErrorStatistics::SetNumberOfErrors |
( |
int |
NumberOfErrors | ) |
|
void biogears::SETestErrorStatistics::SetPercentToleranceVsNumErrorsHistogram |
( |
SEFunction * |
PercentToleranceVsNumErrors | ) |
|
void biogears::SETestErrorStatistics::SetPropertyName |
( |
const std::string & |
PropertyName | ) |
|
void biogears::SETestErrorStatistics::SetStandardDeviation |
( |
double |
StandardDeviation | ) |
|
double biogears::SETestErrorStatistics::m_AverageError |
|
protected |
std::string biogears::SETestErrorStatistics::m_ComputedPropertyID |
|
protected |
std::vector<std::string> biogears::SETestErrorStatistics::m_Differences |
|
protected |
std::string biogears::SETestErrorStatistics::m_ExpectedPropertyID |
|
protected |
double biogears::SETestErrorStatistics::m_MaximumError |
|
protected |
double biogears::SETestErrorStatistics::m_MinimumError |
|
protected |
int biogears::SETestErrorStatistics::m_NumberOfErrors |
|
protected |
double biogears::SETestErrorStatistics::m_PercentTolerance |
|
protected |
SEFunction* biogears::SETestErrorStatistics::m_PercentToleranceVsNumErrorsHistogram |
|
protected |
std::string biogears::SETestErrorStatistics::m_PropertyName |
|
protected |
double biogears::SETestErrorStatistics::m_StandardDeviation |
|
protected |
friend biogears::SETestErrorStatistics::SETestCase |
|
private |
friend biogears::SETestErrorStatistics::SETestSuite |
|
private |