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 MCNAPI void addListener(::std::shared_ptr<::gametest::IGameTestListener> listener);
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCNAPI static ::std::string const& sFailedOptionalTest();
35
36 MCNAPI static ::std::string const& sFailedRequiredTest();
37
38 MCNAPI static ::std::string const& sNotStartedTest();
39
40 MCNAPI static ::std::string const& sOnGoingTest();
41
42 MCNAPI static ::std::string const& sSuccessfulTest();
43 // NOLINTEND
44};
45
46} // namespace gametest
Definition MultipleTestTracker.h:12
MCAPI void addListener(::std::shared_ptr<::gametest::IGameTestListener > listener)
static MCAPI ::std::string const & sSuccessfulTest()
static MCAPI ::std::string const & sFailedRequiredTest()
static MCAPI ::std::string const & sOnGoingTest()
static MCAPI ::std::string const & sFailedOptionalTest()
static MCAPI ::std::string const & sNotStartedTest()
Definition Alias.h:14