testNotCountedUnscoredAssignments() This tests an edge case responsible for an earlier bug: If an unscored assignment
changes whether it's counted towards the course grade, all course grades need
to be recalculated because the total points possible have changed.
public void testNotCountedAssignments() throws Exception(Code)
testNotCountedUnscoredAssignments
public void testNotCountedUnscoredAssignments() throws Exception(Code)
This tests an edge case responsible for an earlier bug: If an unscored assignment
changes whether it's counted towards the course grade, all course grades need
to be recalculated because the total points possible have changed.
Fields inherited from org.sakaiproject.tool.gradebook.test.GradebookTestBase