#include <test_script_parser.h>
Public Attributes | |
std::string | action |
std::string | target |
std::string | click_type |
std::string | text |
bool | clear_first = false |
std::string | condition |
int | timeout_ms = 0 |
std::string | region |
std::string | format |
bool | expect_success = true |
std::string | expect_status |
std::string | expect_message |
std::vector< std::string > | expect_assertion_failures |
std::map< std::string, int32_t > | expect_metrics |
Definition at line 15 of file test_script_parser.h.
std::string yaze::test::TestScriptStep::action |
Definition at line 16 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::target |
Definition at line 17 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::click_type |
Definition at line 18 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::text |
Definition at line 19 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
bool yaze::test::TestScriptStep::clear_first = false |
Definition at line 20 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::condition |
Definition at line 21 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
int yaze::test::TestScriptStep::timeout_ms = 0 |
Definition at line 22 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::region |
Definition at line 23 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
std::string yaze::test::TestScriptStep::format |
Definition at line 24 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode(), and yaze::test::TestRecorder::StopLocked().
bool yaze::test::TestScriptStep::expect_success = true |
Definition at line 25 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::TestRecorder::StopLocked(), and yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection().
std::string yaze::test::TestScriptStep::expect_status |
Definition at line 26 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::TestRecorder::StopLocked(), and yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection().
std::string yaze::test::TestScriptStep::expect_message |
Definition at line 27 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::TestRecorder::StopLocked(), and yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection().
std::vector<std::string> yaze::test::TestScriptStep::expect_assertion_failures |
Definition at line 28 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::TestRecorder::StopLocked(), and yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection().
std::map<std::string, int32_t> yaze::test::TestScriptStep::expect_metrics |
Definition at line 29 of file test_script_parser.h.
Referenced by yaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep(), yaze::test::TestRecorder::StopLocked(), and yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection().