Public Member Functions | |
TORCH_API void | run (const std::string &test_string) |
TORCH_API void | run (const Graph &graph) |
TORCH_API FileCheck * | check (const std::string &str) |
TORCH_API FileCheck * | check_not (const std::string &str) |
TORCH_API FileCheck * | check_same (const std::string &str) |
TORCH_API FileCheck * | check_next (const std::string &str) |
TORCH_API FileCheck * | check_count (const std::string &str, size_t count, bool exactly=false) |
TORCH_API FileCheck * | check_dag (const std::string &str) |
TORCH_API void | reset () |
Definition at line 15 of file file_check.h.