Reference unit tests for common data structures?

前端 未结 1 1055
再見小時候
再見小時候 2021-01-11 14:59

I\'m writing a class library that contains several specialized implementations of common data structures (lists, sets, dictionaries...). I find myself always writing the sam

1条回答
  •  萌比男神i
    2021-01-11 15:28

    You could have a look at the Mono unit tests on Github - there is at least Dictionary and IList tests there already.

    0 讨论(0)
提交回复
热议问题