#include <cppunit/extensions/HelperMacros.h>
#include <boost/assign/std/vector.hpp>
#include <boost/assign/list_of.hpp>
#include <tst/Verify.h>
#include <utl/MathExpressionGrammar.h>
#include <utl/ErrorLogger.h>
#include <utl/AugerException.h>
#include <utl/SymbolTable.h>
#include <utl/ExpressionParser.h>
#include <map>
#include <string>
#include <iostream>
Go to the source code of this file.
#define ASSERT_CLOSE |
( |
|
x, |
|
|
|
y |
|
) |
| CPPUNIT_ASSERT(Verify<CloseTo>(x, y)) |
#define ASSERT_NOTCLOSE |
( |
|
x, |
|
|
|
y |
|
) |
| CPPUNIT_ASSERT(Verify<Not<CloseTo> >(x, y)) |