public RepositoryExtensionsTests() { _testSetup = TestSetup.Create(); _testPlatformAbstractions = new TestPlatformAbstractions(); CommandLineUI.Platform = _testPlatformAbstractions; }
public WorkingCopyTests() { _testSetup = TestSetup.Create(); _testPlatformAbstractions = new TestPlatformAbstractions(); CommandLineUI.Platform = _testPlatformAbstractions; }
public ProgramTests() { _testSetup = TestSetup.Create(); TempProject.CreateCsharpProject(_testSetup.WorkingDirectory, "1.1.0"); _testPlatformAbstractions = new TestPlatformAbstractions(); CommandLineUI.Platform = _testPlatformAbstractions; }