Updated to 1.20.2
Changes
- Updated maven group and package to
org.ladysnake
Updated to 1.20
Updated to 1.19.4
Fixed incompatibility with latest Quilted Fabric API
Updated to 1.19.3
Additions
- Added a utility method to register test classes at runtime
- Test failures that are not simple assertions now get logged with their full stacktrace
Fixes
- Fixed an error when attempting to disconnect a mock player
Updated to 1.19.1
Updated to 1.19
Changes
- Switched dependency declaration from Fabric API to fabric-gametest-api-v1
Changes
- Made Fabric API dependency not transitive
Additions
- Added test methods for vanilla packets
Additions
- Now uses injected interfaces to add methods to
TestContext
- Added helper method to test CCA packet synchronization
Additions
- Added sequence checks to the packet test framework
Additions
- Added a test framework for clientbound packet sending
- Added some helper methods for assertions
Additions
- Added a helper method for spawning server players
Initial release
Additions
- Fix for test cases that are run multiple times