Exemple #1
0
	def testExceptionsTaskParallel( self ) :

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

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

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

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

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

        GafferTest.testLRUCacheExceptions("serial")