Searched defs:MoxTestBase (Results 1 - 3 of 3) sorted by relevance

/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
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py2088 As the mox unit testing class is being constructed (MoxTestBase or a
2099 # for a case when test class is not the immediate child of MoxTestBase
2112 """Adds Mox cleanup code to any MoxTestBase method.
2118 cls: MoxTestBase or subclass; the class whose method we are
2120 func: method; the method of the MoxTestBase test class we wish to
2155 class MoxTestBase(_MoxTestBase): class in inherits:_MoxTestBase
2166 super(MoxTestBase, self).setUp()
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py2088 As the mox unit testing class is being constructed (MoxTestBase or a
2099 # for a case when test class is not the immediate child of MoxTestBase
2112 """Adds Mox cleanup code to any MoxTestBase method.
2118 cls: MoxTestBase or subclass; the class whose method we are
2120 func: method; the method of the MoxTestBase test class we wish to
2155 class MoxTestBase(_MoxTestBase): class in inherits:_MoxTestBase
2166 super(MoxTestBase, self).setUp()

Completed in 7176 milliseconds