예제 #1
0
	def testExceptionsTaskParallel( self ) :

		GafferTest.testLRUCacheExceptions( "taskParallel" )
예제 #2
0
	def testExceptionsParallel( self ) :

		GafferTest.testLRUCacheExceptions( "parallel" )
예제 #3
0
	def testExceptionsSerial( self ) :

		GafferTest.testLRUCacheExceptions( "serial" )
예제 #4
0
    def testExceptionsTaskParallel(self):

        GafferTest.testLRUCacheExceptions("taskParallel")
예제 #5
0
    def testExceptionsParallel(self):

        GafferTest.testLRUCacheExceptions("parallel")
예제 #6
0
    def testExceptionsSerial(self):

        GafferTest.testLRUCacheExceptions("serial")