public void BeforeEach()
        {
            //Create 10 test orgs with returns
            var orgs = OrganisationHelper.CreateTestOrganisations(10);

            //Instantiate the dependencies
            _functions = WebJobTestHelper.SetUp(orgs);
        }
Exemplo n.º 2
0
 public void BeforeEach()
 {
     //Instantiate the dependencies
     _functions = WebJobTestHelper.SetUp();
 }