Java API: adding C++ classes inheritance support
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
package org.opencv.test.ml;
|
||||
|
||||
import org.opencv.ml.CvStatModel;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class CvStatModelTest extends TestCase {
|
||||
|
||||
public void testCvStatModel() {
|
||||
new CvStatModel();
|
||||
}
|
||||
|
||||
public void testLoadString() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testLoadStringString() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testSaveString() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
public void testSaveStringString() {
|
||||
fail("Not yet implemented");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user