Beispiel #1
0
 public ListPhysicalPathsReport(INetlistDataBuilder netlistDataBuilder, IPhysicalPathQuery physicalPathQuery, IFileWriter fileWriter, IListPhysicalPathsFileContentDirector listPhysicalPathsFileContentDirector)
 {
     _netlistDataBuilder = netlistDataBuilder;
     _physicalPathQuery  = physicalPathQuery;
     _fileWriter         = fileWriter;
     _listPhysicalPathsFileContentDirector = listPhysicalPathsFileContentDirector;
 }
Beispiel #2
0
 public void SetUp()
 {
     _target = Get <IPhysicalPathQuery>();
 }