#include "Tester.h"
#include <ctime>
#include <iostream>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "PathResult.h"
#include "Line.h"
#include "Station.h"
#include "DVPStationDBLoader.h"
#include "IPathFinder.h"
Macros | |
#define | TEST(assertion) |
#define TEST | ( | assertion | ) |
Valeur :
{if((assertion) == false) \ { \ wcout << #assertion << L" à echoué" << endl; \ wstring truc; \ wcin >> truc; \ } \ else \ wcout << "OK" << endl;}