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
The plugin has several core use cases that are arduous to test properly, and verifying regression only becomes more difficult as development advances. Automating unit & integration tests is not only valuable, it's all but necessary to test many of these cases in a respectable way.
A prospective list of test cases to automate includes:
An OSS utility exists for bukkit test automation that may make this process much easier - https://github.com/seeseemelk/MockBukkit, a Bukkit mocking framework that could measurably cut down on how much mock object invocation I'll require.
The plugin has several core use cases that are arduous to test properly, and verifying regression only becomes more difficult as development advances. Automating unit & integration tests is not only valuable, it's all but necessary to test many of these cases in a respectable way.
A prospective list of test cases to automate includes:
Create automated tests to validate the behaviour of key use cases like these.
The text was updated successfully, but these errors were encountered: