#include <catch.hpp>
Public Types | |
using | type = T |
Public Member Functions | |
FixedValuesGenerator (std::initializer_list< T > values) | |
T const & | get () const override |
bool | next () override |
Private Attributes | |
std::vector< T > | m_values |
size_t | m_idx = 0 |
|
inherited |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
|
private |
|
private |