Exemple #1
0
        public void TestFormatSupportedNoEx()
        {
            Mpg123 handle = new Mpg123();

            //Mpg123.ChannelCount state = handle.IsFormatSupported(100, 20);
            Assert.That(() => handle.IsFormatSupported(100, 20), Throws.Nothing);
        }