19#include <gtest/gtest.h>
21#include <AUI/Platform/AWindow.h>
22#include <AUI/Software/SoftwareRenderer.h>
26 class API_AUI_UITESTS
UITest :
public testing::Test {
31 void SetUp()
override;
32 void TearDown()
override;
34 void saveScreenshot(
const AString& name);
Represents a Unicode character string.
Definition AString.h:37
Definition UITestCase.h:26