コード例 #1
0
ファイル: Out123Test.cs プロジェクト: fdefelici/aiv-mpg123
        public void TestGetFormatOnNotOpenedOutGoesInException()
        {
            Out123 handle = new Out123();

            Assert.That(() => handle.GetFormat(), Throws.TypeOf <Out123.ErrorException>());
        }