public void SetGetError() { string error = "Hi there"; SdlMixer.Mix_SetError(error); Assert.AreEqual(SdlMixer.Mix_GetError(), error); }