private HashSet<String> implementedFunctions;
@BeforeClass(alwaysRun = true)
public void setup()
{
context = new TestFormulaContext();
LibFormulaBoot.getInstance().start();
implementedFunctions = new HashSet<String>();
final String[] functionNames = context.getFunctionRegistry()
.getFunctionNames();