yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::AgentToolsTestSuite Class Reference

#include <agent_tools_test.h>

Inheritance diagram for yaze::test::AgentToolsTestSuite:
Collaboration diagram for yaze::test::AgentToolsTestSuite:

Public Member Functions

 AgentToolsTestSuite ()=default
 
 ~AgentToolsTestSuite () override=default
 
std::string GetName () const override
 
TestCategory GetCategory () const override
 
absl::Status RunTests (TestResults &results) override
 
- Public Member Functions inherited from yaze::test::TestSuite
virtual ~TestSuite ()=default
 
virtual void DrawConfiguration ()
 
virtual bool IsEnabled () const
 
virtual void SetEnabled (bool enabled)
 

Private Member Functions

void RunToolPreferencesTest (TestResults &results)
 
void RunConfigPersistenceTest (TestResults &results)
 

Additional Inherited Members

- Protected Attributes inherited from yaze::test::TestSuite
bool enabled_ = true
 

Detailed Description

Definition at line 15 of file agent_tools_test.h.

Constructor & Destructor Documentation

◆ AgentToolsTestSuite()

yaze::test::AgentToolsTestSuite::AgentToolsTestSuite ( )
default

◆ ~AgentToolsTestSuite()

yaze::test::AgentToolsTestSuite::~AgentToolsTestSuite ( )
overridedefault

Member Function Documentation

◆ GetName()

std::string yaze::test::AgentToolsTestSuite::GetName ( ) const
inlineoverridevirtual

Implements yaze::test::TestSuite.

Definition at line 20 of file agent_tools_test.h.

Referenced by RunConfigPersistenceTest(), and RunToolPreferencesTest().

◆ GetCategory()

TestCategory yaze::test::AgentToolsTestSuite::GetCategory ( ) const
inlineoverridevirtual

Implements yaze::test::TestSuite.

Definition at line 21 of file agent_tools_test.h.

References yaze::test::kUnit.

Referenced by RunConfigPersistenceTest(), and RunToolPreferencesTest().

◆ RunTests()

absl::Status yaze::test::AgentToolsTestSuite::RunTests ( TestResults & results)
inlineoverridevirtual

Implements yaze::test::TestSuite.

Definition at line 23 of file agent_tools_test.h.

References RunConfigPersistenceTest(), and RunToolPreferencesTest().

Here is the call graph for this function:

◆ RunToolPreferencesTest()

◆ RunConfigPersistenceTest()


The documentation for this class was generated from the following file: