Exemplo n.º 1
0
 public static void MyClassInitialize(TestContext testContext)
 {
     kernel            = TestManager.ConfigureNInjectKernel();
     eventDao          = kernel.Get <IEventDao>();
     categoryDao       = kernel.Get <ICategoryDao>();
     userProfileDao    = kernel.Get <IUserProfileDao>();
     labelDao          = kernel.Get <ILabelDao>();
     eventService      = kernel.Get <IEventService>();
     userGroupDao      = kernel.Get <IUserGroup1Dao>();
     recommendationDao = kernel.Get <IRecommendationDao>();
 }
Exemplo n.º 2
0
 public static void MyClassInitialize(TestContext testContext)
 {
     kernel       = TestManager.ConfigureNInjectKernel();
     userGroupDao = kernel.Get <IUserGroup1Dao>();
 }