Exemple #1
0
 public NewSubcommandToolTest(NSeedFixture nSeedFixture)
 {
     NSeed = nSeedFixture;
     NSeed.CopyIntegrationTestScenariosToTempFolder();
 }
Exemple #2
0
 public InfoSubcommandTest(NSeedFixture nSeedFixture)
 {
     NSeed = nSeedFixture;
     NSeed.CopyIntegrationTestScenariosToTempFolder();
     Errors = SearchNSeedProjectPathErrors.Instance;
 }