Exemplo n.º 1
0
        public void OneTimeSetUp()
        {
            TestLogger.Setup();

            _helper = new MongoDbPopulatorTestHelper();
            _helper.SetupSuite();
        }
Exemplo n.º 2
0
 public void SetUp()
 {
     _helper = new MongoDbPopulatorTestHelper();
     _helper.SetupSuite();
 }