Class DeferredWorkQueueTest

java.lang.Object
net.neoforged.neoforge.oldtest.DeferredWorkQueueTest

public class DeferredWorkQueueTest extends Object
Tests that the DeferredWorkQueue properly executes enqueued tasks and forwards any exceptions thrown by those tasks
  • Field Details

  • Constructor Details

    • DeferredWorkQueueTest

      public DeferredWorkQueueTest()
  • Method Details

    • onCommonSetup

      public static void onCommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
    • executeThrowingRunnable

      private static void executeThrowingRunnable()
    • executeThrowingSupplier

      private static String executeThrowingSupplier()