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