Exemplo n.º 1
0
        public void 引数がnullの場合例外をスローする()
        {
            Assert.Throws <ArgumentNullException>(() =>
            {
                Extentions.GetCommentedTracks(null);

                Assert.IsTrue(false);
            });
        }