Uses of Class
edu.pdx.cs410J.junit.Grade
Packages that use Grade
Package
Description
The package contains examples of how to write unit tests using
the JUnit test framework.
-
Uses of Grade in edu.pdx.cs410J.junit
Fields in edu.pdx.cs410J.junit declared as GradeModifier and TypeFieldDescriptionstatic final GradeGrade.AA grade representing an Astatic final GradeGrade.BA grade representing an Bstatic final GradeGrade.CA grade representing an Cstatic final GradeGrade.DA grade representing an Dstatic final GradeGrade.FA grade representing an FMethods in edu.pdx.cs410J.junit that return GradeModifier and TypeMethodDescriptionReturns the grade this student received in a given sesion of a course.Methods in edu.pdx.cs410J.junit that return types with arguments of type GradeModifier and TypeMethodDescriptionStudent.getGrades()Returns the grades that this student receivedMethods in edu.pdx.cs410J.junit with parameters of type Grade