nlib
|
Defines a typed test. More...
#include "nn/nlib/Config.h"
#include "nn/nlib/testing/NTest.h"
#include "nn/nlib/testing/ParamTypeTypes.h"
Go to the source code of this file.
Namespaces | |
nn::nlib | |
Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs . nlib_ns is an alias. | |
nn::nlib::testing | |
Framework to test C++ code. View the description of List of testing Library Features . | |
Macros | |
Definition of the Test Function That Parameterizes Types | |
#define | TYPED_TEST_CASE(test_case, types) typedef types::type NLIB_TESTING_TYPELIST(test_case) |
Associates the type list with the test case. More... | |
#define | TYPED_TEST(test_case, test_name) |
Writes a typing test. More... | |
Defines a typed test.
Definition in file ParamType.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.