]> jfr.im git - irc/rizon/moo.git/commit
Add test for DNSBLStats, this test is very simple and should be expanded in the future.
authorOrillion <redacted>
Mon, 7 Mar 2016 08:42:27 +0000 (09:42 +0100)
committerOrillion <redacted>
Mon, 7 Mar 2016 08:42:27 +0000 (09:42 +0100)
commit64a9342e30ebc2f235799017ac7f778329ceae01
treed13ea39bb43033da001e61f77d45e22c3c97e2ce
parenteaab98797c01a3230c9e5c8ffdef677adde14ca0
Add test for DNSBLStats, this test is very simple and should be expanded in the future.

- Note: Removed final modified in ServerManager, else when(mockServerManager.getServers()).thenReturn(...) will throw an NPE.
dnsblstats/pom.xml
dnsblstats/src/test/java/net/rizon/moo/plugin/dnsblstats/CommandDnsblStatsTest.java [new file with mode: 0644]
moo/src/main/java/net/rizon/moo/irc/ServerManager.java