Struct RunTests
Synopsis
#include <include/internal/catch_interfaces_config.h>
struct RunTests
Description
No description yet.
Source
Lines 39-43 in include/internal/catch_interfaces_config.h.
struct RunTests { enum InWhatOrder {
InDeclarationOrder,
InLexicographicalOrder,
InRandomOrder
}; };