Exemplo n.º 1
0
 public void Exception_is_raised_when_not_using_ShowExceptions()
 {
     App = new AppThatExplodes();
     Get("/");
 }
Exemplo n.º 2
0
 public void Exception_is_raised_when_not_using_ShowExceptions()
 {
     App = new AppThatExplodes();
     Get("/");
 }