Class MethodBasedGameTestTest
java.lang.Object
net.neoforged.testframework.impl.test.AbstractTest
net.neoforged.testframework.impl.test.AbstractTest.Dynamic
net.neoforged.testframework.impl.test.MethodBasedGameTestTest
- All Implemented Interfaces:
- DynamicTest,- Groupable,- Test
- 
Nested Class SummaryNested classes/interfaces inherited from class net.neoforged.testframework.impl.test.AbstractTestAbstractTest.AnnotationHolder, AbstractTest.DynamicNested classes/interfaces inherited from interface net.neoforged.testframework.DynamicTestDynamicTest.EnabledListenerNested classes/interfaces inherited from interface net.neoforged.testframework.TestTest.EventListenerGroup, Test.Result, Test.Status, Test.Visuals
- 
Field SummaryFieldsFields inherited from class net.neoforged.testframework.impl.test.AbstractTestenabledByDefault, framework, gameTestData, groups, id, listeners, visuals
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinit(TestFramework framework) This method is called when the test is registered to aTestFramework.Methods inherited from class net.neoforged.testframework.impl.test.AbstractTest.DynamiccreateModId, eventListeners, fail, framework, gameTestTemplate, isDuringGameTest, onDisabled, onEnabled, onGameTest, onGameTest, pass, registrationHelper, registrationHelper, whenDisabled, whenEnabledMethods inherited from class net.neoforged.testframework.impl.test.AbstractTestasGameTest, configureFrom, configureGameTest, enable, enabledByDefault, groups, id, isEnabled, listeners, logger, requestConfirmation, status, updateStatus, visualsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.testframework.DynamicTestregisterGameTestTemplate, registerGameTestTemplate, requestConfirmation, status, updateStatusMethods inherited from interface net.neoforged.testframework.TestasGameTest, enabledByDefault, groups, id, listeners, resolveAll, resolveAsStream, visuals
- 
Field Details- 
handle
- 
method
 
- 
- 
Constructor Details- 
MethodBasedGameTestTest
 
- 
- 
Method Details- 
initDescription copied from interface:TestThis method is called when the test is registered to aTestFramework.- Specified by:
- initin interface- Test
- Overrides:
- initin class- AbstractTest
- Parameters:
- framework- the framework the test has been registered to
 
 
-