Exemplo n.º 1
0
 public void MainViewNotNull()
 {
     DashboardController dbc = new DashboardController();
     Assert.NotNull(dbc.Main());
 }