#include <test_script_parser.h>
Static Public Member Functions | |
static absl::Status | WriteToFile (const TestScript &script, const std::string &path) |
static absl::StatusOr< TestScript > | ParseFromFile (const std::string &path) |
Definition at line 42 of file test_script_parser.h.
|
static |
Definition at line 159 of file test_script_parser.cc.
References yaze::test::TestScript::created_at, yaze::test::TestScript::description, yaze::test::TestScript::duration, yaze::test::TestScript::name, yaze::test::TestScript::recording_id, yaze::test::TestScript::schema_version, and yaze::test::TestScript::steps.
Referenced by yaze::test::TestRecorder::StopLocked().
|
static |
Definition at line 196 of file test_script_parser.cc.
References ASSIGN_OR_RETURN, yaze::test::TestScript::created_at, yaze::test::TestScript::description, yaze::test::TestScript::duration, yaze::test::TestScript::name, yaze::test::TestScript::recording_id, yaze::test::TestScript::schema_version, and yaze::test::TestScript::steps.