Skip to content

Regression

cz.cvut.kbss.ontodriver.sesame.SesameAdapterTest.testFindEntityWithPropertiesAndInferredDataProperty

Failing for the past 1 build (Since Failed #64 )
Took 1 ms.

Error Message

 Wanted but not invoked: connectorMock.findStatements(     http://krizik.felk.cvut.cz/ontologies/jopa/entityX,     http://krizik.felk.cvut.cz/ontologies/jopa/properties#dataProperty,     null,     true ); -> at cz.cvut.kbss.ontodriver.sesame.SesameAdapterTest.testFindEntityWithPropertiesAndInferredDataProperty(SesameAdapterTest.java:503)  However, there were other interactions with this mock: connectorMock.getValueFactory(); -> at cz.cvut.kbss.ontodriver.sesame.SesameAdapter.<init>(SesameAdapter.java:60)  connectorMock.begin(); -> at cz.cvut.kbss.ontodriver.sesame.SesameAdapter.startTransactionIfNotActive(SesameAdapter.java:157)  connectorMock.getValueFactory(); -> at cz.cvut.kbss.ontodriver.sesame.StatementLoader.<init>(StatementLoader.java:23)  connectorMock.findStatements(     http://krizik.felk.cvut.cz/ontologies/jopa/entityX,     null,     null,     false ); -> at cz.cvut.kbss.ontodriver.sesame.ExplicitStatementLoader.loadAll(ExplicitStatementLoader.java:52)  

Stacktrace

Wanted but not invoked:
connectorMock.findStatements(
    http://krizik.felk.cvut.cz/ontologies/jopa/entityX,
    http://krizik.felk.cvut.cz/ontologies/jopa/properties#dataProperty,
    null,
    true
);
-> at cz.cvut.kbss.ontodriver.sesame.SesameAdapterTest.testFindEntityWithPropertiesAndInferredDataProperty(SesameAdapterTest.java:503)

However, there were other interactions with this mock:
connectorMock.getValueFactory();
-> at cz.cvut.kbss.ontodriver.sesame.SesameAdapter.<init>(SesameAdapter.java:60)

connectorMock.begin();
-> at cz.cvut.kbss.ontodriver.sesame.SesameAdapter.startTransactionIfNotActive(SesameAdapter.java:157)

connectorMock.getValueFactory();
-> at cz.cvut.kbss.ontodriver.sesame.StatementLoader.<init>(StatementLoader.java:23)

connectorMock.findStatements(
    http://krizik.felk.cvut.cz/ontologies/jopa/entityX,
    null,
    null,
    false
);
-> at cz.cvut.kbss.ontodriver.sesame.ExplicitStatementLoader.loadAll(ExplicitStatementLoader.java:52)


	at cz.cvut.kbss.ontodriver.sesame.SesameAdapterTest.testFindEntityWithPropertiesAndInferredDataProperty(SesameAdapterTest.java:503)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)