Package net.minecraft.test
Class TestExecutor
java.lang.Object
net.minecraft.test.TestExecutor
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<TestTracker>
private final List<com.mojang.datafixers.util.Pair<TestBatch,
Collection<TestTracker>>> private int
private TestResultList
private final BlockPos
private final ServerWorld
private static final org.apache.logging.log4j.Logger
private BlockPos.Mutable
private final Map<TestTracker,
BlockPos> private final int
private final TestCollection
-
Constructor Summary
ConstructorDescriptionTestExecutor
(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
createStructuresForBatch
(Collection<TestTracker> p_229480_1_) private void
runBatch
(int p_229477_1_) void
start()
private void
testCompleted
(TestTracker p_229479_1_)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
firstTestNorthWestCorner
-
level
-
testTicker
-
testsPerRow
private final int testsPerRow -
allTestInfos
-
northWestCorners
-
batches
-
currentBatchTracker
-
currentBatchIndex
private int currentBatchIndex -
nextTestNorthWestCorner
-
-
Constructor Details
-
TestExecutor
public TestExecutor(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_)
-
-
Method Details
-
getTestInfos
-
start
public void start() -
runBatch
private void runBatch(int p_229477_1_) -
testCompleted
-
createStructuresForBatch
-