Uses of Class
edu.pdx.cs410J.junit.Student
Packages that use 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
Methods in edu.pdx.cs410J.junit that return types with arguments of type StudentModifier and TypeMethodDescriptionSection.getStudents()
Returns the students enrolled in this sectionMethods in edu.pdx.cs410J.junit with parameters of type StudentModifier and TypeMethodDescriptionvoid
Section.addStudent
(Student student) Enrolls a student in this sectionvoid
Section.dropStudent
(Student student) Drops a student from this section