I have the following sample piece of code in c# -
public void MyMethod() {
WriteVerbose("My Statement");
}
How should I write a testmethod for this using MSTest?
WriteVerbose() is from CmdletProvider
I have the following sample piece of code in c# -
public void MyMethod() {
WriteVerbose("My Statement");
}
How should I write a testmethod for this using MSTest?
WriteVerbose() is from CmdletProvider
Hi @NewCodee-7655, I’m now trying to involve someone more experienced in this topic to research this issue. It may take some time, please be patient to wait. Any update I will share here. Thanks for your understanding.
9 people are following this question.