Closed jrolstad closed 3 years ago
I did the same for my own project adding just these 4 lines (constructor overload)
public TestHost(IServiceCollection serviceCollection) : this()
{
_serviceCollection = serviceCollection;
}
Closing since this library was for a POC and I'm using bUnit now.
Addressing issue #14 and also exposing the NextRender method so the TestHost can be used by other test builders