How to compare Lists in Unit Testing

后端 未结 7 1574
闹比i
闹比i 2020-11-30 00:24

How can this test fail?

[TestMethod]
public void Get_Code()
{
    var expected = new List();
    expected.A         


        
7条回答
提交回复
热议问题