Package test.boundary
Class WelcomeTest
java.lang.Object
test.boundary.WelcomeTest
A class to test the functionality of the Welcome class.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
WelcomeTest
public WelcomeTest() 
 - 
 - 
Method Details
- 
main
Tests 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. 
 -