2122232425262728
super(s); } protected void setUp() throws Exception { context = new TestFormulaContext(TestFormulaContext.testCaseDataset); LibFormulaBoot.getInstance().start(); }
101102103104105106107108109110111
super(s); } protected void setUp() throws Exception { context = new TestFormulaContext(); LibFormulaBoot.getInstance().start(); implementedFunctions = new HashSet(); final String[] functionNames = context.getFunctionRegistry().getFunctionNames();