LeviLamina
Loading...
Searching...
No Matches
MultipleTestTracker.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace gametest { class IGameTestListener; }
8// clang-format on
9
10namespace gametest {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void addListener(::std::shared_ptr<::gametest::IGameTestListener> listener);
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCAPI static ::std::string const& sFailedOptionalTest();
35
36 MCAPI static ::std::string const& sFailedRequiredTest();
37
38 MCAPI static ::std::string const& sNotStartedTest();
39
40 MCAPI static ::std::string const& sOnGoingTest();
41
42 MCAPI static ::std::string const& sSuccessfulTest();
43 // NOLINTEND
44};
45
46} // namespace gametest
Definition MultipleTestTracker.h:12
Definition Alias.h:14