JayBeams  0.1
Another project to have fun coding.
Functions
ut_map_based_order_book.cpp File Reference
#include <jb/itch5/map_based_order_book.hpp>
#include <jb/itch5/testing/ut_type_based_order_book.hpp>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (map_based_order_book_trivial)
 
 BOOST_AUTO_TEST_CASE (map_based_order_book_test)
 
 BOOST_AUTO_TEST_CASE (map_based_order_book_errors)
 
 BOOST_AUTO_TEST_CASE (map_based_order_book_config_simple)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( map_based_order_book_trivial  )
Test:
Trivial verification that map_based_order_book works as expected.

Definition at line 9 of file ut_map_based_order_book.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( map_based_order_book_test  )
Test:
Verify that map_based_order_book handles add and reduce as expected.

Definition at line 17 of file ut_map_based_order_book.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( map_based_order_book_errors  )
Test:
Verify that map_based_order_book handles errors as expected.

Definition at line 25 of file ut_map_based_order_book.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( map_based_order_book_config_simple  )
Test:
Verify that map_based_order_book::config works as expected.

Definition at line 33 of file ut_map_based_order_book.cpp.