Skip to content

Releases: jwdeveloper/SpigotTester

1.0.2-Release

17 Feb 14:30
Compare
Choose a tag to compare
- BukkitMock updated from 1.14 to 1.16

1.0.1-Release

16 Feb 17:09
fec8b48
Compare
Choose a tag to compare
Update README.md

1.0.0-Release

15 Feb 01:21
Compare
Choose a tag to compare
MAJOR

 SpigotTester is not longer loaded in the POSTWORD (onLoad) method since
 Bukkit not allow to register events/commands before plugin is fully loaded.
 SpiogtTester will be waiting for all others plugins to be loaded then launch tests

  SpigotTesterSetup new interface
    could be applied on JavaPlugin class
    contains onSpigotTesterSetup(TestRunnerBuilder builder) method
    to configure tests and inject parameters
    by parameters I mean objects that will be available during the tests

  SpigotTest has been changed from Interface to abstract Class
  SpigotTest class offers
   - creating fake players
   - asserting objects
   - getting parameters via constructor or getParameter(Class<T> clazz) method

   Fake players
     can be created via method SpigotTest::addPlayer() after adding
     fake player automatically join to server when tests for certain class
     will be done player is automatically disconnected

Temp

14 Feb 08:44
Compare
Choose a tag to compare
0.3.2

jitpack update

spigot-tester-0.3.1

14 Feb 08:32
Compare
Choose a tag to compare

Jitpack test

0.2.13-Release

14 Feb 08:49
Compare
Choose a tag to compare
jitpack update

0.2.12-Release

14 Feb 07:51
8a4d504
Compare
Choose a tag to compare
Update pom.xml

0.2.11-Release

14 Feb 07:45
8c50111
Compare
Choose a tag to compare
Update pom.xml

0.2.10-Release

14 Feb 07:38
b306597
Compare
Choose a tag to compare
Update jitpack.yml

0.2.9-Release

14 Feb 07:32
d88d134
Compare
Choose a tag to compare
Update jitpack.yml