Robot Framework Integrated Development Environment (RIDE)
robotide.searchtests.searchtests.TestSearchMatcher Class Reference

Public Member Functions

def __init__ (self, text)
 
def matches (self, test)
 

Private Member Functions

def _match_in (self, text)
 
def _matches (self, test)
 

Private Attributes

 _texts
 
 _texts_lower
 

Detailed Description

Definition at line 150 of file searchtests.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.searchtests.searchtests.TestSearchMatcher.__init__ (   self,
  text 
)

Definition at line 152 of file searchtests.py.

Member Function Documentation

◆ _match_in()

def robotide.searchtests.searchtests.TestSearchMatcher._match_in (   self,
  text 
)
private

Definition at line 172 of file searchtests.py.

◆ _matches()

def robotide.searchtests.searchtests.TestSearchMatcher._matches (   self,
  test 
)
private

Definition at line 161 of file searchtests.py.

◆ matches()

def robotide.searchtests.searchtests.TestSearchMatcher.matches (   self,
  test 
)

Definition at line 156 of file searchtests.py.

Member Data Documentation

◆ _texts

robotide.searchtests.searchtests.TestSearchMatcher._texts
private

Definition at line 153 of file searchtests.py.

◆ _texts_lower

robotide.searchtests.searchtests.TestSearchMatcher._texts_lower
private

Definition at line 154 of file searchtests.py.


The documentation for this class was generated from the following file: