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 Grade
Grade.A
A grade representing an Astatic final Grade
Grade.B
A grade representing an Bstatic final Grade
Grade.C
A grade representing an Cstatic final Grade
Grade.D
A grade representing an Dstatic final Grade
Grade.F
A 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