public void chains_are_registered_from_source() { matcher.AddSource(new SimpleActionSource()); matcher.BuildBehaviors(pool, graph); graph.Behaviors.ShouldHaveCount(1); }
public ActionCallCandidateExpression FindWith(IActionSource actionSource) { _actionSourceMatcher.AddSource(actionSource); return(this); }