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
Copy file name to clipboardExpand all lines: docs/wiki/docs/unittests.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Unit-Tests with MCCoroutine
2
2
3
-
(This site is only relevant for Spigot, Paper and CraftBukkit. If you need Unit-Tests support for BungeeCord, Sponge or
4
-
Velocity, please submit an issue on GitHub)
3
+
Unit-Test support is only available for ``mccoroutine-bukkit`` and ``mccoroutine-folia``. Please create a GitHub ticket, if you want support for other libraries.
5
4
6
5
If you try to write Unit- or IntegrationTests for your Minecraft plugin, you may need to test suspend functions. These
7
6
functions
@@ -16,11 +15,21 @@ feedback to the real environment.
16
15
17
16
**Do not** shade this library into your final plugin.jar file. This should only be available during UnitTests.
0 commit comments