public void 引数がnullの場合例外をスローする() { Assert.Throws <ArgumentNullException>(() => { Extentions.GetCommentedTracks(null); Assert.IsTrue(false); }); }