Пример #1
0
 def testFunOfN(n):
     if n < 10:
         pass
     else:
         raise PerformanceTestReporter.TimedOutException("timed out!!")
Пример #2
0
 def testFunOfN(n):
     raise PerformanceTestReporter.TimedOutException("timed out!!")