Example #1
0
 public void Exception_is_raised_when_not_using_ShowExceptions()
 {
     App = new AppThatExplodes();
     Get("/");
 }
Example #2
0
 public void Exception_is_raised_when_not_using_ShowExceptions()
 {
     App = new AppThatExplodes();
     Get("/");
 }