SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <boost/test/unit_test.hpp>
#include "src/surf/surf_interface.hpp"
#include "src/surf/trace_mgr.hpp"
#include "xbt/log.h"
#include "xbt/misc.h"
#include <math.h>
Classes | |
class | MockedResource |
Macros | |
#define | BOOST_TEST_MODULE Trace Manager tests |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_NO_MAIN |
Functions | |
bool | init_unit_test () |
XBT_LOG_NEW_DEFAULT_CATEGORY (unit, "Unit tests of the Trace Manager") | |
static void | trace2vector (const char *str, std::vector< tmgr::DatedValue > *whereto) |
BOOST_AUTO_TEST_CASE (one_evt_noloop) | |
BOOST_AUTO_TEST_CASE (two_evt_noloop) | |
BOOST_AUTO_TEST_CASE (three_evt_noloop) | |
BOOST_AUTO_TEST_CASE (two_evt_loop) | |
BOOST_AUTO_TEST_CASE (two_evt_start0_loop) | |
static bool | init_function () |
int | main (int argc, char **argv) |
Variables | |
double | thedate |
#define BOOST_TEST_MODULE Trace Manager tests |
#define BOOST_TEST_DYN_LINK |
#define BOOST_TEST_NO_MAIN |
bool init_unit_test | ( | ) |
XBT_LOG_NEW_DEFAULT_CATEGORY | ( | unit | , |
"Unit tests of the Trace Manager" | |||
) |
|
static |
BOOST_AUTO_TEST_CASE | ( | one_evt_noloop | ) |
BOOST_AUTO_TEST_CASE | ( | two_evt_noloop | ) |
BOOST_AUTO_TEST_CASE | ( | three_evt_noloop | ) |
BOOST_AUTO_TEST_CASE | ( | two_evt_loop | ) |
BOOST_AUTO_TEST_CASE | ( | two_evt_start0_loop | ) |
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
double thedate |