Esempio n. 1
0
 public IGrammar TheActiveSubscriptionsAre()
 {
     return(VerifySetOf(() => _node.LoadedSubscriptions())
            .Titled("The active subscriptions for publishing are")
            .MatchOn(x => x.NodeName, x => x.MessageType, x => x.Source, x => x.Receiver));
 }