java.lang.Object
com.redhat.devtools.intellij.commonuitest.utils.texttranformation.TextUtils

public class TextUtils extends Object
Static utilities that assist and simplify data conversion and transformation
  • Method Details

    • listOfRemoteTextToString

      public static String listOfRemoteTextToString(List<com.intellij.remoterobot.fixtures.dataExtractor.RemoteText> data)
      Transform a List of RemoteText labels to one String
      Parameters:
      data - List of RemoteText instances
      Returns:
      String containing a concatenation of all the labels in the 'data' List