public void find_candidates_by_type_fall_back_to_handler_type_if_possible() { var chains = new ChainSearch { Type = typeof(SingleActionController), TypeMode = TypeSearchMode.Any }.FindCandidatesByType(theGraph).SelectMany(x => x); chains.Single() .FirstCall().Description.ShouldBe("SingleActionController.DoSomething(InputModel model) : void"); }