ClassFieldAccessorStore store;
protected void setUp() throws Exception {
//Class shadow = ShadowProxyFactory.getProxy( Context.class );
this.contextType = new ClassObjectType( Context.class );
//shadow = ShadowProxyFactory.getProxy( Guest.class );
this.guestType = new ClassObjectType( Guest.class );
//shadow = ShadowProxyFactory.getProxy( Seating.class );
this.seatingType = new ClassObjectType( Seating.class );
//shadow = ShadowProxyFactory.getProxy( LastSeat.class );
this.lastSeatType = new ClassObjectType( LastSeat.class );
//shadow = ShadowProxyFactory.getProxy( Count.class );
this.countType = new ClassObjectType( Count.class );
//shadow = ShadowProxyFactory.getProxy( Path.class );
this.pathType = new ClassObjectType( Path.class );
//shadow = ShadowProxyFactory.getProxy( Chosen.class );
this.chosenType = new ClassObjectType( Chosen.class );
EqualityEvaluatorsDefinition evals = new EqualityEvaluatorsDefinition();
this.integerEqualEvaluator = evals.getEvaluator( ValueType.PINTEGER_TYPE,
Operator.EQUAL,
null );