예제 #1
0
        public void SetUp()
        {
            Ca.Infoway.Messagebuilder.Terminology.CodeResolverRegistry.Register(new TrivialCodeResolver());

            this.support.SetUp();
            this.support.SessionFactory.GetCurrentSession().BeginTransaction();

            this.dao     = new HibernateCodeSetDao(this.support.SessionFactory);
            this.factory = new CodeTestFactory(this.support);
            OID          = OID_BASE + "." + (++oidDistinguisher);
            OTHER_OID    = OTHER_OID_BASE + "." + oidDistinguisher;
        }
예제 #2
0
 public Anonymous_C0(Object obj0, CodeTestFactory codeTestFactory)
 {
     this.outer_CodeTestFactory = codeTestFactory;
     this.f_object = obj0;
 }