userver: testsuite.matching.AnyList Class Reference
Loading...
Searching...
No Matches
testsuite.matching.AnyList Class Reference

Detailed Description

Value is a list.

Example:

.. code-block:: python

assert ['foo', 'bar'] == matching.any_list

Definition at line 410 of file matching.py.

Public Member Functions

 __repr__ (self)
 __eq__ (self, other)
 __testsuite_resolve_value__ (self, other, report_error)

Member Function Documentation

◆ __eq__()

testsuite.matching.AnyList.__eq__ ( self,
other )

Definition at line 423 of file matching.py.

◆ __repr__()

testsuite.matching.AnyList.__repr__ ( self)

Definition at line 420 of file matching.py.

◆ __testsuite_resolve_value__()

testsuite.matching.AnyList.__testsuite_resolve_value__ ( self,
other,
report_error )

Definition at line 426 of file matching.py.


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