@Override
protected void setUp() throws Exception
{
super.setUp();
Collection<AttributeDef> attrDefs = new ArrayList<AttributeDef>();
attrDefs.add(new AttributeDefImpl("fullname"));
attrDefs.add(new AttributeDefImpl("company"));
StubEntityFactory stubFactory = new StubEntityFactory();
stubFactory.setAttributeDefs(attrDefs);
Entity user_jsmith=stubFactory.createEntity("jsmith", "user", new String[]{"John Smith","IBM"});