Beispiel #1
0
 public void Setup(Sandbox sandbox)
 {
     Debug.WriteLine("Setting up Test Grain.");
     IsSetup = true;
 }
Beispiel #2
0
 public SandboxTests()
 {
     Sandbox = new Sandbox();
 }