Esempio n. 1
0
        public void TestEncodingsOnOutNotOpenedGoesInException()
        {
            Out123 handle = new Out123();

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