Exemplo n.º 1
0
 private IDependency Act(Type collectionType)
 {
     return(_factory
            .Invoking(factory => factory.BuildDependency(collectionType, _engine.Object))
            .Should().NotThrow().Subject);
 }