nlib
ParamValue.h File Reference

Defines a test that parameterizes values. More...

#include <vector>
#include "nn/nlib/Config.h"
#include "nn/nlib/testing/NTest.h"
#include "nn/nlib/testing/ParamValueTypes.h"
#include "nn/nlib/UniquePtr.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 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...
 

Detailed Description

Defines a test that parameterizes values.

Definition in file ParamValue.h.