Interface ITestable

All Known Implementing Classes:
ByteBufTests, CodecTests, ItemStackTests, RegistryCodecTests

public interface ITestable
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Gets a default batch name that will supersede the annotation default when not null.
  • Method Details

    • getDefaultBatch

      @Nullable default String getDefaultBatch()
      Gets a default batch name that will supersede the annotation default when not null.
      Returns:
      The default batch name for all tests in the implementation.