Example #1
0
 public ExpressionBuilder(ICriteriaTypeRegistry typeRegistry)
 {
     _leafExpressionStrategy = new CriteriaLeafExpressionStrategy(typeRegistry);
 }
 public void TestFixtureSetUp()
 {
     _expressionStrategy = new CriteriaLeafExpressionStrategy(new MockCriteriaTypeRegistry());
 }
        public void TestFixtureSetUp()
        {
            StructureMapBootstrapper.Bootstrap();

            _expressionStrategy = new CriteriaLeafExpressionStrategy(new TreeModelCriteriaTypeRegistry());

            NHibernateProfilerBootstrapper.PreStart();
        }