JasperFx / alba

Easy integration testing for ASP.NET Core applications
https://jasperfx.github.io/alba
Apache License 2.0
407 stars 39 forks source link

New flavors of Before/AfterEach that give you access to the underlying IoC container #63

Closed jeremydmiller closed 5 years ago

jeremydmiller commented 6 years ago

Moar overloads! Also, let's have some helpers to do something like BeforeEach(Action<T, HttpContext>) and BeforeEachAsync(Func<T, HttpContext, Task>();

jeremydmiller commented 5 years ago

I'm going to say that this is unnecessary. Just needs samples I think.