Exemplo n.º 1
0
        //this test should be run with specific parameters
        public static void getAssignmentGradeById()
        {
            Assignment ass = AssignmentManager.GetAssignmentGradeById(1);

            Assert.NotNull(ass);
            Assert.NotNull(ass.Lecturer_ID);
            Assert.NotNull(ass.Student_ID);
        }