public static void Initialize(TestContext context) { testHelpers = new TestHelpers(); bandController = new BandController(); testHelpers.ClearData(); testHelpers.InsertTestData(); }
public static void Initialize(TestContext context) { testHelpers = new TestHelpers(); applicationController = new ApplicationController(); bandController = new BandController(); userController = new UserController(); db = new ModelsDB.BandItEntities(); applicationAccess = new ApplicationAccess(); testHelpers.ClearData(); testHelpers.InsertTestData(); }
public BandController() { bandController = new BandControllerLogic(); }