"com.google.caja",
bindings.get("cajolerName").getValue());
assertTrue(bindings.get("cajolerVersion") instanceof StringLiteral);
assertEquals(
new TestBuildInfo().getBuildVersion(),
bindings.get("cajolerVersion").getValue());
assertTrue(bindings.get("cajoledDate") instanceof IntegerLiteral);
assertEquals(
Long.valueOf(new TestBuildInfo().getCurrentTime()),
bindings.get("cajoledDate").getValue());
}