| AssertChanged(const std::string &baseline_name) | yaze::test::ScreenshotAssertion | |
| AssertMatchesReference(const std::string &reference_path) | yaze::test::ScreenshotAssertion | |
| AssertMatchesScreenshot(const Screenshot &expected) | yaze::test::ScreenshotAssertion | |
| AssertPixelColor(int x, int y, uint8_t r, uint8_t g, uint8_t b, int tolerance=10) | yaze::test::ScreenshotAssertion | |
| AssertRegionContainsColor(const ScreenRegion ®ion, uint8_t r, uint8_t g, uint8_t b, float min_coverage=0.1f) | yaze::test::ScreenshotAssertion | |
| AssertRegionExcludesColor(const ScreenRegion ®ion, uint8_t r, uint8_t g, uint8_t b, int tolerance=10) | yaze::test::ScreenshotAssertion | |
| AssertRegionMatches(const std::string &reference_path, const ScreenRegion ®ion) | yaze::test::ScreenshotAssertion | |
| AssertUnchanged(const std::string &baseline_name) | yaze::test::ScreenshotAssertion | |
| baselines_ | yaze::test::ScreenshotAssertion | private |
| capture_callback_ | yaze::test::ScreenshotAssertion | private |
| CaptureBaseline(const std::string &name) | yaze::test::ScreenshotAssertion | |
| CaptureCallback typedef | yaze::test::ScreenshotAssertion | |
| CaptureScreen() | yaze::test::ScreenshotAssertion | |
| ClearBaselines() | yaze::test::ScreenshotAssertion | inline |
| ColorsMatch(uint8_t r1, uint8_t g1, uint8_t b1, uint8_t r2, uint8_t g2, uint8_t b2, int threshold) const | yaze::test::ScreenshotAssertion | private |
| Compare(const Screenshot &actual, const Screenshot &expected) | yaze::test::ScreenshotAssertion | |
| ComparePerceptualHash(const Screenshot &actual, const Screenshot &expected) | yaze::test::ScreenshotAssertion | private |
| ComparePixelExact(const Screenshot &actual, const Screenshot &expected, const ScreenRegion ®ion) | yaze::test::ScreenshotAssertion | private |
| CompareRegion(const Screenshot &actual, const Screenshot &expected, const ScreenRegion ®ion) | yaze::test::ScreenshotAssertion | |
| CompareStructural(const Screenshot &actual, const Screenshot &expected) | yaze::test::ScreenshotAssertion | private |
| config_ | yaze::test::ScreenshotAssertion | private |
| FindDifferingRegions(const Screenshot &actual, const Screenshot &expected, int threshold) | yaze::test::ScreenshotAssertion | private |
| GenerateDiffImage(const Screenshot &actual, const Screenshot &expected, const std::string &output_path) | yaze::test::ScreenshotAssertion | |
| GetBaseline(const std::string &name) const | yaze::test::ScreenshotAssertion | |
| GetConfig() const | yaze::test::ScreenshotAssertion | inline |
| LoadReference(const std::string &path) | yaze::test::ScreenshotAssertion | |
| LoadScreenshot(const std::string &path) | yaze::test::ScreenshotAssertion | static |
| SaveAsReference(const std::string &path) | yaze::test::ScreenshotAssertion | |
| SaveScreenshot(const Screenshot &screenshot, const std::string &path) | yaze::test::ScreenshotAssertion | static |
| ScreenshotAssertion() | yaze::test::ScreenshotAssertion | |
| SetCaptureCallback(CaptureCallback callback) | yaze::test::ScreenshotAssertion | inline |
| SetConfig(const ComparisonConfig &config) | yaze::test::ScreenshotAssertion | inline |
| ~ScreenshotAssertion()=default | yaze::test::ScreenshotAssertion | |