Exemplo n.º 1
0
 public void SEOSettings_SetViewData_ShouldNotThrow()
 {
     var seoSettings = new SEOSettings();
     this.Invoking(tests =>
                   seoSettings.SetViewData(A.Fake<ISession>(), A.Fake<ViewDataDictionary>())).ShouldNotThrow();
 }