nlib
|
このファイルをインクルードすることでtesting
ライブラリの機能を全て使うことができます。
[詳解]
#include "nn/nlib/Config.h"
#include "nn/nlib/testing/NTest.h"
#include "nn/nlib/testing/Pred.h"
#include "nn/nlib/testing/Printer.h"
#include "nn/nlib/testing/ParamValue.h"
#include "nn/nlib/testing/ParamType.h"
名前空間 | |
nn::nlib | |
共通して使われることの多いストリーム関連のクラス群や各種コンテナ、及びガシェットクラスが実装されています。nlib_ns はエイリアスです。 | |
nn::nlib::testing | |
C++のコードをテストするためのフレームワークです。testingライブラリの機能一覧 の説明も御覧ください。 | |
マクロ定義 | |
#define | NLIB_TESTING_OSTREAM ::nlib_ns::testing::detail_func::DummyStream |
testing ライブラリにおいてstd::ostream の代わりに利用されます。 [詳解] | |
このファイルをインクルードすることでtesting
ライブラリの機能を全て使うことができます。
testing.h に定義があります。
© 2012-2017 Nintendo Co., Ltd. All rights reserved.