Esempio n. 1
0
	def testExceptionsTaskParallel( self ) :

		GafferTest.testLRUCacheExceptions( "taskParallel" )
Esempio n. 2
0
	def testExceptionsParallel( self ) :

		GafferTest.testLRUCacheExceptions( "parallel" )
Esempio n. 3
0
	def testExceptionsSerial( self ) :

		GafferTest.testLRUCacheExceptions( "serial" )
Esempio n. 4
0
    def testExceptionsTaskParallel(self):

        GafferTest.testLRUCacheExceptions("taskParallel")
Esempio n. 5
0
    def testExceptionsParallel(self):

        GafferTest.testLRUCacheExceptions("parallel")
Esempio n. 6
0
    def testExceptionsSerial(self):

        GafferTest.testLRUCacheExceptions("serial")