dlvhex  2.5.0
testsuite/TestHexParser.cpp File Reference

Test HEX parser. More...

#include <boost/cstdint.hpp>
#include "dlvhex2/HexParser.h"
#include "dlvhex2/InputProvider.h"
#include "dlvhex2/ProgramCtx.h"
#include "dlvhex2/Printer.h"
#include "dlvhex2/Registry.h"
#include "dlvhex2/Interpretation.h"
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <fstream>
Include dependency graph for TestHexParser.cpp:

Go to the source code of this file.

Defines

#define BOOST_TEST_MODULE   "TestHexParser"
#define LOG_REGISTRY_PROGRAM(ctx)

Functions

DLVHEX_NAMESPACE_USE BOOST_AUTO_TEST_CASE (testHexParserSimple)
 BOOST_AUTO_TEST_CASE (testHexParserConstraint)
 BOOST_AUTO_TEST_CASE (testHexParserBuiltinPredicates)
 BOOST_AUTO_TEST_CASE (testHexParserExternalAtoms)

Detailed Description

Test HEX parser.

Author:
Peter Schueller <ps@kr.tuwien.ac.at>

Definition in file TestHexParser.cpp.


Define Documentation

#define BOOST_TEST_MODULE   "TestHexParser"

Definition at line 43 of file TestHexParser.cpp.

#define LOG_REGISTRY_PROGRAM (   ctx)
Value:
LOG(INFO,*ctx.registry()); \
    RawPrinter printer(std::cerr, ctx.registry()); \
    std::cerr << "edb = " << *ctx.edb << std::endl; \
    LOG(INFO,"idb"); \
    printer.printmany(ctx.idb,"\n"); \
    std::cerr << std::endl; \
    LOG(INFO,"idb end");

Definition at line 49 of file TestHexParser.cpp.

Referenced by BOOST_AUTO_TEST_CASE().


Function Documentation