Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karmadeb/junittutorial
Example of using JUnit in bukkit plugin development using MockBukkit
https://github.com/karmadeb/junittutorial
Last synced: about 5 hours ago
JSON representation
Example of using JUnit in bukkit plugin development using MockBukkit
- Host: GitHub
- URL: https://github.com/karmadeb/junittutorial
- Owner: KarmaDeb
- Created: 2024-06-03T23:00:03.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:01:04.000Z (6 months ago)
- Last Synced: 2024-06-04T01:27:50.196Z (6 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUnit in bukkit
This is the source code used in the tutorial on how to perform unit testing in
bukkit. The source code uses gradle and the latest version of [MockBukkit](https://github.com/MockBukkit/MockBukkit) (04/06/2024),
which supports only bukkit 1.20.In order to mock in this version of MockBukkit, using paper API is requested, my recommendation if
you want to use only spigot API, use spigot API for your plugin, but use paper API for your tests