コード例 #1
0
ファイル: ZipPackages.cs プロジェクト: gdalgas/openwrap
 public void cache_is_created()
 {
     RepositoryPath.GetDirectory("_cache").GetDirectory("test-module-1.0.0")
     .Exists.ShouldBeTrue();
 }
コード例 #2
0
ファイル: ZipPackages.cs プロジェクト: gdalgas/openwrap
 public void cache_is_not_created_yet()
 {
     RepositoryPath.GetDirectory("_cache").GetDirectory("test-module-1.0.0")
     .Exists.ShouldBeFalse();
 }