public void Should_not_link_IMetadataFile_to_itself_or_indirect_antecendants(string antecendant)
 {
     router.DidNotReceive().RouteSources("Example.Types.IMetadataFile", antecendant);
 }
Exemple #2
0
 public void Should_not_route_for_concrete_type()
 {
     router.DidNotReceive().AddSource("Example.Types.SuperMetadata", Arg.Any <string>());
 }