示例#1
0
 protected override void Given()
 {
     allocationRoot = Path.Combine(GitTestSupport.GetTempPath(), Path.GetRandomFileName());
     Directory.CreateDirectory(allocationRoot);
     workingAreaGoverner = new SubfolderWorkingAreaGoverner(allocationRoot);
     allocatedArea = workingAreaGoverner.AllocateWorkingArea();
 }