As you know, there are two OpenCVTestCase, one in android_test and another in pure_test, and as hinted in the latter, they should be merged (or renamed and one subclasses another).
I see that also OpenCVTestRunner is in two places, but one is android-related, while the other is in build.xml as Main-Class but it doesn't have main(String [])
On the other hand, TestRunner has somewhat different meaning in JUnit
- What is the difference between
pure_testandcommon_test?
How about:
- Rename the
pure_testOpenCVTestRunnerto OpenCVUtils - Remove
pure_testOpenCVTestCaseand use its logic of loadinglena.png,checkkboard.jpgandlbpcascade_frontalface.xmltoandroid_testOpenCVTestCase