예제 #1
0
 public virtual void ParseIncludes(RepositoryElement[] elements)
 {
     buildMetaData.RepositoryElementList.AddRange(elements);
 }
 protected override void Because()
 {
     _repositoryElement = new RepositoryElement(RepositoryName, IncludePath, ExportPath);
 }