Package net.neoforged.testframework.impl
Interface MutableTestFramework
- All Superinterfaces:
- TestFramework
- All Known Implementing Classes:
- TestFrameworkImpl
Interface with directly mutating methods for 
TestFrameworks.- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.neoforged.testframework.TestFrameworkTestFramework.Tests
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault StringbuildCommand(String subCommand) collectTests(net.neoforged.fml.ModContainer container) default ClickEventdisableCommand(String id) default ClickEventenableCommand(String id) voidinit(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) voidregisterCommands(com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack> node) default ClickEventsetStatusCommand(String testId, Test.Result result, String message) tests()Returns the Tests instance of this framework.Methods inherited from interface net.neoforged.testframework.TestFrameworkchangeStatus, container, dynamicStructures, id, logger, modEventBus, setEnabled
- 
Field Details- 
REFERENCE_CODEC
 
- 
- 
Method Details- 
configurationFrameworkConfiguration configuration()
- 
initvoid init(net.neoforged.bus.api.IEventBus modBus, net.neoforged.fml.ModContainer container) 
- 
registerCommands
- 
collectTests
- 
playerTestStorePlayerTestStore playerTestStore()
- 
commandNameString commandName()
- 
buildCommand
- 
setStatusCommand
- 
enableCommand
- 
disableCommand
- 
testsDescription copied from interface:TestFrameworkReturns the Tests instance of this framework.- Specified by:
- testsin interface- TestFramework
- Returns:
- the Tests instance of this framework
 
 
-