Searched defs:TestParams (Results 1 – 2 of 2) sorted by relevance
37 struct TestParams { struct38 explicit TestParams(std::string_view testSrc, std::string testArgsList = std::string {}, in TestParams() argument45 std::string_view src;46 std::string argsList;47 int argsCount;48 std::string_view fileName;50 static constexpr int ARGS_COUNT_DEFAULT = 1;51 static constexpr std::string_view FILE_NAME_DEFAULT = "dummy.sts";
31 struct TestParams { struct32 bool expected;33 std::string libraryPath;34 std::string libraryFile;