Searched refs:MoxTestBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/
H A Dmox.py1337 As the mox unit testing class is being constructed (MoxTestBase or a
1348 # for a case when test class is not the immediate child of MoxTestBase
1359 """Adds Mox cleanup code to any MoxTestBase method.
1365 cls: MoxTestBase or subclass; the class whose test method we are altering.
1366 func: method; the method of the MoxTestBase test class we wish to alter.
1389 class MoxTestBase(unittest.TestCase): class in inherits:unittest.TestCase
/external/protobuf/python/
H A Dmox.py1337 As the mox unit testing class is being constructed (MoxTestBase or a
1348 # for a case when test class is not the immediate child of MoxTestBase
1359 """Adds Mox cleanup code to any MoxTestBase method.
1365 cls: MoxTestBase or subclass; the class whose test method we are altering.
1366 func: method; the method of the MoxTestBase test class we wish to alter.
1389 class MoxTestBase(unittest.TestCase): class in inherits:unittest.TestCase

Completed in 55 milliseconds