#include "ns3/basic-data-calculators.h"
#include "ns3/test.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | BasicDataCalculatorsTestSuite |
MinMaxAvgTotalCalculator class TestSuite. More... | |
class | FiveDoublesTestCase |
MinMaxAvgTotalCalculator class - Test case for five double values. More... | |
class | FiveIntegersTestCase |
MinMaxAvgTotalCalculator class - Test case for five integers. More... | |
class | OneIntegerTestCase |
MinMaxAvgTotalCalculator class - Test case for a single integer. More... | |
Variables | |
static BasicDataCalculatorsTestSuite | basicDataCalculatorsTestSuite |
Static variable for test initialization. More... | |
const double | TOLERANCE = 1e-13 |
|
static |
Static variable for test initialization.
Definition at line 272 of file basic-data-calculators-test-suite.cc.
const double TOLERANCE = 1e-13 |
Definition at line 28 of file basic-data-calculators-test-suite.cc.
Referenced by OneIntegerTestCase::DoRun(), FiveIntegersTestCase::DoRun(), and FiveDoublesTestCase::DoRun().