Summary

[ summary ] [ package list ] [ test cases ]

Tests Errors Failures Success rate Time(s)
4 3 0 25.00% 1.55

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

[ summary ] [ package list ] [ test cases ]

Package Tests Errors Failures Success Rate Time
net.mlw.fball.loader.yahoo 3 3 0 0.00% 1.53
net.mlw.util 1 0 0 100.00% 0.02

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

net.mlw.fball.loader.yahoo

Class Tests Errors Failures Success Rate Time
PlayerLoaderTest 1 1 0 0.00% 0.891
TeamLoaderTest 2 2 0 0.00% 0.641

net.mlw.util

Class Tests Errors Failures Success Rate Time
ParsingUtilsTest 1 0 0 100.00% 0.016

Test Cases

[ summary ] [ package list ] [ test cases ]

PlayerLoaderTest

testInsertAllPlayers Error 0.70
Error registering bean with name 'yahooLeagueUpdater' defined in classpath resource [testYahooContext.xml ] : Class [net.mlw.fball.loader.yahoo.league.LeagueLoader ] not found; nested exception is j ava.lang.ClassNotFoundException: net.mlw.fball.loader.yahoo.league.LeagueLoader

TeamLoaderTest

testInsertAllTeams Error 0.53
Error registering bean with name 'yahooLeagueUpdater' defined in classpath resource [testYahooContext.xml ] : Class [net.mlw.fball.loader.yahoo.league.LeagueLoader ] not found; nested exception is java.lang.ClassNotFoundException: net.mlw.fball.loader.yahoo.league.LeagueLoader
testTeamsNamesAreAsExpected Error 0.09
Error registering bean with name 'yahooLeagueUpdater' defined in classpath resource [testYahooContext.xml ] : Class [net.mlw.fball.loader.yahoo.league.LeagueLoader ] not found; nested exception is java.lang.ClassNotFoundException: net.mlw.fball.loader.yahoo.league.LeagueLoader

ParsingUtilsTest

testGetTdContents Success 0.00