Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created July 9, 2015 19:59
Show Gist options
  • Save angelovstanton/9ee115eb9d1573c451b8 to your computer and use it in GitHub Desktop.
Save angelovstanton/9ee115eb9d1573c451b8 to your computer and use it in GitHub Desktop.
[TestClass]
public class RedirectsTester
{
[TestMethod]
public void TestRedirects()
{
var redirectService = new RedirectService(new WebRequestRedirectStrategy());
using (redirectService)
{
redirectService.TestRedirects();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment