|
|
|
@ -67,78 +67,78 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Commands\AbstractRunTestCommand.cs" /> |
|
|
|
<Compile Include="Commands\AbstractRunTestCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Commands\IRunTestCommandContext.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Commands\MultipleProjectBuildable.cs" /> |
|
|
|
<Compile Include="Commands\RunAllTestsInPadCommand.cs" /> |
|
|
|
<Compile Include="Commands\RunAllTestsInPadCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Commands\RunningTestsCondition.cs" /> |
|
|
|
<Compile Include="Commands\RunProjectTestsInPadCommand.cs" /> |
|
|
|
<Compile Include="Commands\RunProjectTestsInPadCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Commands\RunTestCommandContext.cs" /> |
|
|
|
<Compile Include="Commands\RunTestInPadCommand.cs" /> |
|
|
|
<Compile Include="Commands\RunTestInPadCommand.cs" /> |
|
|
|
<Compile Include="Commands\RunTestWithDebuggerCommand.cs" /> |
|
|
|
<Compile Include="Commands\RunTestWithDebuggerCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Commands\TestableCondition.cs" /> |
|
|
|
<Compile Include="Commands\UnitTestCommands.cs" /> |
|
|
|
<Compile Include="Commands\UnitTestCommands.cs" /> |
|
|
|
<Compile Include="Gui\EmptyUnitTestsPad.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestProcessRunner.cs" /> |
|
|
|
<Compile Include="Gui\UnitTestingOptionsPanel.xaml.cs"> |
|
|
|
<Compile Include="Interfaces\UnitTestProcessRunner.cs" /> |
|
|
|
<DependentUpon>UnitTestingOptionsPanel.xaml</DependentUpon> |
|
|
|
<Compile Include="TestRunner\ITestRunner.cs" /> |
|
|
|
</Compile> |
|
|
|
<Compile Include="TestRunner\TestResultsMonitor.cs" /> |
|
|
|
<Compile Include="Gui\UnitTestsPad.cs" /> |
|
|
|
<Compile Include="TestRunner\TestResultsReader.cs" /> |
|
|
|
<Compile Include="Implementation\UnitTestBuildOptions.cs" /> |
|
|
|
<Compile Include="TestRunner\TestResultTask.cs" /> |
|
|
|
<Compile Include="Implementation\UnitTestBuildProjectFactory.cs" /> |
|
|
|
<Compile Include="TestFramework\IRegisteredTestFrameworks.cs" /> |
|
|
|
<Compile Include="Implementation\UnitTestDebuggerService.cs" /> |
|
|
|
<Compile Include="TestFramework\ITestFramework.cs" /> |
|
|
|
<Compile Include="Implementation\UnitTestFileService.cs" /> |
|
|
|
<Compile Include="TestFramework\ITestFrameworkFactory.cs" /> |
|
|
|
<Compile Include="Implementation\UnitTestSaveAllFilesCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Implementation\UnitTestTaskService.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Implementation\UnitTestWorkbench.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\IBuildOptions.cs" /> |
|
|
|
<Compile Include="Interfaces\IBuildOptions.cs" /> |
|
|
|
<Compile Include="Interfaces\IBuildProjectFactory.cs" /> |
|
|
|
<Compile Include="Interfaces\IBuildProjectFactory.cs" /> |
|
|
|
<Compile Include="Interfaces\IFileSystem.cs" /> |
|
|
|
<Compile Include="Interfaces\IFileSystem.cs" /> |
|
|
|
<Compile Include="Interfaces\IRegisteredTestFrameworks.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\IRunTestCommandContext.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\ITestFramework.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\ITestFrameworkFactory.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\ITestResultsMonitor.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\ITestRunner.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\ITestTreeView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\IUnitTestDebuggerService.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestDebuggerService.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestProcessRunner.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\IUnitTestSaveAllFilesCommand.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestSaveAllFilesCommand.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestsPad.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\IUnitTestTaskService.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestTaskService.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestWorkbench.cs" /> |
|
|
|
<Compile Include="Interfaces\IUnitTestWorkbench.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestBuildOptions.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Model\TestResult.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Pad\EmptyUnitTestsPad.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Pad\IUnitTestsPad.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Pad\UnitTestsPad.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestBuildProjectFactory.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestDebuggerService.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestFileService.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestSaveAllFilesCommand.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestTaskService.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Interfaces\UnitTestWorkbench.cs" /> |
|
|
|
<Compile Include="Model\TestClass.cs" /> |
|
|
|
<Compile Include="Model\TestClass.cs" /> |
|
|
|
<Compile Include="Model\TestMember.cs" /> |
|
|
|
<Compile Include="Model\TestMember.cs" /> |
|
|
|
<Compile Include="Model\TestProject.cs" /> |
|
|
|
<Compile Include="Model\TestProject.cs" /> |
|
|
|
<Compile Include="Model\TestSolution.cs" /> |
|
|
|
<Compile Include="Model\TestSolution.cs" /> |
|
|
|
<Compile Include="MultipleProjectBuildable.cs" /> |
|
|
|
<Compile Include="TestFramework\ITestResultsMonitor.cs" /> |
|
|
|
<Compile Include="Nodes\ClassUnitTestNode.cs" /> |
|
|
|
<Compile Include="TestFramework\RegisteredTestFrameworks.cs" /> |
|
|
|
<Compile Include="Nodes\MemberUnitTestNode.cs" /> |
|
|
|
<Compile Include="TestFramework\TestFrameworkDescriptor.cs" /> |
|
|
|
<Compile Include="Nodes\NamespaceUnitTestNode.cs" /> |
|
|
|
<Compile Include="TestFramework\TestFrameworkDoozer.cs" /> |
|
|
|
<Compile Include="Nodes\ProjectUnitTestNode.cs" /> |
|
|
|
<Compile Include="TestFramework\TestFrameworkFactory.cs" /> |
|
|
|
<Compile Include="Nodes\RootUnitTestNode.cs" /> |
|
|
|
<Compile Include="TestFramework\TestService.cs" /> |
|
|
|
<Compile Include="Nodes\UnitTestBaseNode.cs" /> |
|
|
|
<Compile Include="TreeView\ClassUnitTestNode.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\ITestTreeView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\MemberUnitTestNode.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\NamespaceUnitTestNode.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\ProjectUnitTestNode.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\RootUnitTestNode.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\TestTreeView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TreeView\UnitTestBaseNode.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitConsoleApplication.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitConsoleApplication.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestDebugger.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestDebugger.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestFramework.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestFramework.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestResult.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestResult.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestRunner.cs" /> |
|
|
|
<Compile Include="NUnit\NUnitTestRunner.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Options\UnitTestingOptions.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Options\UnitTestingOptionsPanel.xaml.cs"> |
|
|
|
|
|
|
|
<DependentUpon>UnitTestingOptionsPanel.xaml</DependentUpon> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
<Compile Include="Resources\Images.cs" /> |
|
|
|
<Compile Include="Resources\Images.cs" /> |
|
|
|
<Compile Include="RunTestCommandContext.cs" /> |
|
|
|
<Compile Include="TestRunner\MessageReceivedEventArgs.cs" /> |
|
|
|
<Compile Include="Service\MessageReceivedEventArgs.cs" /> |
|
|
|
<Compile Include="TestRunner\SelectedTests.cs" /> |
|
|
|
<Compile Include="Service\RegisteredTestFrameworks.cs" /> |
|
|
|
<Compile Include="TestRunner\TestDebuggerBase.cs" /> |
|
|
|
<Compile Include="Service\RunningTestsCondition.cs" /> |
|
|
|
<Compile Include="TestRunner\TestFinishedEventArgs.cs" /> |
|
|
|
<Compile Include="Service\SelectedTests.cs" /> |
|
|
|
<Compile Include="TestRunner\TestProcessRunnerBase.cs" /> |
|
|
|
<Compile Include="Service\TestableCondition.cs" /> |
|
|
|
<Compile Include="TestRunner\TestProcessRunnerBaseContext.cs" /> |
|
|
|
<Compile Include="Service\TestDebuggerBase.cs" /> |
|
|
|
<Compile Include="TestRunner\TestRunnerBase.cs" /> |
|
|
|
<Compile Include="Service\TestFinishedEventArgs.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestFrameworkDescriptor.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestFrameworkDoozer.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestFrameworkFactory.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestProcessRunnerBase.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestProcessRunnerBaseContext.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestResult.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestRunnerBase.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Service\TestService.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TestResultsMonitor.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TestResultsReader.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TestResultTask.cs" /> |
|
|
|
|
|
|
|
<Compile Include="TestTreeView.cs" /> |
|
|
|
|
|
|
|
<Compile Include="UnitTestingOptions.cs" /> |
|
|
|
|
|
|
|
<Compile Include="UnitTestProcessRunner.cs" /> |
|
|
|
|
|
|
|
<None Include="PostBuildEvent.proj" /> |
|
|
|
<None Include="PostBuildEvent.proj" /> |
|
|
|
<None Include="UnitTesting.addin"> |
|
|
|
<None Include="UnitTesting.addin"> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
|
|
@ -191,16 +191,17 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="Commands" /> |
|
|
|
<Folder Include="Commands" /> |
|
|
|
<Folder Include="Gui" /> |
|
|
|
<Folder Include="TestFramework" /> |
|
|
|
<Folder Include="Implementation" /> |
|
|
|
<Folder Include="Pad" /> |
|
|
|
<Folder Include="Interfaces" /> |
|
|
|
<Folder Include="Interfaces" /> |
|
|
|
<Folder Include="Model" /> |
|
|
|
<Folder Include="Model" /> |
|
|
|
|
|
|
|
<Folder Include="Options" /> |
|
|
|
<Folder Include="NUnit" /> |
|
|
|
<Folder Include="NUnit" /> |
|
|
|
<Folder Include="Service" /> |
|
|
|
<Folder Include="TestRunner" /> |
|
|
|
<Folder Include="Nodes" /> |
|
|
|
<Folder Include="TreeView" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Page Include="Gui\UnitTestingOptionsPanel.xaml" /> |
|
|
|
<Page Include="Options\UnitTestingOptionsPanel.xaml" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
<Import Project="PostBuildEvent.proj" /> |
|
|
|
<Import Project="PostBuildEvent.proj" /> |
|
|
|
|