public DynamicSitemapIndexProviderTests()
 {
     dynamicSitemapIndexProvider = new DynamicSitemapIndexProvider();
     sitemapProvider             = MockFor <ISitemapProvider>();
     sitemapIndexConfiguration   = MockFor <ISitemapIndexConfiguration <SampleData> >();
     expectedResult = new EmptyResult();
 }
 public DynamicSitemapIndexProviderTests()
 {
     dynamicSitemapIndexProvider = new DynamicSitemapIndexProvider();
     sitemapProvider = MockFor<ISitemapProvider>();
     sitemapIndexConfiguration = MockFor<ISitemapIndexConfiguration<SampleData>>();
     expectedResult = new EmptyResult();
 }