Class BookshelfGameTests
java.lang.Object
net.darkhax.bookshelf.impl.gametest.BookshelfGameTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<net.minecraft.gametest.framework.TestFunction>generate()static <T> voidtestFrom(Collection<net.minecraft.gametest.framework.TestFunction> functions, T testImpl) Generates tests from a pre-instantiated instance of a class.
-
Constructor Details
-
BookshelfGameTests
public BookshelfGameTests()
-
-
Method Details
-
generate
-
testFrom
public static <T> void testFrom(Collection<net.minecraft.gametest.framework.TestFunction> functions, T testImpl) Generates tests from a pre-instantiated instance of a class.- Type Parameters:
T- The type of class to load classes from.- Parameters:
functions- The collection to register newly generated functions into.testImpl- The implementation of the test class.
-