Beispiel #1
0
 public void ConstructHimself()
 {
     _ = new Clean.Command(_actionToExecute);
 }
Beispiel #2
0
 public void TestInitialize()
 {
     _actualCount     = 0;
     _actionToExecute = () => _actualCount++;
     _sut             = new Clean.Command(_actionToExecute);
 }