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 MCNAPI void _say(::std::string const& text, ::std::string const& chatColor) const;
44
45 MCNAPI void _showTestSummaryIfAllDone() const;
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
52
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition TestSummaryDisplayer.h:13
MCAPI void _say(::std::string const &text, ::std::string const &chatColor) const
MCAPI void $onTestFailed(::gametest::BaseGameTestInstance &)
MCAPI void $onTestPassed(::gametest::BaseGameTestInstance &)
MCAPI void _showTestSummaryIfAllDone() const
static MCAPI void ** $vftable()
Definition BaseGameTestInstance.h:23
Definition IGameTestListener.h:12
Definition Alias.h:14