Package SimPy :: Module testSimPyStep :: Class makeStoreCompTestcase
[hide private]
[frames] | no frames]

Class makeStoreCompTestcase

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   makeStoreCompTestcase

Store: Testcase for compound get statements

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException


Instance Methods [hide private]
  testBasicTime(self)
Store (unmonitored): test 'yield (get,self,store),(hold,self,timeout)
  testBasicTimePut(self)
Store (unmonitored): test 'yield (put,self,store),(hold,self,time)
  testBasicTimePutM(self)
Store (monitored): test monitors with 'yield (put,self,store),(hold,self,time)
  testBasicEvent(self)
Store (unmonitored): test 'yield (get,self,store),(waitevent,self,event)
  testBasicEventPut(self)
Store (unmonitored): test 'yield (put,self,store),(waitevent,self,event)
  testBasicEventPutM(self)
Store (monitored): test monitors with 'yield (put,self,store),(waitevent,self,event)

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

testBasicTime(self)

source code 
Store (unmonitored): test 'yield (get,self,store),(hold,self,timeout)

testBasicTimePut(self)

source code 
Store (unmonitored): test 'yield (put,self,store),(hold,self,time)

testBasicTimePutM(self)

source code 
Store (monitored): test monitors with 'yield (put,self,store),(hold,self,time)

testBasicEvent(self)

source code 
Store (unmonitored): test 'yield (get,self,store),(waitevent,self,event)

testBasicEventPut(self)

source code 
Store (unmonitored): test 'yield (put,self,store),(waitevent,self,event)

testBasicEventPutM(self)

source code 
Store (monitored): test monitors with 'yield (put,self,store),(waitevent,self,event)