Class TestSerialization<T>

java.lang.Object
net.darkhax.bookshelf.impl.gametest.TestSerialization<T>
All Implemented Interfaces:
ITestable

public class TestSerialization<T> extends Object implements ITestable
  • Constructor Details

  • Method Details

    • testJsonSingleton

      public void testJsonSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufSingleton

      public void testBytebufSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testNbtSingleton

      public void testNbtSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonWeightedSingleton

      public void testJsonWeightedSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufWeightedSingleton

      public void testBytebufWeightedSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonOptionalSingleton

      public void testJsonOptionalSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufOptionalSingleton

      public void testBytebufOptionalSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonEmptyOptionalSingleton

      public void testJsonEmptyOptionalSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufEmptyOptionalSingleton

      public void testBytebufEmptyOptionalSingleton(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonList

      public void testJsonList(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufList

      public void testBytebufList(net.minecraft.gametest.framework.GameTestHelper helper)
    • testNbtList

      public void testNbtList(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonSet

      public void testJsonSet(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufSet

      public void testBytebufSet(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonWeightedList

      public void testJsonWeightedList(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufWeightedList

      public void testBytebufWeightedList(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonListEmpty

      public void testJsonListEmpty(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonListNull

      public void testJsonListNull(net.minecraft.gametest.framework.GameTestHelper helper)
    • testJsonNullable

      public void testJsonNullable(net.minecraft.gametest.framework.GameTestHelper helper)
    • testBytebufNullable

      public void testBytebufNullable(net.minecraft.gametest.framework.GameTestHelper helper)
    • getDefaultBatch

      public String getDefaultBatch()
      Description copied from interface: ITestable
      Gets a default batch name that will supersede the annotation default when not null.
      Specified by:
      getDefaultBatch in interface ITestable
      Returns:
      The default batch name for all tests in the implementation.