Public Member Functions | |
def | setUp (self) |
def | setUp (self) |
Public Attributes | |
mox | |
Static Private Attributes | |
__metaclass__ = MoxMetaTestBase | |
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 bloaty/third_party/protobuf/python/mox.py.
def mox.MoxTestBase.setUp | ( | self | ) |
Definition at line 1400 of file bloaty/third_party/protobuf/python/mox.py.
def mox.MoxTestBase.setUp | ( | self | ) |
Definition at line 1400 of file protobuf/python/mox.py.
|
staticprivate |
Definition at line 1398 of file bloaty/third_party/protobuf/python/mox.py.
mox.MoxTestBase.mox |
Definition at line 1401 of file bloaty/third_party/protobuf/python/mox.py.