Developer technologies | Visual Studio | Testing
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I get the arguments specified in the following dialog:
[TestMethod]
public void Test1() {
// How get the command line arguments?
}