def test_DoallEvents_one_initial_envent(self):
     '''Testing DoallEventsMethod'''
     a = ParticleSim()
     a.setup()
     print('********************************************************')
     print('##TEST   for   n = 1   mean = 4   seed =None')
     print('Pay attention here to check whether the simulation driver is doing the rihgt thing')
     a.doAllEvents()
 def test_DoAllEvents_30(self):
     '''Testing DoallEventsMethod'''
     a = ParticleSim()
     a.setup(30,10,3)
     print('********************************************************')
     print(' ##TEST For  n=30    mean = 10   seed = 3   ')
      
     
     print('Pay attention here to check whether the simulation driver is doing the rihgt thing')
     a.doAllEvents()