void before_each()
 {
     _cellLivedChannel = new GenericHandlerForTesting<CellLived>();
     _cellDiedChannel = new GenericHandlerForTesting<CellDied>();
     _subject = new DetermineNextStateOfDeadCell(_cellLivedChannel, _cellDiedChannel);
 }
Esempio n. 2
0
 void before_each()
 {
     _cellLivedChannel = new GenericHandlerForTesting <CellLived>();
     _cellDiedChannel  = new GenericHandlerForTesting <CellDied>();
     _subject          = new DetermineNextStateOfDeadCell(_cellLivedChannel, _cellDiedChannel);
 }