Beispiel #1
0
        public virtual void GetAppBaseTest()
        {
            // assemble
            TService service = ConstructService();

            // act
            Core.Service.AppBase app = service.AppBase;

            // assert
            Assert.IsNotNull(app);
        }
Beispiel #2
0
 static ServiceBase()
 {
     appBase = new AppBase();
 }