Interface ITestable
- All Known Implementing Classes:
ByteBufTests,CodecTests,ItemStackTests,RegistryCodecTests
public interface ITestable
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringGets a default batch name that will supersede the annotation default when not null.
-
Method Details
-
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.
-