yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
test_manager.cc File Reference
#include "app/test/test_manager.h"
#include <algorithm>
#include <filesystem>
#include <random>
#include <optional>
#include "absl/status/statusor.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_replace.h"
#include "absl/synchronization/mutex.h"
#include "absl/time/clock.h"
#include "absl/time/time.h"
#include "app/core/service/screenshot_utils.h"
#include "app/gui/widgets/widget_state_capture.h"
#include "app/core/features.h"
#include "util/file_util.h"
#include "app/gfx/arena.h"
#include "app/gui/icons.h"
#include "imgui.h"
#include "util/log.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::test
 
namespace  yaze::test::anonymous_namespace{test_manager.cc}
 

Functions

std::string yaze::test::anonymous_namespace{test_manager.cc}::GenerateFailureScreenshotPath (const std::string &test_id)
 
const char * yaze::test::TestStatusToString (TestStatus status)
 
const char * yaze::test::TestCategoryToString (TestCategory category)
 
ImVec4 yaze::test::GetTestStatusColor (TestStatus status)