Class ItemStackTests
java.lang.Object
net.darkhax.bookshelf.impl.gametest.tests.ItemStackTests
- All Implemented Interfaces:
ITestable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a default batch name that will supersede the annotation default when not null.voidtest_stack(net.minecraft.gametest.framework.GameTestHelper helper) voidtest_stack_tag(net.minecraft.gametest.framework.GameTestHelper helper)
-
Constructor Details
-
ItemStackTests
public ItemStackTests()
-
-
Method Details
-
getDefaultBatch
Description copied from interface:ITestableGets a default batch name that will supersede the annotation default when not null.- Specified by:
getDefaultBatchin interfaceITestable- Returns:
- The default batch name for all tests in the implementation.
-
test_stack
public void test_stack(net.minecraft.gametest.framework.GameTestHelper helper) -
test_stack_tag
public void test_stack_tag(net.minecraft.gametest.framework.GameTestHelper helper)
-