You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, all those SomethingOut functions draw on a canvas. This canvas can be exported as a bitmap file (think something.bmp). So my idea is to have these tests which would consist of SomethingOut functions that would generate some image which would be then exported to bitmap and compared to other (expexted) bitmap which we would hand-create.
Although I realize that can hardly test everything in the simulator, we should at least have tests for the graphical functions.
My idea is to have some kind of a tester which would run our tests and compare it to predefined output images.
What do you think @Adman?
The text was updated successfully, but these errors were encountered: