C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,111 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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