I'd like to try to use eyeball as sort of a learning tool, but when I
download the eyeball 2.3 zip and run ant test, I get the following
failure.
[junit]
[junit] Testcase: warning(junit.framework.TestSuite$1): FAILED
[junit] Class
com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no
public constructor TestCase(String name) or TestCase()
[junit] junit.framework.AssertionFailedError: Class
com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no
public constructor TestCase(String name) or TestCase()
[junit]
[junit]
This class is different from all the others , notably because it uses
@RunWith(Parameterized.class) public class TestMoreOwlSyntaxInspector
extends InspectorTestBase
as opposed to :
@RunWith(JUnit4.class) public class TestLiteralInspector extends
InspectorTestBase
Unfortunately , I'm just learning java and can't see the problem clearly
enough to fix it.
The question is: should I just ignore it and try to use eyeball?
Thanks in advance!