Class TextUtils


  • public class TextUtils
    extends java.lang.Object
    Static utilities that assist and simplify data conversion and transformation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String listOfRemoteTextToString​(java.util.List<com.intellij.remoterobot.fixtures.dataExtractor.RemoteText> data)
      Transform a List of RemoteText labels to one String
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • listOfRemoteTextToString

        public static java.lang.String listOfRemoteTextToString​(java.util.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