Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- test - package test
-
This package contains all the test classes for the project.
- test.boundary - package test.boundary
-
This package tests the boundary classes.
- test.controller - package test.controller
-
This package tests the controller classes.
- test.model.user - package test.model.user
-
This package tests the user model classes.
- test.repository.user - package test.repository.user
-
This package tests the user repository classes.
- test.utils - package test.utils
-
This package tests the utils classes.
- testCoordinator() - Method in class test.model.user.UserTest
-
Test the Coordinator subclass of the User class.
- testLogin() - Method in class test.controller.AccountManagerTest
-
Test case for the login method of AccountManager
- testRegister() - Method in class test.controller.AccountManagerTest
-
Test case for the register method of AccountManager
- testRegisterStudent() - Method in class test.controller.StudentRegistrationMangerTest
-
This method tests the registration of a student to a project.
- testStudent() - Method in class test.model.user.UserTest
-
Test the Student subclass of the User class.
- testSupervisor() - Method in class test.model.user.UserTest
-
Test the Supervisor subclass of the User class.
- testUserEmail(User, String) - Method in class test.model.user.UserTest
-
Test that the user email matches the provided email and is not "hahaha".
- testUserID(User, String) - Method in class test.model.user.UserTest
-
Test that the user ID matches the provided ID and is not "hahaha".
- testUserName(User, String) - Method in class test.model.user.UserTest
-
Test that the username matches the provided name and is not "hahaha".
- testUserPassword(User, String) - Method in class test.model.user.UserTest
-
Test that the user password matches the provided password.
- toMap() - Method in interface main.utils.iocontrol.Mappable
-
Converts the object to a map
- toString() - Method in record class main.utils.iocontrol.ObjectOutputControlCharacters
-
Returns a string representation of this record class.
- TransferStudentRequest - Class in main.model.request
-
A class that represents a transfer student request
- TransferStudentRequest(String, String, String, String, String) - Constructor for class main.model.request.TransferStudentRequest
-
Constructor
- TransferStudentRequest(Map<String, String>) - Constructor for class main.model.request.TransferStudentRequest
-
Constructor
- transferToNewSupervisor(String, String) - Static method in class main.controller.project.ProjectManager
-
transfer a student to a new supervisor
- transferToNewSupervisor(String, String, String, String) - Static method in class main.controller.request.SupervisorManager
-
Transfer a student to a new supervisor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form