Package test.boundary

Class WelcomeTest

java.lang.Object
test.boundary.WelcomeTest

public class WelcomeTest extends Object
A class to test the functionality of the Welcome class.
  • Constructor Details

    • WelcomeTest

      public WelcomeTest()
  • Method Details

    • main

      public static void main(String[] args)
      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.