Package test.boundary
Class ProjectViewerTest
java.lang.Object
test.boundary.ProjectViewerTest
This class is used to test the functionality of the ProjectViewer class,
 which displays all projects stored in the system.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ProjectViewerTestpublic ProjectViewerTest()
 
- 
- 
Method Details- 
mainThe main method is used to test the viewAllProject method from the ProjectViewer class. It calls the viewAllProject method to display all projects stored in the system.- Parameters:
- args- command line arguments
- Throws:
- PageBackException- if the user chooses to go back to the previous page
 
 
-