public ServercoreContainerTests()
 {
     sandbox = new Sandbox(Sandbox.ContainerType.ServerCore, id);
 }
Example #2
0
 public ContainerTests()
 {
     sandbox = new Sandbox(id);
 }