我有一个私有方法,如下所示:
int void SomeMethod(ref string theStr) { // Some Implementation }
如何为这种方法编写单元测试用例.
c# nunit
c# ×1
nunit ×1