public void TestInitialize() { this.configStore = new MockConfigStore(); var env = new CoordinatorEnvironment( "fabric:/System/InfrastructureService", new ConfigSection(TraceType, this.configStore, ConfigSectionName), string.Empty, new MockInfrastructureAgentWrapper()); this.translator = new ImpactTranslator(env); }
public void TestInitialize() { this.configStore = new MockConfigStore(); this.translator = new ImpactTranslator(new ConfigSection(TraceType, this.configStore, ConfigSectionName)); }