Euphoria
utils.h File Reference
#include "catch2/catch_all.hpp"

Go to the source code of this file.

Macros

#define CATCH_IS_VECTOR(TYPE, ...)    Catch::Matchers::Equals(std::vector<TYPE> {__VA_ARGS__})
 
#define GENERATE_AS(T, ...)   GENERATE(Catch::Generators::as<T> {}, __VA_ARGS__)
 

Macro Definition Documentation

◆ CATCH_IS_VECTOR

#define CATCH_IS_VECTOR (   TYPE,
  ... 
)     Catch::Matchers::Equals(std::vector<TYPE> {__VA_ARGS__})

Definition at line 6 of file utils.h.

◆ GENERATE_AS

#define GENERATE_AS (   T,
  ... 
)    GENERATE(Catch::Generators::as<T> {}, __VA_ARGS__)

Definition at line 9 of file utils.h.