public void SetUp()
 {
     game = new Game();
     context = new MockGalaxy();
     context.SetValueForTesting("command", "photon");
 }
 public void SetUp()
 {
     game    = new Game();
     context = new MockGalaxy();
     context.SetValueForTesting("command", "photon");
 }