}
public void testShowMain() throws Exception {
final Database db = new TestDatabase();
final List<Track> recentlyPlayedTracks = new ArrayList<Track>();
final List<Artist> topArtists = new ArrayList<Artist>();
final List<Album> recentlyPlayedAlbums = new ArrayList<Album>();
final TestResponse res = new TestResponse( db );
final Homer h = new Homer();