LeviLamina
Loading...
Searching...
No Matches
GameTestRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace gametest { class BaseGameTestFunction; }
8// clang-format on
9
10namespace gametest {
11
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 GameTestRegistry& operator=(GameTestRegistry const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void clearAllTestMethods();
33
34 MCAPI void generateTagsList();
35
36 MCAPI bool
37 registerTestMethod(::std::string const& className, ::std::shared_ptr<::gametest::BaseGameTestFunction> fn);
38 // NOLINTEND
39};
40
41} // namespace gametest
Definition GameTestRegistry.h:12
Definition Alias.h:14