Example #1
0
 public void CanExecuteTest()
 {
     Assert.DoesNotThrow(() => { workingHoursCommandUnderTest.CanExecute(new Object()); });
 }