Relative Content

Tag Archive for c#unit-testingasp.net-core

How to component test Web API

I’ve been banging my head against the wall trying to figure out how to component test my Web API. Once upon time this used to be a fairly simple process using TestServer and having a testable Startup class but this seems to have changed.