Beispiel #1
0
 public void GivenSupports_WhenGivenCommandType_ThenOnlySupportsMove(RobotCommandType commandType, bool result)
 {
     _handler.Supports(commandType).Should().Be(result);
 }