bentobox/src/main/java/us/tastybento/bskyblock/api/addons
tastybento aad5239ba3 Added logging methods to BSkyBlock to avoid plugin.getLogger()
plugin.getLogger() is a final class and so cannot be mocked. It was
making development of tests very hard. By making three logging methods
in BSkyBlock.java, they default to do nothing when BSkyBlock is mocked.
Previously, every time there was a use of logger in testing it was
throwing NPE's because plugin.getLogger() was returning null and the
getLogger() method could not be made not null by mocking because it was
final (in JavaPlugin).
2018-04-28 13:02:15 +09:00
..
exception Removed debug. 2018-02-20 14:16:40 -08:00
Addon.java Added Addon class unit tests. 2018-04-27 16:34:17 +09:00
AddonClassLoader.java Added logging methods to BSkyBlock to avoid plugin.getLogger() 2018-04-28 13:02:15 +09:00
AddonDescription.java Automated code cleanup. 2018-02-08 20:08:46 -08:00
AddonInterface.java AddonsAPI - Polishing the API 2017-12-28 14:50:02 +01:00
AddonState.java Removed useless AddonStates and added MISSING_DEPENDENCY 2017-12-28 20:50:24 +01:00