Esempio n. 1
0
        public override void Given()
        {
            cacheResult = new ChangeProviderCoreNotSupportedViewModel
            {
                ProviderDisplayName = "Test (12345678)"
            };

            CacheService.GetAndRemoveAsync <ChangeProviderCoreNotSupportedViewModel>(CacheKey).Returns(cacheResult);
            RegistrationLoader.GetRegistrationChangeCoreQuestionDetailsAsync(AoUkprn, ProfileId).Returns(mockresult);
        }