22         TransScale instance=
new TransScale();
 
   23                 ValueFactory valfac=SimpleValueFactory.getInstance();
 
   24                 Value geo=valfac.createLiteral(
testLineString, WKTDatatype.LiteralIRI);
 
   25                 Value result=instance.evaluate(valfac, geo,valfac.createLiteral(2),valfac.createLiteral(2),valfac.createLiteral(2),valfac.createLiteral(2));
 
   26                 Value expResult=valfac.createLiteral(
res, WKTDatatype.LiteralIRI);
 
   27             assertEquals(expResult, result);
 
static final String testLineString
Definition: TransScaleTest.java:16
 
static final String res
Definition: TransScaleTest.java:18