Esempio n. 1
0
 @Before
 public void setUp() throws Exception {
   context = new ContextBase();
   ec = new InterpretationContext(context, null);
   propertyAction = new PropertyAction();
   propertyAction.setContext(context);
 }