Searched defs:ContextOptions (Results 1 – 1 of 1) sorted by relevance
942 struct ContextOptions //!OCLINT too many fields struct944 std::ostream* cout = nullptr; // stdout stream945 String binary_name; // the test binary name947 const detail::TestCase* currentTest = nullptr;950 String out; // output filename951 String order_by; // how tests should be ordered952 unsigned rand_seed; // the seed for rand ordering965 bool quiet; // no console output982 bool help; // to print the help983 bool version; // to print the version[all …]