Package test.boundary
Class WelcomeTest
java.lang.Object
test.boundary.WelcomeTest
A class to test the functionality of the Welcome class.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
WelcomeTestpublic WelcomeTest()
 
- 
- 
Method Details- 
mainTests the welcome() method of the Welcome class. The method prints a welcome message to the console. This test simply calls the method to ensure that it runs without errors.
 
-