yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::anonymous_namespace{test_script_parser.cc} Namespace Reference

Functions

std::string FormatIsoTimestamp (absl::Time time)
 
absl::StatusOr< absl::Time > ParseIsoTimestamp (const nlohmann::json &node, const char *field_name)
 
void WriteExpectSection (const TestScriptStep &step, nlohmann::json *node)
 
void PopulateStepNode (const TestScriptStep &step, nlohmann::json *node)
 
absl::StatusOr< TestScriptStepParseStep (const nlohmann::json &node)
 

Variables

constexpr int kSupportedSchemaVersion = 1
 

Function Documentation

◆ FormatIsoTimestamp()

std::string yaze::test::anonymous_namespace{test_script_parser.cc}::FormatIsoTimestamp ( absl::Time  time)

Definition at line 19 of file test_script_parser.cc.

References FormatIsoTimestamp().

Referenced by FormatIsoTimestamp().

Here is the call graph for this function:

◆ ParseIsoTimestamp()

absl::StatusOr< absl::Time > yaze::test::anonymous_namespace{test_script_parser.cc}::ParseIsoTimestamp ( const nlohmann::json &  node,
const char *  field_name 
)

Definition at line 26 of file test_script_parser.cc.

References ParseIsoTimestamp().

Referenced by ParseIsoTimestamp().

Here is the call graph for this function:

◆ WriteExpectSection()

void yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection ( const TestScriptStep step,
nlohmann::json *  node 
)

◆ PopulateStepNode()

◆ ParseStep()

Variable Documentation

◆ kSupportedSchemaVersion

constexpr int yaze::test::anonymous_namespace{test_script_parser.cc}::kSupportedSchemaVersion = 1
constexpr

Definition at line 17 of file test_script_parser.cc.