yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
test_script_parser.cc File Reference
#include "app/test/test_script_parser.h"
#include <filesystem>
#include <fstream>
#include <sstream>
#include "absl/strings/ascii.h"
#include "absl/strings/str_format.h"
#include "absl/time/clock.h"
#include "nlohmann/json.hpp"
#include "util/macro.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::test
 
namespace  yaze::test::anonymous_namespace{test_script_parser.cc}
 

Functions

std::string yaze::test::anonymous_namespace{test_script_parser.cc}::FormatIsoTimestamp (absl::Time time)
 
absl::StatusOr< absl::Time > yaze::test::anonymous_namespace{test_script_parser.cc}::ParseIsoTimestamp (const nlohmann::json &node, const char *field_name)
 
void yaze::test::anonymous_namespace{test_script_parser.cc}::WriteExpectSection (const TestScriptStep &step, nlohmann::json *node)
 
void yaze::test::anonymous_namespace{test_script_parser.cc}::PopulateStepNode (const TestScriptStep &step, nlohmann::json *node)
 
absl::StatusOr< TestScriptStepyaze::test::anonymous_namespace{test_script_parser.cc}::ParseStep (const nlohmann::json &node)
 

Variables

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