public void testCreate() throws Exception {
PropertySet ps = new PropertySet();
ps.load( new File( "../../../../conf/system.conf" ) );
TemplateActionHandler tah = new TemplateActionHandlerStub();
BasicDirectiveElementProcessor bdep = create( ps, tah );
}