171819202122232425
@Before public void setUp() throws Exception { // configure operators new SetEvaluatorsDefinition(); new MatchesEvaluatorsDefinition(); dumper = new MVELDumper(); }
192021222324252627
202122232425262728
222324252627282930
protected void setUp() throws Exception { super.setUp(); // configure operators new SetEvaluatorsDefinition(); new MatchesEvaluatorsDefinition(); dumper = new MVELDumper(); }
232425262728293031