コード例 #1
0
        protected override void GivenThat()
        {
            base.GivenThat();

            Playlist = new PlaylistWpl("MyPodcastPlaylist.wpl", true);
            Playlist.AddTrack(@"c:\podcasts\1.mp3");
        }
コード例 #2
0
        protected override void GivenThat()
        {
            base.GivenThat();

            Playlist = new PlaylistWpl("MyPodcastPlaylist.wpl", true);
            var node = Playlist.FindNode(@"smil/body") as XmlNode;

            node.RemoveAll();
        }
コード例 #3
0
        protected override void GivenThat()
        {
            base.GivenThat();

            Playlist = new PlaylistWpl("MyPodcastPlaylist.wpl", true);
        }
コード例 #4
0
 protected override void When()
 {
     Playlist = new PlaylistWpl("MyPodcastPlaylist.wpl", true);
 }