public void does_find_actions_from_other_assemblies() { source.Applies.ToAssemblyContainingType <AssemblyEndpoint>(); source.IncludeClassesSuffixedWithEndpoint(); theResultingGraph.ChainFor <AssemblyEndpoint>(x => x.get_hello()) .ShouldNotBeNull(); }