Download TestCop - reporting for duty
Description
Testcop is a Resharper 8 plugin. Testcop helps with c# unit test (e.g. nunit, mstest, xunit) and c# class file navigation within Visual Studio.
Icons
Source Files
The download file testcop.zip has the following entries.
Media/TestCop.wmv/*from w w w . j a v a 2 s. c o m*/
Project/Src/InstallSupport/Install-TestCop.7.1.bat
Project/Src/InstallSupport/NuGet.exe
Project/Src/InstallSupport/TestCop.nuspec
Project/Src/InstallSupport/UnblockZoneIdentifier.exe
Project/Src/InstallSupport/nuget.build.bat
Project/Src/TestCop.Plugin.Tests/CSharpHighlightingWithinSolutionTestBase.cs
Project/Src/TestCop.Plugin.Tests/Extensions/ListExtensionsTests.cs
Project/Src/TestCop.Plugin.Tests/Extensions/StringExtensionsTests.cs
Project/Src/TestCop.Plugin.Tests/Extensions/TypeElementExtensionsTests.cs
Project/Src/TestCop.Plugin.Tests/Highlighting/ShouldBePublicWarningTests.cs
Project/Src/TestCop.Plugin.Tests/Highlighting/TestClassNameWarningTests.cs
Project/Src/TestCop.Plugin.Tests/Highlighting/TestFileNameSpaceWarningTests.cs.cs
Project/Src/TestCop.Plugin.Tests/Highlighting/TestFileNameWarningTests.cs.cs
Project/Src/TestCop.Plugin.Tests/Highlighting/TestFileNameWarningWithDifferentAssemblySuffixTests.cs
Project/Src/TestCop.Plugin.Tests/OptionsPage/IsARegexValidationRuleTests.cs
Project/Src/TestCop.Plugin.Tests/OptionsPage/RegexValidationRuleTests.cs
Project/Src/TestCop.Plugin.Tests/Properties/AssemblyInfo.cs
Project/Src/TestCop.Plugin.Tests/ReadMe.txt
Project/Src/TestCop.Plugin.Tests/TestCop.Plugin.Tests.csproj
Project/Src/TestCop.Plugin.Tests/TestCop.Plugin.Tests.csproj.vspscc
Project/Src/TestCop.Plugin.Tests/TestCop.Plugin.Tests71.csproj
Project/Src/TestCop.Plugin.Tests/packages.config
Project/Src/TestCop.Plugin/Extensions/ListExtensions.cs
Project/Src/TestCop.Plugin/Extensions/ProjectExtensions.cs
Project/Src/TestCop.Plugin/Extensions/SolutionExtensions.cs
Project/Src/TestCop.Plugin/Extensions/StringExtensions.cs
Project/Src/TestCop.Plugin/Extensions/TypeElementExtensions.cs
Project/Src/TestCop.Plugin/Helper/BitmapToImageSourceConverter.cs
Project/Src/TestCop.Plugin/Helper/DTEHelper.cs
Project/Src/TestCop.Plugin/Helper/JumpToTestMenuHelper.cs
Project/Src/TestCop.Plugin/Helper/ProjectFileFinder.cs
Project/Src/TestCop.Plugin/Helper/ResharperHelper.cs
Project/Src/TestCop.Plugin/Helper/TestCopFileCreater.cs
Project/Src/TestCop.Plugin/Helper/UpdatesNotifier71.cs
Project/Src/TestCop.Plugin/Highlighting/HighlighterConsts.cs
Project/Src/TestCop.Plugin/Highlighting/ShouldBePublicWarning.cs
Project/Src/TestCop.Plugin/Highlighting/TestClassNameWarning.cs
Project/Src/TestCop.Plugin/Highlighting/TestFileNameSpaceWarning.cs
Project/Src/TestCop.Plugin/Highlighting/TestFileNameWarning.cs
Project/Src/TestCop.Plugin/JumpToTestFileAction.cs
Project/Src/TestCop.Plugin/OptionsPage/IsAFileTemplateValidationRule.cs
Project/Src/TestCop.Plugin/OptionsPage/IsARegexValidationRule.cs
Project/Src/TestCop.Plugin/OptionsPage/RegexValidationRule.cs
Project/Src/TestCop.Plugin/OptionsPage/TestCopOptionPage.xaml
Project/Src/TestCop.Plugin/OptionsPage/TestCopOptionPage.xaml.cs
Project/Src/TestCop.Plugin/Properties/AssemblyInfo.cs
Project/Src/TestCop.Plugin/QuickFixActions/MakeItPublicBulbItem.cs
Project/Src/TestCop.Plugin/QuickFixActions/MoveFileBulbItem.cs
Project/Src/TestCop.Plugin/ResharperTemplates/templates.DotSettings
Project/Src/TestCop.Plugin/TestAnalysisDaemonStage.cs
Project/Src/TestCop.Plugin/TestCop.Plugin71.csproj
Project/Src/TestCop.Plugin/TestCop.Plugin71.csproj.user
Project/Src/TestCop.Plugin/TestCop.Plugin71.csproj.vspscc
Project/Src/TestCop.Plugin/TestCop.Plugin80.csproj
Project/Src/TestCop.Plugin/TestCop.Plugin80.csproj.user
Project/Src/TestCop.Plugin/TestFileAnalysisDaemonStageProcess.cs
Project/Src/TestCop.Plugin/TestFileAnalysisElementProcessor.cs
Project/Src/TestCop.Plugin/TestFileAnalysisSettings.cs
Project/Src/TestCop.Plugin/resources/Actions.xml
Project/Src/TestCop.Plugin/resources/IconLicense.txt
Project/Src/TestCop.Plugin/resources/ThemedIcons.Unnamed.Generated.Xaml
Project/Src/TestCop.Plugin/resources/ThemedIcons.Unnamed.Generated.cs
Project/Src/TestCop.Plugin/resources/agent16x16.png
Project/Src/TestCop.Plugin/resources/agent48x48.png
Project/Src/TestCop.Plugin/resources/agent64x64.png
Project/Src/TestCop.Plugin/updates.xslt
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateMSTestTestMethod.cs
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateMSTestTestMethod.cs.gold
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateNUnitTestClass.cs
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateNUnitTestClass.cs.gold
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateNUnitTestMethod.cs
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateNUnitTestMethod.cs.gold
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateXUnitTestMethod.cs
Project/Src/test/data/highlighting/ShouldBePublicWarning/PrivateXUnitTestMethod.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.SomeCategoryTests.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.SomeCategoryTests.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.SomeCategoryWithDifferentRandomExt.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.SomeCategoryWithDifferentRandomExt.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.WithBDDTests.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassA.WithBDDTests.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassAMissingSuffix.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassAMissingSuffix.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassATests.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassATests.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/ClassBHasClassATests.cs
Project/Src/test/data/highlighting/TestClassNameWarning/ClassBHasClassATests.cs.gold
Project/Src/test/data/highlighting/TestClassNameWarning/TestClassWithDifferentRandomExt.cs
Project/Src/test/data/highlighting/TestClassNameWarning/TestClassWithDifferentRandomExt.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassA.SomeMoreTests.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassA.SomeMoreTests.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassATests.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassATests.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassDTests.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/ClassDTests.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/Properties/AssemblyInfo.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/Samples/ClassB.SecurityTests.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/Samples/ClassB.SecurityTests.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/Samples/ClassCTests.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/Samples/ClassCTests.cs.gold
Project/Src/test/data/highlighting/sample_sln/TestApplication.Tests/TestApplication.Tests.csproj
Project/Src/test/data/highlighting/sample_sln/TestApplication.sln
Project/Src/test/data/highlighting/sample_sln/TestApplication/ClassA.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication/ClassC.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication/NS1/ClassD.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication/Properties/AssemblyInfo.cs
Project/Src/test/data/highlighting/sample_sln/TestApplication/TestApplication.csproj
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/ClassA.SomeMoreTests.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/ClassA.SomeMoreTests.cs.gold
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/ClassATests.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/ClassATests.cs.gold
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/Properties/AssemblyInfo.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/Samples/ClassB.SecurityTests.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/Samples/ClassB.SecurityTests.cs.gold
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.Tests/TestApplication2Tests.csproj
Project/Src/test/data/highlighting/sample_sln_2/TestApplication.sln
Project/Src/test/data/highlighting/sample_sln_2/TestApplication/ClassA.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication/ClassC.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication/NS1/ClassD.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication/Properties/AssemblyInfo.cs
Project/Src/test/data/highlighting/sample_sln_2/TestApplication/TestApplication2.csproj
Project/TestCop For Resharper.sln
Project/TestCop For Resharper.vssscc
Project/TestCop For Resharper71.sln
Project/packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nupkg
Project/packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nuspec
Project/packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.dll
Project/packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.xml
Project/packages/repositories.config
Download
Click the following link to download testcop.zip.
testcop.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »