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