|
CellModules
|
#include <catch.hpp>
Public Member Functions | |
| ValuesGenerator () | |
| void | add (T value) |
| virtual T | getValue (std::size_t index) const |
| virtual std::size_t | size () const |
Private Attributes | |
| std::vector< T > | m_values |
|
inline |
|
inline |
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
inlinevirtual |
Implements Catch::IGenerator< T >.
|
private |