Class TextUtils
java.lang.Object
com.redhat.devtools.intellij.commonuitest.utils.texttranformation.TextUtils
Static utilities that assist and simplify data conversion and transformation
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringlistOfRemoteTextToString(List<com.intellij.remoterobot.fixtures.dataExtractor.RemoteText> data) Transform a List of RemoteText labels to one String
-
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
-