Should you unit test constructors of abstract classes and, if so, how?

后端 未结 0 1699
长情又很酷
长情又很酷 2021-02-02 17:26

Supposing you have an abstract base class like this:

public abstract class WebApiServiceBase
    {
        public WebApiServiceBase(
            HttpClient httpCl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题