webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
mox.MoxTestBase Class Reference
Inheritance diagram for mox.MoxTestBase:

Public Member Functions

def setUp (self)
 

Public Attributes

 mox
 

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.

Member Function Documentation

◆ setUp()

def mox.MoxTestBase.setUp (   self)

Member Data Documentation

◆ mox

mox.MoxTestBase.mox

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