예제 #1
0
 public void Given()
 {
     CmdLine.Init(new[]
     {
         "/profile:testing"
     });
 }
예제 #2
0
 public void Given()
 {
     CmdLine.Init(new[]
     {
         "/uninstall"
     });
 }
예제 #3
0
 public void Given()
 {
     CmdLine.Init(new[]
     {
         "/update:package"
     });
 }
예제 #4
0
 public void Given()
 {
     CmdLine.Init(new string[0]);
 }