![]() |
Project
|
Unit test for parser of objects in memory pages. More...
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <iomanip>
#include <vector>
#include "../include/Algorithm/Parser.h"
#include "StaticSequenceAllocator.h"
Go to the source code of this file.
Classes | |
struct | Header |
struct | Trailer |
struct | SizedTrailer |
Macros | |
#define | BOOST_TEST_MODULE Test Algorithm Parser |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (test_forwardparser_header_and_trailer) | |
BOOST_AUTO_TEST_CASE (test_forwardparser_header_and_void_trailer) | |
BOOST_AUTO_TEST_CASE (test_forwardparser_no_frames) | |
BOOST_AUTO_TEST_CASE (test_forwardparser_format_error) | |
BOOST_AUTO_TEST_CASE (test_reverseparser) | |
Unit test for parser of objects in memory pages.
Unit test for data parsing methods in Algorithm/Parser.h.
Definition in file parser.cxx.
#define BOOST_TEST_DYN_LINK |
Definition at line 19 of file parser.cxx.
#define BOOST_TEST_MAIN |
Definition at line 18 of file parser.cxx.
#define BOOST_TEST_MODULE Test Algorithm Parser |
Definition at line 17 of file parser.cxx.
BOOST_AUTO_TEST_CASE | ( | test_forwardparser_format_error | ) |
Definition at line 175 of file parser.cxx.
BOOST_AUTO_TEST_CASE | ( | test_forwardparser_header_and_trailer | ) |
Definition at line 52 of file parser.cxx.
BOOST_AUTO_TEST_CASE | ( | test_forwardparser_header_and_void_trailer | ) |
Definition at line 96 of file parser.cxx.
BOOST_AUTO_TEST_CASE | ( | test_forwardparser_no_frames | ) |
Definition at line 137 of file parser.cxx.
BOOST_AUTO_TEST_CASE | ( | test_reverseparser | ) |
Definition at line 211 of file parser.cxx.