public void Home_DeleteProject_ReturnsListWithoutDeletedProject() { var deleteConfirmation = projects.DeleteProject(); deleteConfirmation.DeleteConfirmation(); Assert.IsTrue(rowCountBefore - 1 == deleteConfirmation.RowCount()); }