Public Member Functions | Public Attributes | Static Private Attributes | List of all members
mox.MoxTestBase Class Reference
Inheritance diagram for mox.MoxTestBase:
Inheritance graph
[legend]

Public Member Functions

def setUp (self)
 

Public Attributes

 mox
 

Static Private Attributes

 __metaclass__ = MoxMetaTestBase
 

Detailed Description

Convenience test class to make stubbing easier.

Sets up a "mox" attribute which is an instance of Mox - any mox tests will
want this. Also automatically unsets any stubs and verifies that all mock
methods have been called at the end of each test, eliminating boilerplate
code.

Definition at line 1389 of file mox.py.

Member Function Documentation

◆ setUp()

def mox.MoxTestBase.setUp (   self)

Definition at line 1400 of file mox.py.

Member Data Documentation

◆ __metaclass__

mox.MoxTestBase.__metaclass__ = MoxMetaTestBase
staticprivate

Definition at line 1398 of file mox.py.

◆ mox

mox.MoxTestBase.mox

Definition at line 1401 of file mox.py.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11