#include <chrono>#include <functional>#include <memory>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"
Go to the source code of this file.
Classes | |
| struct | yaze::test::VisionVerificationResult |
| Result of an AI vision verification check. More... | |
| struct | yaze::test::VisionVerifierConfig |
| Configuration for vision verification. More... | |
| class | yaze::test::AIVisionVerifier |
| AI-powered visual verification for GUI testing. More... | |
| class | yaze::test::ScopedIterativeVerification |
| RAII helper for iterative verification sessions. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::test |
Typedefs | |
| using | yaze::test::ScreenshotCaptureCallback |
| Callback for custom screenshot capture. | |