Classes | Macros | Functions
testAugerUnitParser.cc File Reference
#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)
 

Macro Definition Documentation

#define ASSERT_CLOSE (   x,
 
)    CPPUNIT_ASSERT(Verify<CloseTo>(x, y))

Definition at line 24 of file testAugerUnitParser.cc.

Referenced by AugerUnitParserTest::testParsing().

#define ASSERT_NOTCLOSE (   x,
 
)    CPPUNIT_ASSERT(Verify<Not<CloseTo> >(x, y))

Definition at line 25 of file testAugerUnitParser.cc.

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( AugerUnitParserTest  )

, generated on Tue Sep 26 2023.