@BeforeClass
 public static void initTestContextTest() {
   context = new TestContext("test.xml");
   component = new ExpressionAssert(context);
   component.getProperties().put("EXPRESSION", "input > 'AAA' && input < 'CCC'");
   component.init();
 }