Hi,
I am starting a JME project (nothing serious, only for fun), and I'd like to know if anyone here uses JUnit to make unitary tests for JME code.
If that's the case, what strategy do you follow when you are testing code that outputs grafics?
I mean, it is easy to make tests for code that returns expected results in determined conditions, but when you have to test if a scene is rendered correctly (or something similar) it's more difficult to make an objective test. What do you do in this cases?
Thanks for your support.