How do I unit test a WCF service?

后端 未结 3 1515
走了就别回头了
走了就别回头了 2021-02-05 09:49

We have a whole bunch of DLLs that give us access to our database and other applications and services.

We\'ve wrapped these DLLs with a thin WCF service layer which our

3条回答
  •  無奈伤痛
    2021-02-05 10:14

    The consumer of your service doesn't care what's underneath your service. To really test your service layer, I think your layer needs to go down to DLLs and the database and write at least CRUD test.

提交回复
热议问题