Search in sources :

Example 1 with E_LangMatches

use of org.apache.jena.sparql.expr.E_LangMatches in project jena by apache.

the class ExprFactoryTest method langMatchesTest.

@Test
public void langMatchesTest() {
    Expr e = factory.langMatches(factory.none(), factory.none());
    assertTrue(e instanceof E_LangMatches);
}
Also used : Expr(org.apache.jena.sparql.expr.Expr) E_LangMatches(org.apache.jena.sparql.expr.E_LangMatches) Test(org.junit.Test)

Aggregations

E_LangMatches (org.apache.jena.sparql.expr.E_LangMatches)1 Expr (org.apache.jena.sparql.expr.Expr)1 Test (org.junit.Test)1