Exemple #1
0
        protected override void GivenThat()
        {
            base.GivenThat();

            Playlist = new PlaylistM3u("MyPodcastPlaylist.m3u", true);
            Playlist.AddTrack(@"c:\podcasts\1.mp3");
        }
        protected override void GivenThat()
        {
            base.GivenThat();

            Playlist = new PlaylistM3u("MyPodcastPlaylist.m3u", true);
        }
Exemple #3
0
 protected override void When()
 {
     Playlist = new PlaylistM3u("MyPodcastPlaylist.m3u", true);
 }