A C E G S T

A

AllTests - Class in studentinfo
 
AllTests() - Constructor for class studentinfo.AllTests
 

C

CourseSession - Class in studentinfo
This class provides a representation of a single-semester session of a specific university course.
CourseSession(String, String, Date) - Constructor for class studentinfo.CourseSession
Constructs a CourseSession starting on a specific date
CourseSessionTest - Class in studentinfo
 
CourseSessionTest() - Constructor for class studentinfo.CourseSessionTest
 
createDate(int, int, int) - Method in class studentinfo.CourseSessionTest
 

E

enroll(Student) - Method in class studentinfo.CourseSession
 

G

get(int) - Method in class studentinfo.CourseSession
 
getDepartment() - Method in class studentinfo.CourseSession
 
getEndDate() - Method in class studentinfo.CourseSession
 
getName() - Method in class studentinfo.Student
 
getNumber() - Method in class studentinfo.CourseSession
 
getNumberOfStudents() - Method in class studentinfo.CourseSession
 
getStartDate() - Method in class studentinfo.CourseSession
 

S

setUp() - Method in class studentinfo.CourseSessionTest
 
Student - Class in studentinfo
 
Student(String) - Constructor for class studentinfo.Student
 
studentinfo - package studentinfo
 
StudentTest - Class in studentinfo
 
StudentTest() - Constructor for class studentinfo.StudentTest
 
suite() - Static method in class studentinfo.AllTests
 

T

testCourseDates() - Method in class studentinfo.CourseSessionTest
 
testCreate() - Method in class studentinfo.CourseSessionTest
 
testCreate() - Method in class studentinfo.StudentTest
 
testEnrollStudents() - Method in class studentinfo.CourseSessionTest
 

A C E G S T