Class TestRequest

java.lang.Object
com.epam.admintool.commands.Command
com.epam.admintool.commands.generic.TestRequest

public class TestRequest extends Command
The TestRequest command. Send the test request to specified session.
  • Constructor Details

    • TestRequest

      public TestRequest()
  • Method Details

    • execute

      public void execute()
      Description copied from class: Command
      Execute command.
      Specified by:
      execute in class Command