#include <test_manager.h>
Inherited by yaze::test::ArenaTestSuite, yaze::test::E2ETestSuite, yaze::test::EmulatorTestSuite, yaze::test::IntegratedTestSuite, yaze::test::PerformanceTestSuite, yaze::test::RomDependentTestSuite, yaze::test::UITestSuite, yaze::test::UnitTestSuite, and yaze::test::ZSCustomOverworldTestSuite.
Definition at line 100 of file test_manager.h.
◆ ~TestSuite()
virtual yaze::test::TestSuite::~TestSuite |
( |
| ) |
|
|
virtualdefault |
◆ GetName()
virtual std::string yaze::test::TestSuite::GetName |
( |
| ) |
const |
|
pure virtual |
◆ GetCategory()
virtual TestCategory yaze::test::TestSuite::GetCategory |
( |
| ) |
const |
|
pure virtual |
◆ RunTests()
virtual absl::Status yaze::test::TestSuite::RunTests |
( |
TestResults & |
results | ) |
|
|
pure virtual |
◆ DrawConfiguration()
virtual void yaze::test::TestSuite::DrawConfiguration |
( |
| ) |
|
|
inlinevirtual |
◆ IsEnabled()
virtual bool yaze::test::TestSuite::IsEnabled |
( |
| ) |
const |
|
inlinevirtual |
◆ SetEnabled()
virtual void yaze::test::TestSuite::SetEnabled |
( |
bool |
enabled | ) |
|
|
inlinevirtual |
◆ enabled_
bool yaze::test::TestSuite::enabled_ = true |
|
protected |
The documentation for this class was generated from the following file: