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