Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…mployerapprenticeshipsservice into MAC-18-Call-Tasks-API-Using-MI
  • Loading branch information
reachash committed Jul 25, 2022
2 parents cb92d1d + 062d7ad commit 014ef43
Show file tree
Hide file tree
Showing 20 changed files with 529 additions and 754 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using SFA.DAS.EmployerAccounts.Web.Orchestrators;
using SFA.DAS.EmployerAccounts.Web.ViewModels;

namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests.WhenCallToActionToggleIsEnabled
namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests
{
public class WhenIChooseIIfIKnowApprenticehipStartDate
{
Expand Down Expand Up @@ -39,7 +39,7 @@ public void Arrange()
public void IfIChooseYesIContinueTheJourney()
{
//Act
var result = _controller.TriageWillApprenticeshipTrainingStart(new TriageViewModel {TriageOption = TriageOptions.Yes}) as RedirectToRouteResult;
var result = _controller.TriageWillApprenticeshipTrainingStart(new TriageViewModel { TriageOption = TriageOptions.Yes }) as RedirectToRouteResult;

//Assert
Assert.AreEqual(ControllerConstants.TriageApprenticeForExistingEmployeeActionName, result.RouteValues["Action"]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using SFA.DAS.EmployerAccounts.Web.Orchestrators;
using SFA.DAS.EmployerAccounts.Web.ViewModels;

namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests.WhenCallToActionToggleIsEnabled
namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests
{
public class WhenIChooseIIfIKnowApprenticeshipIsForExistingEmployee
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using SFA.DAS.EmployerAccounts.Web.Orchestrators;
using SFA.DAS.EmployerAccounts.Web.ViewModels;

namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests.WhenCallToActionToggleIsEnabled
namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests
{
public class WhenIChooseIIfIKnowWhichCourseTheApprenticeWillTake
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using SFA.DAS.EmployerAccounts.Web.Orchestrators;
using SFA.DAS.EmployerAccounts.Web.ViewModels;

namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests.WhenCallToActionToggleIsEnabled
namespace SFA.DAS.EmployerAccounts.Web.UnitTests.Controllers.EmployerTeamControllerTests
{
public class WhenIChooseIIfIKnowWhichTrainingProviderToDeliver
{
Expand All @@ -23,7 +23,7 @@ public class WhenIChooseIIfIKnowWhichTrainingProviderToDeliver
[SetUp]
public void Arrange()
{
mockAuthenticationService = new Mock<IAuthenticationService>();
mockAuthenticationService = new Mock<IAuthenticationService>();
mockMultiVariantTestingService = new Mock<IMultiVariantTestingService>();
mockCookieStorageService = new Mock<ICookieStorageService<FlashMessageViewModel>>();
mockEmployerTeamOrchestrator = new Mock<EmployerTeamOrchestrator>();
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 014ef43

Please sign in to comment.