Package SimPy :: Module testSimPy :: Class makeSimulationtestcase
[hide private]
[frames] | no frames]

Class makeSimulationtestcase

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   makeSimulationtestcase

Tests of simulation

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException


Instance Methods [hide private]
  testInit(self)
Test initialisation
  testActivate(self)
Test activate()
  testStart(self)
Test start method
  testStartActions(self)
Test start method with ACTIONS PEM
  testYield(self)
Test yield hold and simulate(until)

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]

testInit(self)

source code 
Test initialisation

testActivate(self)

source code 
Test activate()

testStart(self)

source code 
Test start method

testStartActions(self)

source code 
Test start method with ACTIONS PEM

testYield(self)

source code 
Test yield hold and simulate(until)