Package net.minecraft.test
package net.minecraft.test
-
ClassDescription
AfterBatch
methods are ran once the batch specified has finished.BeforeBatch
methods are ran before the batch specified has started.CustomTestProvider
methods return aCollection<TestFunction>
.GameTest
is used to tell the test framework that the annotated method is a test.