public void TestFormatNoneOK() { Mpg123 handle = new Mpg123(); Assert.That(handle.FormatNone(), Is.EqualTo(Mpg123.Errors.OK)); }