public void DrawDoesNotThrowException() => Assert.DoesNotThrow(() => IXnaGameLoop.Draw(new GameTime()));
public void DrawWithoutThrowingException() { Assert.DoesNotThrow(() => IXnaGameLoop.Draw(new GameTime())); }