You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add BaseTest class with MockBukkit setup/teardown
- Create GuiTestUtil for GUI testing helpers
- Add example tests to verify framework
- Make ChafficLib class open for MockBukkit compatibility
- Configure test dependencies in build.gradle.kts
This commit sets up the basic testing infrastructure for the project,
including MockBukkit integration, test utilities, and example tests
to verify the framework works correctly.
Closes#2
Description
Set up testing infrastructure with JUnit 5 and MockBukkit.
Tasks
Acceptance Criteria
./gradlew test
The text was updated successfully, but these errors were encountered: