public void beforeEach() {
parsers = new DdlParsers();
//ddlTest = this.getClass().getClassLoader().getResource("createTablesTest.ddl");
context = new ExecutionContext();
rootNode = new AstNode(context.getValueFactories().getNameFactory().create("root_node"));
nodeFactory = new AstNodeFactory(context);
}