internal RefRepositoryTestMethods(ICommitRepository cmrepo, IStreamedBlobRepository blrepo, ITreeRepository trrepo, ITagRepository tgrepo, IRefRepository rfrepo) { this.cmrepo = cmrepo; this.blrepo = blrepo; this.trrepo = trrepo; this.tgrepo = tgrepo; this.rfrepo = rfrepo; }
internal TreeRepositoryTestMethods(IStreamedBlobRepository blrepo, ITreeRepository trrepo) { this.blrepo = blrepo; this.trrepo = trrepo; }
internal StreamedBlobRepositoryTestMethods(IStreamedBlobRepository blrepo) { this.blrepo = blrepo; }
public TestContext(ContentEngine ce, ITreeRepository trrepo, IStreamedBlobRepository blrepo, ITreePathStreamedBlobRepository tpsbrepo) { this.ce = ce; this.trrepo = trrepo; this.blrepo = blrepo; this.tpsbrepo = tpsbrepo; }