Project
Loading...
Searching...
No Matches
parser.cxx File Reference

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)
 

Detailed Description

Unit test for parser of objects in memory pages.

Unit test for data parsing methods in Algorithm/Parser.h.

Author
Matthias Richter
Since
2017-09-27
Author
Matthias Richter
Since
2017-09-20

Definition in file parser.cxx.

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 19 of file parser.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 18 of file parser.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test Algorithm Parser

Definition at line 17 of file parser.cxx.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( test_forwardparser_format_error  )

Definition at line 175 of file parser.cxx.

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( test_forwardparser_header_and_trailer  )

Definition at line 52 of file parser.cxx.

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( test_forwardparser_header_and_void_trailer  )

Definition at line 96 of file parser.cxx.

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( test_forwardparser_no_frames  )

Definition at line 137 of file parser.cxx.

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( test_reverseparser  )

Definition at line 211 of file parser.cxx.