LeviLamina
Loading...
Searching...
No Matches
TestSummaryDisplayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/gametest/framework/IGameTestListener.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace gametest { class BaseGameTestInstance; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 2
31 virtual void onTestPassed(::gametest::BaseGameTestInstance&) /*override*/;
32
33 // vIndex: 3
34 virtual void onTestFailed(::gametest::BaseGameTestInstance&) /*override*/;
35
36 // vIndex: 0
37 virtual ~TestSummaryDisplayer() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI void _say(::std::string const& text, ::std::string const& chatColor) const;
44
45 MCAPI void _showTestSummaryIfAllDone() const;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCFOLD void $onTestPassed(::gametest::BaseGameTestInstance&);
58
59 MCFOLD void $onTestFailed(::gametest::BaseGameTestInstance&);
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition TestSummaryDisplayer.h:13
Definition BaseGameTestInstance.h:23
Definition IGameTestListener.h:12
Definition Alias.h:14