|
spdlog
|
#include <catch.hpp>
Public Types | |
| using | type = T |
Public Member Functions | |
| SingleValueGenerator (T const &value) | |
| SingleValueGenerator (T &&value) | |
| T const & | get () const override |
| bool | next () override |
Private Attributes | |
| T | m_value |
|
inherited |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
|
private |