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