Class ClientTestLog

java.lang.Object
org.eclnt.jsfserver.util.ClientTestLog

public class ClientTestLog extends Object
Functions in the area of filling the client message log. This log is used as part of the CaptainCasa UI-Test-Utility.
  • Field Details

    • s_commentCounter

      public static int s_commentCounter
  • Constructor Details

    • ClientTestLog

      public ClientTestLog()
  • Method Details

    • addClientTestLogComment

      public static void addClientTestLogComment(String comment)
      Add comment. A comment is added to the test log but is not used for comparing the test log results.
    • addClientTestLogMessage

      public static void addClientTestLogMessage(String message)
      Add message. A message is used for comparing test log results.
    • checkIfClientTestLogIsActive

      public static boolean checkIfClientTestLogIsActive()