Beispiel #1
0
 public void Constructor(bool loadEventsOnly)
 {
     sut.AssertConstructorEvents(x =>
     {
         x.Id.Should().Be(Guid.Parse("E16EF2AB-20FF-438E-A1CE-48E6A8BDC7B2"));
         x.Name.Should().Be("My todo list");
     }, loadEventsOnly,
                                 new TodoListRenamedEvent("My todo list"));
 }