Beispiel #1
0
 public void AddActor()
 {
     _actorContext.Add(_actor);
     _actorContext.Should().Contain(_actor);
 }