in CachingProxyTests/src/CacheFileProviderTest.cs [27:33]
public void ManglePath3()
{
var provider = new CacheFileProvider(Path.GetTempPath());
Assert.Equal(
Path.Combine(Path.GetTempPath(), "cache-tt.jar"),
provider.GetFileInfo("tt.jar").PhysicalPath);
}