public void FilledPieColor() { this.InitSdl(); //Random rand = new Random(); int result = SdlGfx.filledPieColor(surfacePtr, 200, 100, 100, 50, 100, 7777777); result = Sdl.SDL_Flip(surfacePtr); Thread.Sleep(sleepTime); Assert.AreEqual(result, 0); this.Quit(); }