#include <gslib/test/assert_new.h>
#include <boost/test/auto_unit_test.hpp>
#include <gslib/static_container/string.h>
#include "test_string.h"
Include dependency graph for string_test.cpp:
Go to the source code of this file.
Classes | |
struct | StringGen |
struct | StringGen::gen |
Defines | |
#define | BOOST_AUTO_TEST_MAIN |
Functions | |
BOOST_AUTO_UNIT_TEST (test_string_basic) |
|
Definition at line 2 of file string_test.cpp. |
|
Definition at line 17 of file string_test.cpp.
00017 {
00018 test::assert_new::begin(); // new 呼び出しに怒り狂う!
00019 test_string< StringGen >();
00020 test::assert_new::end();
00021 }
|