libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
factoring.cpp File Reference
#include "stdafx.h"
#include <boost/test/included/unit_test.hpp>
#include "core/factoring.hpp"
Include dependency graph for factoring.cpp:

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   libjmmcg_tests
 

Functions

std::ostream & std::operator<< (std::ostream &os, factoring::collection_type const &c) noexcept(false)
 
 BOOST_AUTO_TEST_CASE (check_values)
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   libjmmcg_tests

Definition at line 21 of file factoring.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( check_values  )

Definition at line 41 of file factoring.cpp.

◆ operator<<()

std::ostream & std::operator<< ( std::ostream &  os,
factoring::collection_type const &  c 
)
noexcept

Definition at line 30 of file factoring.cpp.