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