public void FixtureSetup() { XmlConfigurator.Configure(); props = new Dictionary <string, string>(); provider = new SharedCacheProvider(); provider.Start(props); }
public void FixtureSetup() { XmlConfigurator.Configure(); props = new Dictionary<string, string>(); provider = new SharedCacheProvider(); provider.Start(props); }
public void ClassSetUp() { provider = new SharedCacheProvider(); props = new Dictionary <string, string>(); provider.Start(props); }