#include <cppunit/extensions/HelperMacros.h>#include <boost/assign/std/vector.hpp>#include <boost/assign/list_of.hpp>#include <tst/Verify.h>#include <utl/UnitGrammar.h>#include <utl/ErrorLogger.h>#include <utl/AugerException.h>#include <utl/SymbolTable.h>#include <map>#include <string>#include <iostream>Go to the source code of this file.
Classes | |
| class | AugerUnitParserTest |
Macros | |
| #define | ASSERT_CLOSE(x, y) CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
| #define | ASSERT_NOTCLOSE(x, y) CPPUNIT_ASSERT(Verify<Not<CloseTo> >(x, y)) |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (AugerUnitParserTest) | |
| #define ASSERT_CLOSE | ( | x, | |
| y | |||
| ) | CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
Definition at line 24 of file testAugerUnitParser.cc.
Referenced by AugerUnitParserTest::testParsing().
Definition at line 25 of file testAugerUnitParser.cc.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | AugerUnitParserTest | ) |