#include "test.h"#include "assert.h"#include "abort.h"#include "system-path.h"#include <math.h>#include <string.h>#include <vector>#include <list>
Include dependency graph for test.cc:Go to the source code of this file.
Classes | |
| struct | ns3::Indent |
| struct | ns3::TestCase::Result |
| struct | ns3::TestCaseFailure |
| class | ns3::TestRunnerImpl |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
| std::ostream & | ns3::operator<< (std::ostream &os, const Indent &val) |
| bool | ns3::TestDoubleIsEqual (const double a, const double b, const double epsilon=std::numeric_limits< double >::epsilon()) |
| Compare two double precision floating point numbers and declare them equal if they are within some epsilon of each other. | |