Searched refs:_CreateTest (Results 1 – 3 of 3) sorted by relevance
2114 def _CreateTest(self, test_name): member in MoxTestBaseTest2141 self._CreateTest('testSuccess')2146 self._CreateTest('testSuccess')2153 self._CreateTest('testHasStubs')2158 self._CreateTest('testHasStubs')2165 self._CreateTest('testExpectedNotCalled')2180 self._CreateTest('testExpectedNotCalled')2187 self._CreateTest('testUnexpectedCall')2203 self._CreateTest('testFailure')2219 self._CreateTest('testStat')[all …]
261 self._CreateTest(test_file, docstring, test)334 def _CreateTest(self, test_file, docstring, test): member in DocCreator