public Set<FileWrapper> getTestSourceFiles() {
   return myTest.getSources();
 }
 public Set<FileWrapper> getSourceFiles() {
   return mySource.getSources();
 }