Class TestExecutor


  • public class TestExecutor
    extends java.lang.Object
    • Field Detail

      • LOGGER

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

        private final BlockPos firstTestNorthWestCorner
      • testsPerRow

        private final int testsPerRow
      • allTestInfos

        private final java.util.List<TestTracker> allTestInfos
      • batches

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

        private int currentBatchIndex
    • Method Detail

      • getTestInfos

        public java.util.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​(java.util.Collection<TestTracker> p_229480_1_)