371 questions
Unit test command line arguments
杨岑
171
Reputation points
How can I get the arguments specified in the following dialog:
[TestMethod]
public void Test1() {
// How get the command line arguments?
}
Developer technologies Visual Studio Testing
Sign in to answer