public ProjectChangeListener(TestSolution testSolution, IProject project)
 {
     this.testSolution = testSolution;
     this.project      = project;
 }
Example #2
0
			public ProjectChangeListener(TestSolution testSolution, IProject project)
			{
				this.testSolution = testSolution;
				this.project = project;
			}