We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current documentation is in these gists
https://gist.github.com/Matyrobbrt/832c0d88a90ae15f5f665bb794a48198 https://gist.github.com/Matyrobbrt/cac2427748a51ff2bfc82fcd03606b55
It requires a dependency of net.neoforged:testframework using the same version as NeoForge and ran with runGameTestServer runs.
net.neoforged:testframework
runGameTestServer
The init method needs to be called in a mod entry point.
The text was updated successfully, but these errors were encountered:
A small example mod with testframework on would go a long way for users too. There's quite a bit of setup with test framework
Sorry, something went wrong.
Gonna add the JUnit subproject as an addendum to this: neoforged/NeoForge#573
No branches or pull requests
The current documentation is in these gists
https://gist.github.com/Matyrobbrt/832c0d88a90ae15f5f665bb794a48198
https://gist.github.com/Matyrobbrt/cac2427748a51ff2bfc82fcd03606b55
It requires a dependency of
net.neoforged:testframework
using the same version as NeoForge and ran withrunGameTestServer
runs.The init method needs to be called in a mod entry point.
The text was updated successfully, but these errors were encountered: