nlib
|
Defines a test that parameterizes values. More...
#include "nn/nlib/Config.h"
#include "nn/nlib/testing/NTest.h"
#include "nn/nlib/testing/ParamValueTypes.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/Nlist.h"
Go to the source code of this file.
Namespaces | |
nn::nlib | |
Implements stream-related classes usually commonly used, various containers, and other gadget classes. 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 Values | |
#define | TEST_P(test_case, test_name) |
Defines a test that parameterizes values. More... | |
#define | INSTANTIATE_TEST_CASE_P(prefix, test_case, generator) |
Provides a parameter to test. More... | |
Defines a test that parameterizes values.
Definition in file ParamValue.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.