autogenerated JUnit stub tests added
authorKirill Kornyakov <no@email>
Thu, 30 Jun 2011 12:07:31 +0000 (12:07 +0000)
committerKirill Kornyakov <no@email>
Thu, 30 Jun 2011 12:07:31 +0000 (12:07 +0000)
commitdaa31a06962d379514e5c983d666e62ac7a668a7
tree0d422e759fe91183774506c92f9e503be255f544
parentcc9a1bb62f2caa6498d730101846c2155f4ec077
autogenerated JUnit stub tests added
13 files changed:
modules/java/android_test/.classpath
modules/java/android_test/.project
modules/java/android_test/src/org/opencv/test/CoreTest.java [deleted file]
modules/java/android_test/src/org/opencv/test/ImgprocTest.java [deleted file]
modules/java/android_test/src/org/opencv/test/MatTest.java
modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/OpenCvTestCase.java [deleted file]
modules/java/android_test/src/org/opencv/test/coreTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/features2dTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/highguiTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/imgprocTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/objdetectTest.java [new file with mode: 0644]
modules/java/android_test/src/org/opencv/test/videoTest.java [new file with mode: 0644]