示例#1
0
        public void Should_subscribe_after_constructor()
        {
            sut.Unsubscribe();

            A.CallTo(() => eventStore.CreateSubscription(sut, A <string> ._, A <string> ._))
            .MustHaveHappened();
        }