Example #1
0
 public override void Given()
 {
     Configuration = new Models.Configuration.ResultsAndCertificationConfiguration
     {
         DfeSignInSettings = new Models.Configuration.DfeSignInSettings()
     };
 }
Example #2
0
 public override void Given()
 {
     Configuration = new Models.Configuration.ResultsAndCertificationConfiguration
     {
         DfeSignInSettings = new Models.Configuration.DfeSignInSettings
         {
             ProfileUrl = mockUrl
         }
     };
 }