Uses of Class
edu.pdx.cs410J.junit.Student
Package
Description
The package contains examples of how to write unit tests using
the JUnit test framework.
-
Uses of Student in edu.pdx.cs410J.junit
Modifier and TypeMethodDescriptionSection.getStudents()
Returns the students enrolled in this sectionModifier and TypeMethodDescriptionvoid
Section.addStudent
(Student student) Enrolls a student in this sectionvoid
Section.dropStudent
(Student student) Drops a student from this section