Hi,
I have create a Processing application. I want now create unit test to automate tests.
I have import (without problem) my project on Eclipse. Indeed, i think that it's a good idea to use Junit test.
The problem is that I have no idea how I can create test on my class (extends PApplet).
Is it Junit is a good idea or I completely wrong ?
is there any tutorial about test of processing ?
Are you some tracks to help me
Thank you for your help
1