Interface Test

All Known Implementing Classes:
TestImpl

public interface Test
This interface is solely for testing purposes where it provides a way to print some testing messages.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Method Summary

    Modifier and Type
    Method
    Description
    This method generates a greeting message along with counter and instance information.
  • Method Details

    • hello

      String hello()
      This method generates a greeting message along with counter and instance information.
      Returns:
      a string containing the fixed hello message.