Annotation Interface TestHolder
Annotation used by 
AbstractTest in order to collect information about a test.- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionString[]This usually contains instructions on how to use the test.booleanReturns if this test is enabled by default.String[]Returns the groups the test is in.net.neoforged.api.distmarker.Dist[]Returns the sides this test should be registered on.Returns the human-readable title of the test.Returns the test's ID.
- 
Element Details- 
valueString valueReturns the test's ID.- Returns:
- the test's ID
 - Default:
- "compute"
 
- 
groupsString[] groupsReturns the groups the test is in.
 Note: if empty, it defaults toungrouped.- Returns:
- the groups the test is in
- See Also:
 - Default:
- {}
 
- 
titleString titleReturns the human-readable title of the test.- Returns:
- the human-readable title of the test
 - Default:
- ""
 
- 
descriptionString[] descriptionThis usually contains instructions on how to use the test. Returns the human-readable description of the test.- Default:
- {}
 
- 
enabledByDefaultboolean enabledByDefaultReturns if this test is enabled by default.- Returns:
- if this test is enabled by default
 - Default:
- false
 
- 
sidenet.neoforged.api.distmarker.Dist[] sideReturns the sides this test should be registered on.- Returns:
- the sides this test should be registered on
 - Default:
- {CLIENT, DEDICATED_SERVER}
 
 
-