#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
#include <stdio.h>
#include <time.h>
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include <coil/Timer.h>
#include <coil/TimeValue.h>
Go to the source code of this file.
Classes | |
class | Timer::TimerTests::Listener |
class | Timer::TimerTests |
Namespaces | |
namespace | Timer |
Defines | |
#define | JUDGEMAX 12 |
#define | JUDGEMIN 8 |
#define | Timer_cpp |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (Timer::TimerTests) |
#define JUDGEMAX 12 |
Definition at line 36 of file TimerTests.cpp.
#define JUDGEMIN 8 |
Definition at line 37 of file TimerTests.cpp.
#define Timer_cpp |
Definition at line 18 of file TimerTests.cpp.