Package org.apache.jmeter.gui.action
Class RawTextSearcher
- java.lang.Object
-
- org.apache.jmeter.gui.action.RawTextSearcher
-
-
Constructor Summary
Constructors Constructor Description RawTextSearcher(boolean caseSensitive, String textToSearch)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansearch(List<String> textTokens)Implements the searchprotected booleantestField(String value, String searchedTextLowerCase)Returns true if searchedTextLowerCase is in value
-
-
-
Constructor Detail
-
RawTextSearcher
public RawTextSearcher(boolean caseSensitive, String textToSearch)Constructor- Parameters:
caseSensitive- is search case sensitivetextToSearch- Text to search
-
-
Method Detail
-
testField
protected boolean testField(String value, String searchedTextLowerCase)
Returns true if searchedTextLowerCase is in value- Parameters:
value- string in which the search will be donesearchedTextLowerCase- string which will be searched for- Returns:
- true if searchedTextLowerCase is in value
-
-