You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void Example_test_with_concrete_object_provide()
133
142
{
@@ -187,63 +196,6 @@ public void SubstituteForConfigureWithContext()
187
196
}
188
197
```
189
198
190
-
Similarly, you can resolve a concrete type from the autosubstitute container and register that with the underlying container using the `ResolveAndSubstituteFor` method:
If you need to access the underlying Autofac container for some reason then you use the `Container` property on the `AutoSubstitute` object.
248
200
249
201
If you want to make modifications to the container builder before the container is build from it there is a second constructor parameter you can use, for example:
0 commit comments