use of org.apache.jena.sparql.expr.E_FunctionDynamic in project jena by apache.
the class ExprFactoryTest method callTest_dynamic.
@Test
public void callTest_dynamic() {
Expr e = factory.call(factory.none(), factory.list());
assertTrue(e instanceof E_FunctionDynamic);
}
Aggregations