ZeroErr
|
TestArgs is a class that is used to store the test arguments. More...
#include <unittest.h>
Public Member Functions | |
TestArgs (std::initializer_list< T > args) | |
operator T () const | |
TestArgs & | operator++ () |
size_t | size () const |
void | reset () |
Public Attributes | |
std::vector< T > | args |
TestArgs is a class that is used to store the test arguments.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<T> zeroerr::TestArgs< T >::args |