NorMIT-nav  18.04
An IGT application
Catch::Generators Namespace Reference

Functions

template<typename T >
CompositeGenerator< T > between (T from, T to)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2, T val3)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2, T val3, T val4)
 

Function Documentation

template<typename T >
CompositeGenerator<T> Catch::Generators::between ( from,
to 
)

Definition at line 3121 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2 
)

Definition at line 3128 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2,
val3 
)

Definition at line 3138 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2,
val3,
val4 
)

Definition at line 3149 of file catch.hpp.