public void Setup() { _tc = new TestingContext(); _tc.Run(new SetupLocalSettings(Currency.Pln.Code, Currency.Pln.Code)); _fixture = new Fixture(); }
public void Setup() { _tc = new TestingContext(); _setupLocalSettings = new SetupLocalSettings(); _tc.Run(_setupLocalSettings); }