yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
test_recorder.cc File Reference
#include "app/test/test_recorder.h"
#include <utility>
#include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "app/test/test_script_parser.h"
#include "app/test/test_manager.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_recorder.cc}
 

Variables

constexpr absl::Duration yaze::test::anonymous_namespace{test_recorder.cc}::kTestCompletionTimeout = absl::Seconds(10)
 
constexpr absl::Duration yaze::test::anonymous_namespace{test_recorder.cc}::kPollInterval = absl::Milliseconds(50)