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

Public Member Functions

def __eq__ (self, other)
 
def __ge__ (self, other)
 
def __gt__ (self, other)
 
def __hash__ (self)
 
def __init__ (self, original_search_terms, search_terms_lower, test)
 
def __le__ (self, other)
 
def __lt__ (self, other)
 
def __ne__ (self, other)
 
def __repr__ (self)
 

Static Public Member Functions

def m_cmp (a, b)
 

Private Member Functions

def _compare (self, my_result, other_result, my_cmp, other_cmp)
 
def _helper_cmp_ (self, other)
 
def _is_name_match (self)
 
def _is_tag_match (self)
 
def _match_in (self, text)
 
def _tags (self)
 
def _total_matches (self)
 

Private Attributes

 __tags
 
 __total_matches
 
 _original_search_terms
 
 _search_terms_lower
 
 _test
 

Detailed Description

Definition at line 176 of file searchtests.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.searchtests.searchtests.SearchResult.__init__ (   self,
  original_search_terms,
  search_terms_lower,
  test 
)

Definition at line 178 of file searchtests.py.

Member Function Documentation

◆ __eq__()

def robotide.searchtests.searchtests.SearchResult.__eq__ (   self,
  other 
)

Definition at line 244 of file searchtests.py.

◆ __ge__()

def robotide.searchtests.searchtests.SearchResult.__ge__ (   self,
  other 
)

Definition at line 262 of file searchtests.py.

◆ __gt__()

def robotide.searchtests.searchtests.SearchResult.__gt__ (   self,
  other 
)

Definition at line 259 of file searchtests.py.

◆ __hash__()

def robotide.searchtests.searchtests.SearchResult.__hash__ (   self)

Definition at line 250 of file searchtests.py.

◆ __le__()

def robotide.searchtests.searchtests.SearchResult.__le__ (   self,
  other 
)

Definition at line 256 of file searchtests.py.

◆ __lt__()

def robotide.searchtests.searchtests.SearchResult.__lt__ (   self,
  other 
)

Definition at line 253 of file searchtests.py.

◆ __ne__()

def robotide.searchtests.searchtests.SearchResult.__ne__ (   self,
  other 
)

Definition at line 247 of file searchtests.py.

◆ __repr__()

def robotide.searchtests.searchtests.SearchResult.__repr__ (   self)

Definition at line 237 of file searchtests.py.

◆ _compare()

def robotide.searchtests.searchtests.SearchResult._compare (   self,
  my_result,
  other_result,
  my_cmp,
  other_cmp 
)
private

Definition at line 205 of file searchtests.py.

◆ _helper_cmp_()

def robotide.searchtests.searchtests.SearchResult._helper_cmp_ (   self,
  other 
)
private

Definition at line 189 of file searchtests.py.

◆ _is_name_match()

def robotide.searchtests.searchtests.SearchResult._is_name_match (   self)
private

Definition at line 226 of file searchtests.py.

◆ _is_tag_match()

def robotide.searchtests.searchtests.SearchResult._is_tag_match (   self)
private

Definition at line 229 of file searchtests.py.

◆ _match_in()

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

Definition at line 223 of file searchtests.py.

◆ _tags()

def robotide.searchtests.searchtests.SearchResult._tags (   self)
private

Definition at line 232 of file searchtests.py.

◆ _total_matches()

def robotide.searchtests.searchtests.SearchResult._total_matches (   self)
private

Definition at line 214 of file searchtests.py.

◆ m_cmp()

def robotide.searchtests.searchtests.SearchResult.m_cmp (   a,
  b 
)
static

Definition at line 241 of file searchtests.py.

Member Data Documentation

◆ __tags

robotide.searchtests.searchtests.SearchResult.__tags
private

Definition at line 183 of file searchtests.py.

◆ __total_matches

robotide.searchtests.searchtests.SearchResult.__total_matches
private

Definition at line 182 of file searchtests.py.

◆ _original_search_terms

robotide.searchtests.searchtests.SearchResult._original_search_terms
private

Definition at line 179 of file searchtests.py.

◆ _search_terms_lower

robotide.searchtests.searchtests.SearchResult._search_terms_lower
private

Definition at line 180 of file searchtests.py.

◆ _test

robotide.searchtests.searchtests.SearchResult._test
private

Definition at line 181 of file searchtests.py.


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