Class TestExecutor

java.lang.Object
net.minecraft.test.TestExecutor

public class TestExecutor extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • firstTestNorthWestCorner

      private final BlockPos firstTestNorthWestCorner
    • level

      private final ServerWorld level
    • testTicker

      private final TestCollection testTicker
    • testsPerRow

      private final int testsPerRow
    • allTestInfos

      private final List<TestTracker> allTestInfos
    • northWestCorners

      private final Map<TestTracker,BlockPos> northWestCorners
    • batches

      private final List<com.mojang.datafixers.util.Pair<TestBatch,Collection<TestTracker>>> batches
    • currentBatchTracker

      private TestResultList currentBatchTracker
    • currentBatchIndex

      private int currentBatchIndex
    • nextTestNorthWestCorner

      private BlockPos.Mutable nextTestNorthWestCorner
  • Constructor Details

  • Method Details

    • getTestInfos

      public List<TestTracker> getTestInfos()
    • start

      public void start()
    • runBatch

      private void runBatch(int p_229477_1_)
    • testCompleted

      private void testCompleted(TestTracker p_229479_1_)
    • createStructuresForBatch

      private void createStructuresForBatch(Collection<TestTracker> p_229480_1_)