├── .gitattributes
├── .gitignore
├── .hgignore
├── 3rdParty
├── Get3rdParty.bat
├── UnblockZoneIdentifier
│ └── UnblockZoneIdentifier.exe
├── xUnit.net-1.1
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.dll
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.5
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.exe
│ ├── xunit.gui.x86.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.6.1
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.exe
│ ├── xunit.gui.x86.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.6
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.exe
│ ├── xunit.gui.x86.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.7
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.pdb
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.clr4.x86.pdb
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.pdb
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.console.x86.pdb
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.pdb
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.pdb
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.clr4.x86.pdb
│ ├── xunit.gui.exe
│ ├── xunit.gui.pdb
│ ├── xunit.gui.x86.exe
│ ├── xunit.gui.x86.pdb
│ ├── xunit.installer.exe
│ ├── xunit.installer.pdb
│ ├── xunit.pdb
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.msbuild.pdb
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.tdnet.pdb
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.pdb
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.8
│ ├── EULA.txt
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.pdb
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.clr4.x86.pdb
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.pdb
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.console.x86.pdb
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.pdb
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.pdb
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.clr4.x86.pdb
│ ├── xunit.gui.exe
│ ├── xunit.gui.pdb
│ ├── xunit.gui.x86.exe
│ ├── xunit.gui.x86.pdb
│ ├── xunit.installer.exe
│ ├── xunit.installer.pdb
│ ├── xunit.pdb
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.msbuild.pdb
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.tdnet.pdb
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.pdb
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── xUnit.net-1.9.1
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── license.txt
│ ├── xunit.ExternalAnnotations.xml
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.exe
│ ├── xunit.gui.x86.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
└── xUnit.net-1.9
│ ├── EULA.txt
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.pdb
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.clr4.x86.pdb
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.pdb
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.console.x86.pdb
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.pdb
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.pdb
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.clr4.x86.pdb
│ ├── xunit.gui.exe
│ ├── xunit.gui.pdb
│ ├── xunit.gui.x86.exe
│ ├── xunit.gui.x86.pdb
│ ├── xunit.installer.exe
│ ├── xunit.installer.pdb
│ ├── xunit.pdb
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.msbuild.pdb
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.tdnet.pdb
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.pdb
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── contributing.md
├── license.txt
├── readme.md
├── resharper
├── .editorconfig
├── CommonAssemblyInfo.cs
├── ExternalAnnotations
│ ├── xunit.assert.xml
│ ├── xunit.core.xml
│ └── xunit.xml
├── nuget
│ ├── pack.bat
│ └── xunitcontrib.nuspec
├── src
│ ├── ProductInfo.cs
│ ├── provider
│ │ ├── Categories
│ │ │ ├── CSharpCategoriesCompletionProvider.cs
│ │ │ ├── VBCategoriesCompletionProvider.cs
│ │ │ └── XunitCategoriesCompletionProviderBase.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── PropertyData
│ │ │ ├── CSharpPropertyDataReferenceFactory.cs
│ │ │ ├── MemberDataReference.cs
│ │ │ ├── MemberDataReferenceProviderFactory.cs
│ │ │ ├── PropertyDataReference.cs
│ │ │ ├── PropertyDataReferenceProviderFactory.cs
│ │ │ └── VBMemberDataReferenceFactory.cs
│ │ ├── Resources
│ │ │ └── xunit.png
│ │ ├── SuppressUnusedXunitTestElements.cs
│ │ ├── TraitsUtility.cs
│ │ ├── UnitTestElementFactory.cs
│ │ ├── UnitTestElements
│ │ │ ├── ISerializableUnitTestElement.cs
│ │ │ ├── XunitBaseElement.cs
│ │ │ ├── XunitInheritedTestMethodContainerElement.cs
│ │ │ ├── XunitTestClassElement.cs
│ │ │ ├── XunitTestMethodElement.cs
│ │ │ └── XunitTestTheoryElement.cs
│ │ ├── UnitTestIdentifiers
│ │ │ └── PsiUnitTestIdentifier.cs
│ │ ├── XunitPsiFileExplorer.cs
│ │ ├── XunitSdkAdapters
│ │ │ ├── MetadataAssemblyInfoAdapter.cs
│ │ │ ├── MetadataAttributeInfoAdapter.cs
│ │ │ ├── MetadataAttributeInfoAdapter2.cs
│ │ │ ├── MetadataExtensions.cs
│ │ │ ├── MetadataMethodInfoAdapter.cs
│ │ │ ├── MetadataMethodInfoAdapter2.cs
│ │ │ ├── MetadataParameterInfoAdapter.cs
│ │ │ ├── MetadataTypeInfoAdapter.cs
│ │ │ ├── MetadataTypeInfoAdapter2.cs
│ │ │ ├── MetadataTypeSystem.cs
│ │ │ ├── PsiAttributeInfoAdapter.cs
│ │ │ ├── PsiExtensions.cs
│ │ │ ├── PsiMethodInfoAdapter.cs
│ │ │ └── PsiTypeInfoAdapter.cs
│ │ ├── XunitServiceProvider.cs
│ │ ├── XunitTestClassPresenter.cs
│ │ ├── XunitTestElementSerializer.cs
│ │ ├── XunitTestElementsSource.cs
│ │ ├── XunitTestMetadataExplorer.cs
│ │ ├── XunitTestProvider.cs
│ │ ├── ZoneMarker.cs
│ │ ├── packages.config
│ │ ├── provider.csproj
│ │ ├── provider.csproj.DotSettings
│ │ └── templates.DotSettings
│ └── runner
│ │ ├── AbstractionExtensions.cs
│ │ ├── DiagnosticMessages.cs
│ │ ├── Discoverer.cs
│ │ ├── DisplayNameUtil.cs
│ │ ├── Executor.cs
│ │ ├── Logging
│ │ ├── Logger.cs
│ │ └── MessageLogFormatter.cs
│ │ ├── Properties
│ │ └── AssemblyInfo.cs
│ │ ├── RemoteTaskWrapper.cs
│ │ ├── RunContext.cs
│ │ ├── Tasks
│ │ ├── AttributeNames.cs
│ │ ├── XunitBootstrapTask.cs
│ │ ├── XunitTaskBase.cs
│ │ ├── XunitTestAssemblyTask.cs
│ │ ├── XunitTestClassTask.cs
│ │ ├── XunitTestMethodTask.cs
│ │ └── XunitTestTheoryTask.cs
│ │ ├── TestEnvironment.cs
│ │ ├── TestExecutionVisitor.cs
│ │ ├── TestRunner.cs
│ │ ├── XunitTaskRunner.cs
│ │ ├── packages.config
│ │ ├── readme.md
│ │ └── runner.csproj
├── test
│ ├── data
│ │ ├── .gitignore
│ │ ├── Annotations
│ │ │ └── Annotations.cs
│ │ ├── Exploration
│ │ │ ├── xunit1
│ │ │ │ ├── AsyncFacts.cs
│ │ │ │ ├── AsyncFacts.cs.source.gold
│ │ │ │ ├── AsyncFacts.dll.metadata.gold
│ │ │ │ ├── CustomFactAttribute.cs
│ │ │ │ ├── CustomFactAttribute.cs.source.gold
│ │ │ │ ├── CustomFactAttribute.dll.metadata.gold
│ │ │ │ ├── CustomTheoryAttribute.cs
│ │ │ │ ├── CustomTheoryAttribute.cs.source.gold
│ │ │ │ ├── CustomTheoryAttribute.dll.metadata.gold
│ │ │ │ ├── DerivedClasses.cs
│ │ │ │ ├── DerivedClasses.cs.source.gold
│ │ │ │ ├── DerivedClasses.dll.metadata.gold
│ │ │ │ ├── DisplayNames.cs
│ │ │ │ ├── DisplayNames.cs.source.gold
│ │ │ │ ├── DisplayNames.dll.metadata.gold
│ │ │ │ ├── NestedClasses.cs
│ │ │ │ ├── NestedClasses.cs.source.gold
│ │ │ │ ├── NestedClasses.dll.metadata.gold
│ │ │ │ ├── RunWith.cs
│ │ │ │ ├── RunWith.cs.source.gold
│ │ │ │ ├── RunWith.dll.metadata.gold
│ │ │ │ ├── SimpleFact.cs
│ │ │ │ ├── SimpleFact.cs.source.gold
│ │ │ │ ├── SimpleFact.dll.metadata.gold
│ │ │ │ ├── SimpleTheory.cs
│ │ │ │ ├── SimpleTheory.cs.source.gold
│ │ │ │ ├── SimpleTheory.dll.metadata.gold
│ │ │ │ ├── Skipped.cs
│ │ │ │ ├── Skipped.cs.source.gold
│ │ │ │ ├── Skipped.dll.metadata.gold
│ │ │ │ ├── StaticClass.cs
│ │ │ │ ├── StaticClass.cs.source.gold
│ │ │ │ ├── StaticClass.dll.metadata.gold
│ │ │ │ ├── Visibility.cs
│ │ │ │ ├── Visibility.cs.source.gold
│ │ │ │ └── Visibility.dll.metadata.gold
│ │ │ └── xunit2
│ │ │ │ ├── AsyncFacts.cs
│ │ │ │ ├── AsyncFacts.cs.source.gold
│ │ │ │ ├── AsyncFacts.dll.metadata.gold
│ │ │ │ ├── CustomFactAttribute.cs
│ │ │ │ ├── CustomFactAttribute.cs.source.gold
│ │ │ │ ├── CustomFactAttribute.dll.metadata.gold
│ │ │ │ ├── CustomTheoryAttribute.cs
│ │ │ │ ├── CustomTheoryAttribute.cs.source.gold
│ │ │ │ ├── CustomTheoryAttribute.dll.metadata.gold
│ │ │ │ ├── DerivedClasses.cs
│ │ │ │ ├── DerivedClasses.cs.source.gold
│ │ │ │ ├── DerivedClasses.dll.metadata.gold
│ │ │ │ ├── DisplayNames.cs
│ │ │ │ ├── DisplayNames.cs.source.gold
│ │ │ │ ├── DisplayNames.dll.metadata.gold
│ │ │ │ ├── NestedClasses.cs
│ │ │ │ ├── NestedClasses.cs.source.gold
│ │ │ │ ├── NestedClasses.dll.metadata.gold
│ │ │ │ ├── SimpleFact.cs
│ │ │ │ ├── SimpleFact.cs.source.gold
│ │ │ │ ├── SimpleFact.dll.metadata.gold
│ │ │ │ ├── SimpleTheory.cs
│ │ │ │ ├── SimpleTheory.cs.source.gold
│ │ │ │ ├── SimpleTheory.dll.metadata.gold
│ │ │ │ ├── Skipped.cs
│ │ │ │ ├── Skipped.cs.source.gold
│ │ │ │ ├── Skipped.dll.metadata.gold
│ │ │ │ ├── StaticClass.cs
│ │ │ │ ├── StaticClass.cs.source.gold
│ │ │ │ ├── StaticClass.dll.metadata.gold
│ │ │ │ ├── Visibility.cs
│ │ │ │ ├── Visibility.cs.source.gold
│ │ │ │ └── Visibility.dll.metadata.gold
│ │ ├── References
│ │ │ ├── CodeCompletion
│ │ │ │ ├── ListsMemberDataCandidatesInOtherClass.cs
│ │ │ │ ├── ListsMemberDataCandidatesInOtherClass.cs.gold
│ │ │ │ ├── ListsMemberDataCandidatesInOtherClass.vb
│ │ │ │ ├── ListsMemberDataCandidatesInOtherClass.vb.gold
│ │ │ │ ├── ListsMemberDataCandidatesInSameClass.cs
│ │ │ │ ├── ListsMemberDataCandidatesInSameClass.cs.gold
│ │ │ │ ├── ListsMemberDataCandidatesInSameClass.vb
│ │ │ │ ├── ListsMemberDataCandidatesInSameClass.vb.gold
│ │ │ │ ├── ListsPropertyDataCandidatesInOtherClass.cs
│ │ │ │ ├── ListsPropertyDataCandidatesInOtherClass.cs.gold
│ │ │ │ ├── ListsPropertyDataCandidatesInOtherClass.vb
│ │ │ │ ├── ListsPropertyDataCandidatesInOtherClass.vb.gold
│ │ │ │ ├── ListsPropertyDataCandidatesInSameClass.cs
│ │ │ │ ├── ListsPropertyDataCandidatesInSameClass.cs.gold
│ │ │ │ ├── ListsPropertyDataCandidatesInSameClass.vb
│ │ │ │ └── ListsPropertyDataCandidatesInSameClass.vb.gold
│ │ │ ├── InvalidMemberDataProperties.cs
│ │ │ ├── InvalidMemberDataProperties.cs.gold
│ │ │ ├── InvalidMemberDataProperties.vb
│ │ │ ├── InvalidMemberDataProperties.vb.gold
│ │ │ ├── InvalidPropertyDataProperties.cs
│ │ │ ├── InvalidPropertyDataProperties.cs.gold
│ │ │ ├── InvalidPropertyDataProperties.vb
│ │ │ ├── InvalidPropertyDataProperties.vb.gold
│ │ │ ├── MemberDataFromDerivedClass.cs
│ │ │ ├── MemberDataFromDerivedClass.cs.gold
│ │ │ ├── MemberDataFromDerivedClass.vb
│ │ │ ├── MemberDataFromDerivedClass.vb.gold
│ │ │ ├── MemberDataInOtherClass.cs
│ │ │ ├── MemberDataInOtherClass.cs.gold
│ │ │ ├── MemberDataInOtherClass.vb
│ │ │ ├── MemberDataInOtherClass.vb.gold
│ │ │ ├── MemberDataInSameClass.cs
│ │ │ ├── MemberDataInSameClass.cs.gold
│ │ │ ├── MemberDataInSameClass.vb
│ │ │ ├── MemberDataInSameClass.vb.gold
│ │ │ ├── PropertyDataFromDerivedClass.cs
│ │ │ ├── PropertyDataFromDerivedClass.cs.gold
│ │ │ ├── PropertyDataFromDerivedClass.vb
│ │ │ ├── PropertyDataFromDerivedClass.vb.gold
│ │ │ ├── PropertyDataInOtherClass.cs
│ │ │ ├── PropertyDataInOtherClass.cs.gold
│ │ │ ├── PropertyDataInOtherClass.vb
│ │ │ ├── PropertyDataInOtherClass.vb.gold
│ │ │ ├── PropertyDataInSameClass.cs
│ │ │ ├── PropertyDataInSameClass.cs.gold
│ │ │ ├── PropertyDataInSameClass.vb
│ │ │ ├── PropertyDataInSameClass.vb.gold
│ │ │ ├── UnresolvedMemberData.cs
│ │ │ ├── UnresolvedMemberData.cs.gold
│ │ │ ├── UnresolvedMemberData.vb
│ │ │ ├── UnresolvedMemberData.vb.gold
│ │ │ ├── UnresolvedPropertyData.cs
│ │ │ ├── UnresolvedPropertyData.cs.gold
│ │ │ ├── UnresolvedPropertyData.vb
│ │ │ └── UnresolvedPropertyData.vb.gold
│ │ ├── Runner
│ │ │ ├── CapturesOutput.xunit1.cs
│ │ │ ├── CapturesOutput.xunit2.cs
│ │ │ ├── CapturesOutputFromTheory.xunit1.cs
│ │ │ ├── CapturesOutputFromTheory.xunit2.cs
│ │ │ ├── ClassFixtureThrowsInConstructor.cs
│ │ │ ├── ClassFixtureThrowsInDispose.cs
│ │ │ ├── ClassThrowsInConstructor.cs
│ │ │ ├── ClassThrowsInDispose.cs
│ │ │ ├── CollectionFixtureThrowsInConstructor.cs
│ │ │ ├── CollectionFixtureThrowsInDispose.cs
│ │ │ ├── CustomBeforeAfterAttributeThrows.cs
│ │ │ ├── DynamicMethodWithRepeatedName.xunit1.cs
│ │ │ ├── FailingFact.cs
│ │ │ ├── FixtureThrowsInConstructor.xunit1.cs
│ │ │ ├── FixtureThrowsInDispose.xunit1.cs
│ │ │ ├── Gold
│ │ │ │ ├── AmbiguouslyNamedTestMethods.xunit1.cs
│ │ │ │ ├── AmbiguouslyNamedTestMethods.xunit1.dll.gold
│ │ │ │ ├── AmbiguouslyNamedTestMethods.xunit2.cs
│ │ │ │ ├── AmbiguouslyNamedTestMethods.xunit2.dll.gold
│ │ │ │ ├── AmbiguouslyNamedTestMethods.xunit2.xml
│ │ │ │ ├── CustomFactAttributeSkips.cs
│ │ │ │ ├── CustomFactAttributeSkips.xunit1.dll.gold
│ │ │ │ ├── CustomFactAttributeSkips.xunit2.dll.gold
│ │ │ │ ├── CustomTheoryAttributeSkips.cs
│ │ │ │ ├── CustomTheoryAttributeSkips.xunit1.dll.gold
│ │ │ │ ├── CustomTheoryAttributeSkips.xunit2.dll.gold
│ │ │ │ ├── DebugAssert.cs
│ │ │ │ ├── DebugAssert.xunit1.dll.gold
│ │ │ │ ├── DebugAssert.xunit2.dll.gold
│ │ │ │ ├── DiagnosticMessagesIgnored.cs
│ │ │ │ ├── DiagnosticMessagesIgnored.xunit2.dll.gold
│ │ │ │ ├── DiagnosticMessagesReported.cs
│ │ │ │ ├── DiagnosticMessagesReported.xunit2.dll.config
│ │ │ │ ├── DiagnosticMessagesReported.xunit2.dll.gold
│ │ │ │ ├── DisplayName.cs
│ │ │ │ ├── DisplayName.xunit1.dll.gold
│ │ │ │ ├── DisplayName.xunit2.dll.gold
│ │ │ │ ├── EscapedDataAttributeStrings.cs
│ │ │ │ ├── EscapedDataAttributeStrings.xunit1.dll.gold
│ │ │ │ ├── EscapedDataAttributeStrings.xunit2.dll.gold
│ │ │ │ ├── FactWithInvalidParameters.cs
│ │ │ │ ├── FactWithInvalidParameters.xunit1.dll.gold
│ │ │ │ ├── FactWithInvalidParameters.xunit2.dll.gold
│ │ │ │ ├── FailingFact.cs
│ │ │ │ ├── FailingFact.xunit1.dll.gold
│ │ │ │ ├── FailingFact.xunit2.dll.gold
│ │ │ │ ├── FailingTheory.cs
│ │ │ │ ├── FailingTheory.xunit1.dll.gold
│ │ │ │ ├── FailingTheory.xunit2.dll.gold
│ │ │ │ ├── PassingFact.cs
│ │ │ │ ├── PassingFact.xunit1.dll.gold
│ │ │ │ ├── PassingFact.xunit2.dll.gold
│ │ │ │ ├── PassingTheory.cs
│ │ │ │ ├── PassingTheory.xunit1.dll.gold
│ │ │ │ ├── PassingTheory.xunit2.dll.gold
│ │ │ │ ├── SkippedFact.cs
│ │ │ │ ├── SkippedFact.xunit1.dll.gold
│ │ │ │ ├── SkippedFact.xunit2.dll.gold
│ │ │ │ ├── StaticClass.cs
│ │ │ │ ├── StaticClass.xunit1.dll.gold
│ │ │ │ ├── StaticClass.xunit2.dll.gold
│ │ │ │ ├── TheoryWithInvalidParameters.cs
│ │ │ │ ├── TheoryWithInvalidParameters.xunit1.dll.gold
│ │ │ │ ├── TheoryWithInvalidParameters.xunit2.dll.gold
│ │ │ │ ├── UnicodeDataAttributeStrings.cs
│ │ │ │ ├── UnicodeDataAttributeStrings.xunit1.dll.gold
│ │ │ │ ├── UnicodeDataAttributeStrings.xunit2.dll.gold
│ │ │ │ ├── UnicodeDisplayName.cs
│ │ │ │ ├── UnicodeDisplayName.xunit1.dll.gold
│ │ │ │ └── UnicodeDisplayName.xunit2.dll.gold
│ │ │ ├── HasRunWith.xunit1.cs
│ │ │ ├── HasRunWithKnownMethodTask.xunit1.cs
│ │ │ ├── MultipleClasses.cs
│ │ │ ├── MultipleFacts.cs
│ │ │ ├── Theories.cs
│ │ │ ├── TheoriesWithRepeatedParameterDescriptions.xunit1.cs
│ │ │ ├── TheoriesWithRepeatedParameterDescriptions.xunit2.cs
│ │ │ └── TheoryWithExistingTask.cs
│ │ └── nuget.config
│ └── src
│ │ └── tests
│ │ ├── Abstractions
│ │ ├── MetadataAssemblyInfoAdapterTest.cs
│ │ ├── MetadataAttributeInfoAdapterTest.cs
│ │ ├── MetadataMethodInfoAdapterTest.cs
│ │ └── MetadataTypeInfoAdapterTest.cs
│ │ ├── AcceptanceTests
│ │ ├── Annotations
│ │ │ ├── ExternalAnnotationsProvider.cs
│ │ │ ├── ExternalAnnotationsTestBase2.cs
│ │ │ └── XunitAnnotationsTest.cs
│ │ ├── CompileCs.9.1.cs
│ │ ├── IXunitEnvironment.cs
│ │ ├── Metadata
│ │ │ ├── Xunit1MetadataTest.cs
│ │ │ ├── Xunit2MetadataTest.cs
│ │ │ └── XunitMetadataTest.cs
│ │ ├── References
│ │ │ ├── CSharpMemberDataTests.cs
│ │ │ ├── CSharpPropertyDataTests.cs
│ │ │ ├── VBMemberDataTests.cs
│ │ │ └── VBPropertyDataTests.cs
│ │ ├── Runner
│ │ │ ├── CustomAttributesXunit1.cs
│ │ │ ├── DebugAssertDoesNotShowDialogs.cs
│ │ │ ├── DiagnosticMessages.cs
│ │ │ ├── OrderedFactGoldTests.cs
│ │ │ ├── OrderedTheoryGoldTests.cs
│ │ │ ├── When_a_fact_fails.cs
│ │ │ ├── When_a_test_method_contains_theories.cs
│ │ │ ├── When_a_theory_parameter_description_is_repeated.cs
│ │ │ ├── When_a_theory_reuses_existing_task.cs
│ │ │ ├── When_capturing_output_from_fact.cs
│ │ │ ├── When_capturing_output_from_theory.cs
│ │ │ ├── When_class_contains_multiple_facts.cs
│ │ │ ├── When_class_fixture_throws_in_constructor.cs
│ │ │ ├── When_class_fixture_throws_in_dispose.cs
│ │ │ ├── When_class_has_runwith_attribute_xunit1.cs
│ │ │ ├── When_class_throws_in_constructor.cs
│ │ │ ├── When_class_throws_in_dispose.cs
│ │ │ ├── When_class_with_runwith_attribute_runs_again_xunit1.cs
│ │ │ ├── When_collection_fixture_throws_in_constructor.cs
│ │ │ ├── When_collection_fixture_throws_in_dispose.cs
│ │ │ ├── When_custom_before_after_attribute_throws.cs
│ │ │ ├── When_dynamic_method_repeats_method_name_xunit1.cs
│ │ │ ├── When_fixture_throws_in_constructor_xunit1.cs
│ │ │ ├── When_fixture_throws_in_dispose_xunit1.cs
│ │ │ └── When_running_multiple_classes.cs
│ │ ├── Source
│ │ │ ├── Xunit1SourceTest.cs
│ │ │ ├── Xunit2SourceTest.cs
│ │ │ └── XunitSourceTest.cs
│ │ ├── TestEnvironment.cs
│ │ ├── UnitTestTaskRunnerTestBase.9.2.cs
│ │ ├── UnitTestTaskRunnerTestBase.cs
│ │ ├── XunitMetadataTestBase.cs
│ │ ├── XunitSourceTestBase.cs
│ │ ├── XunitTaskRunnerOutputTestBase.cs
│ │ ├── XunitTaskRunnerTestBase.cs
│ │ └── XunitTestReferencesAttribute.cs
│ │ ├── Properties
│ │ └── AssemblyInfo.cs
│ │ ├── packages.config
│ │ └── tests.csproj
├── tests.manual.sln
├── tests.manual
│ ├── tests.reference.nunit
│ │ ├── App.config
│ │ ├── CapturesOutput.cs
│ │ ├── Categories.cs
│ │ ├── CodeCoverage
│ │ │ ├── Calculator.cs
│ │ │ ├── CodeCoverageRowTests.cs
│ │ │ └── CodeCoverageTests.cs
│ │ ├── DemonstratingUsageAnalysis.cs
│ │ ├── ExternalAnnotations
│ │ │ ├── JetBrains.Annotations.cs
│ │ │ └── VerifyExternalAnnotations.cs
│ │ ├── FailingRowTests.cs
│ │ ├── FailingTests.cs
│ │ ├── PartialClass.File1.cs
│ │ ├── PartialClass.File2.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReadsFromConfigFile.cs
│ │ ├── RowTests.cs
│ │ ├── SkippedTests.cs
│ │ ├── TestsInDerivedClasses.cs
│ │ ├── TestsInNestedClasses.cs
│ │ ├── packages.tests.reference.nunit.config
│ │ ├── packages.tests.reference.nunit.failing.config
│ │ ├── tests.reference.nunit.csproj
│ │ └── tests.reference.nunit.failing.csproj
│ ├── tests.xunit.vb
│ │ └── tests.xunit.eyeball.vb
│ │ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ │ ├── PropertyDataReferences
│ │ │ ├── DerivedClassWithPropertyDataReference.vb
│ │ │ ├── InvalidPropertyDataReference.vb
│ │ │ ├── PropertyDataReferences.vb
│ │ │ └── PropertyDataReferencesInOtherClass.vb
│ │ │ ├── SimpleTest.vb
│ │ │ ├── Traits.vb
│ │ │ ├── packages.tests.xunit.eyeball.vb.config
│ │ │ └── tests.xunit.eyeball.vb.vbproj
│ ├── tests.xunit
│ │ ├── App.config
│ │ ├── AsyncTests.cs
│ │ ├── CapturesOutput.cs
│ │ ├── CodeAnalysis
│ │ │ ├── DemonstrateTheoryUsageAnalysis.cs
│ │ │ ├── DemonstrateUsageAnalysis.cs
│ │ │ ├── InvalidClassVisibility.cs
│ │ │ └── MixedMethodVisibility.cs
│ │ ├── CodeCoverage
│ │ │ ├── Calculator.cs
│ │ │ ├── CodeCoverageTests.cs
│ │ │ └── CodeCoverageTheoryTests.cs
│ │ ├── CustomFactAttribute.cs
│ │ ├── DemonstrateRandomRunningOrder.cs
│ │ ├── ExternalAnnotations
│ │ │ ├── JetBrains.Annotations.cs
│ │ │ └── VerifyExternalAnnotations.cs
│ │ ├── FailingTests.cs
│ │ ├── FailingTheoryTests.cs
│ │ ├── PartialClass.File1.cs
│ │ ├── PartialClass.File2.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PropertyDataReferences
│ │ │ ├── DerivedClassWithPropertyDataReference.cs
│ │ │ ├── InvalidPropertyDataReference.cs
│ │ │ ├── PropertyDataReferenceInOtherClass.cs
│ │ │ └── PropertyDataReferences.cs
│ │ ├── PropogatingFailureInGutterIcon.cs
│ │ ├── ReadsFromConfigFile.cs
│ │ ├── RunWithTests.cs
│ │ ├── SetsCurrentDirectoryCorrectly.cs
│ │ ├── SkippedTests.cs
│ │ ├── TestClassLifecycle.cs
│ │ ├── TestsCanHaveTheSameName.cs
│ │ ├── TestsInDerivedClasses.cs
│ │ ├── TestsInNestedClasses.cs
│ │ ├── TestsWithDisplayNames.cs
│ │ ├── TestsWithFixtures.cs
│ │ ├── TheoryTests.cs
│ │ ├── TheoryWithRepeatedTestName.cs
│ │ ├── TimedOutTests.cs
│ │ ├── Traits.cs
│ │ ├── packages.tests.xunit.eyeball.config
│ │ ├── packages.tests.xunit.eyeball.coverage.config
│ │ ├── packages.tests.xunit.eyeball.sourcecode.config
│ │ ├── packages.tests.xunit.failing.config
│ │ ├── packages.tests.xunit.passing.config
│ │ ├── packages.tests.xunit.skipped.config
│ │ ├── packages.tests.xunit.unsupported.config
│ │ ├── tests.xunit.eyeball.coverage.csproj
│ │ ├── tests.xunit.eyeball.coverage.csproj.DotSettings
│ │ ├── tests.xunit.eyeball.csproj
│ │ ├── tests.xunit.eyeball.sourcecode.csproj
│ │ ├── tests.xunit.eyeball.sourcecode.csproj.DotSettings
│ │ ├── tests.xunit.failing.csproj
│ │ ├── tests.xunit.passing.csproj
│ │ ├── tests.xunit.skipped.csproj
│ │ ├── tests.xunit.unsupported.csproj
│ │ ├── xunit.console.bat
│ │ └── xunit.console.output.html
│ └── tests.xunitversions
│ │ ├── Facts.cs
│ │ ├── Properties
│ │ └── AssemblyInfo.cs
│ │ ├── Theories.cs
│ │ ├── tests.xunit-1.1.csproj
│ │ ├── tests.xunit-1.5.csproj
│ │ ├── tests.xunit-1.6.1.csproj
│ │ ├── tests.xunit-1.6.csproj
│ │ ├── tests.xunit-1.7.csproj
│ │ ├── tests.xunit-1.8.csproj
│ │ ├── tests.xunit-1.9.1.csproj
│ │ ├── tests.xunit-1.9.csproj
│ │ └── tests.xunitversions.csproj
├── xunitcontrib-resharper.sln
└── xunitcontrib-resharper.sln.DotSettings
└── updates.xslt
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
4 | # Custom for Visual Studio
5 | *.cs diff=csharp
6 | *.sln merge=union
7 | *.csproj merge=union
8 | *.vbproj merge=union
9 | *.fsproj merge=union
10 | *.dbproj merge=union
11 |
12 | # Standard to msysgit
13 | *.doc diff=astextplain
14 | *.DOC diff=astextplain
15 | *.docx diff=astextplain
16 | *.DOCX diff=astextplain
17 | *.dot diff=astextplain
18 | *.DOT diff=astextplain
19 | *.pdf diff=astextplain
20 | *.PDF diff=astextplain
21 | *.rtf diff=astextplain
22 | *.RTF diff=astextplain
23 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | 3rdParty/ReSharper_v*
2 | _ReSharper.*
3 | 3rdParty/dotCover_v*
4 | [Bb]in
5 | [Oo]bj
6 | *.suo
7 | *.user
8 | *.cache
9 | *.docstates
10 | *.bak
11 | install/xunitcontrib-*
12 | install/UnblockZoneIdentifier.exe
13 | resharper/nuget/*.nupkg
14 | nuget/nuget.config
15 | packages
16 |
17 | ############
18 | ## Windows
19 | ############
20 |
21 | # Windows image file caches
22 | Thumbs.db
23 |
24 | # Folder config file
25 | Desktop.ini
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/.hgignore:
--------------------------------------------------------------------------------
1 | syntax: glob
2 |
3 | _ReSharper.*
4 | _dotCover.*
5 | **/_ReSharper.*
6 | **/_dotCover.*
7 | 3rdParty/ReSharper_v*
8 | 3rdParty/dotCover_v*
9 | **/[bB]in
10 | **/obj
11 | *.suo
12 | *.user
13 | *.cache
14 | *.docstates
15 | *.bak
16 | silverlight/external
17 | resharper/install/xunitcontrib-*
18 | resharper/install/UnblockZoneIdentifier.exe
19 | resharper/nuget/*.nupkg
20 | resharper/nuget/nuget.config
21 | resharper/packages
22 | test/data/**/*.dll
23 | test/data/**/*.pdb
24 | test/data/**/*.tmp
25 |
--------------------------------------------------------------------------------
/3rdParty/UnblockZoneIdentifier/UnblockZoneIdentifier.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/UnblockZoneIdentifier/UnblockZoneIdentifier.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.1/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.1/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.5/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.5/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1}.{2} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6.1/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6.1/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.6/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.6/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.console.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.console.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1}.{2} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.extensions.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.extensions.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.gui.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.gui.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.installer.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.installer.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.msbuild.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.msbuild.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.tdnet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.tdnet.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.7/xunit.runner.utility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.7/xunit.runner.utility.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.console.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.console.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1}.{2} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.extensions.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.extensions.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.gui.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.gui.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.installer.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.installer.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.msbuild.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.msbuild.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.tdnet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.tdnet.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.8/xunit.runner.utility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.8/xunit.runner.utility.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1}.{2} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9.1/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9.1/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.x86.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
14 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.console.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.console.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.dll.tdnet:
--------------------------------------------------------------------------------
1 |
2 | xUnit.net {0}.{1}.{2} build {3}
3 | xunit.runner.tdnet.dll
4 | Xunit.Runner.TdNet.TdNetRunner
5 |
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.extensions.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.extensions.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.extensions.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.clr4.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.clr4.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.clr4.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.clr4.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.clr4.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.clr4.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.clr4.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.clr4.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.x86.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.x86.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.gui.x86.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.gui.x86.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.installer.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.installer.exe
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.installer.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.installer.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.msbuild.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.msbuild.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.msbuild.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.msbuild.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.tdnet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.tdnet.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.tdnet.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.tdnet.pdb
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.utility.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.utility.dll
--------------------------------------------------------------------------------
/3rdParty/xUnit.net-1.9/xunit.runner.utility.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/3rdParty/xUnit.net-1.9/xunit.runner.utility.pdb
--------------------------------------------------------------------------------
/resharper/.editorconfig:
--------------------------------------------------------------------------------
1 | root=true
2 |
3 | [*.cs]
4 | indent_style=space
5 | indent_size=4
6 |
--------------------------------------------------------------------------------
/resharper/CommonAssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.InteropServices;
3 |
4 | [assembly : AssemblyCompany("http://xunitcontrib.codeplex.com")]
5 | [assembly : AssemblyProduct("xunitcontrib.runner." + ProductInfo.AssemblyProduct)]
6 | [assembly : AssemblyDescription("xUnit.net unit test provider for " + ProductInfo.Product)]
7 | [assembly : AssemblyCopyright("Copyright (C) Matt Ellis")]
8 | [assembly : ComVisible(false)]
9 | [assembly : AssemblyVersion("2.3.4.0")]
--------------------------------------------------------------------------------
/resharper/nuget/pack.bat:
--------------------------------------------------------------------------------
1 | nuget pack xunitcontrib.nuspec
2 |
--------------------------------------------------------------------------------
/resharper/src/ProductInfo.cs:
--------------------------------------------------------------------------------
1 | public static class ProductInfo
2 | {
3 | public const string Product = "ReSharper";
4 | public const string AssemblyProduct = "resharper";
5 | public const string Version = "9.2";
6 | }
7 |
--------------------------------------------------------------------------------
/resharper/src/provider/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 |
3 | [assembly: AssemblyTitle("xUnit.net design time unit test provider for " + ProductInfo.Product + " " + ProductInfo.Version)]
4 |
5 |
--------------------------------------------------------------------------------
/resharper/src/provider/PropertyData/MemberDataReferenceProviderFactory.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using JetBrains.ReSharper.Psi;
3 | using JetBrains.ReSharper.Psi.CSharp;
4 | using JetBrains.ReSharper.Psi.Resolve;
5 | using JetBrains.ReSharper.Psi.Tree;
6 | using JetBrains.ReSharper.Psi.VB;
7 |
8 | namespace XunitContrib.Runner.ReSharper.UnitTestProvider.PropertyData
9 | {
10 | [ReferenceProviderFactory]
11 | public class MemberDataReferenceProviderFactory : IReferenceProviderFactory
12 | {
13 | public IReferenceFactory CreateFactory(IPsiSourceFile sourceFile, IFile file)
14 | {
15 | if (sourceFile.PrimaryPsiLanguage.Is())
16 | return new CSharpMemberDataReferenceFactory();
17 | if (sourceFile.PrimaryPsiLanguage.Is())
18 | return new VBMemberDataReferenceFactory();
19 | return null;
20 | }
21 |
22 | public event Action OnChanged;
23 | }
24 | }
--------------------------------------------------------------------------------
/resharper/src/provider/PropertyData/PropertyDataReferenceProviderFactory.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using JetBrains.ReSharper.Psi;
3 | using JetBrains.ReSharper.Psi.CSharp;
4 | using JetBrains.ReSharper.Psi.Resolve;
5 | using JetBrains.ReSharper.Psi.Tree;
6 | using JetBrains.ReSharper.Psi.VB;
7 |
8 | namespace XunitContrib.Runner.ReSharper.UnitTestProvider.PropertyData
9 | {
10 | [ReferenceProviderFactory]
11 | public class PropertyDataReferenceProviderFactory : IReferenceProviderFactory
12 | {
13 | public IReferenceFactory CreateFactory(IPsiSourceFile sourceFile, IFile file)
14 | {
15 | if (sourceFile.PrimaryPsiLanguage.Is())
16 | return new CSharpPropertyDataReferenceFactory();
17 | if (sourceFile.PrimaryPsiLanguage.Is())
18 | return new VBPropertyDataReferenceFactory();
19 | return null;
20 | }
21 |
22 | public event Action OnChanged;
23 | }
24 | }
--------------------------------------------------------------------------------
/resharper/src/provider/Resources/xunit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/resharper/src/provider/Resources/xunit.png
--------------------------------------------------------------------------------
/resharper/src/provider/UnitTestElements/ISerializableUnitTestElement.cs:
--------------------------------------------------------------------------------
1 | using System.Xml;
2 |
3 | namespace XunitContrib.Runner.ReSharper.UnitTestProvider
4 | {
5 | internal interface ISerializableUnitTestElement
6 | {
7 | void WriteToXml(XmlElement element);
8 | }
9 | }
--------------------------------------------------------------------------------
/resharper/src/provider/XunitSdkAdapters/MetadataParameterInfoAdapter.cs:
--------------------------------------------------------------------------------
1 | using JetBrains.Metadata.Reader.API;
2 | using Xunit.Abstractions;
3 |
4 | namespace XunitContrib.Runner.ReSharper.UnitTestProvider
5 | {
6 | public class MetadataParameterInfoAdapter : IParameterInfo
7 | {
8 | private readonly MetadataTypeInfoAdapter2 typeInfo;
9 | private readonly MetadataMethodInfoAdapter2 methodInfo;
10 | private readonly IMetadataParameter parameter;
11 |
12 | public MetadataParameterInfoAdapter(MetadataTypeInfoAdapter2 typeInfo,
13 | MetadataMethodInfoAdapter2 methodInfo, IMetadataParameter parameter)
14 | {
15 | this.typeInfo = typeInfo;
16 | this.methodInfo = methodInfo;
17 | this.parameter = parameter;
18 | }
19 |
20 | public string Name { get { return parameter.Name; } }
21 |
22 | public ITypeInfo ParameterType
23 | {
24 | get { return MetadataTypeSystem.GetType(parameter.Type, typeInfo, methodInfo); }
25 | }
26 | }
27 | }
--------------------------------------------------------------------------------
/resharper/src/provider/ZoneMarker.cs:
--------------------------------------------------------------------------------
1 | using JetBrains.Application.BuildScript.Application.Zones;
2 |
3 | namespace XunitContrib.Runner.ReSharper.UnitTestProvider
4 | {
5 | [ZoneMarker]
6 | public class ZoneMarker
7 | {
8 | }
9 | }
--------------------------------------------------------------------------------
/resharper/src/provider/provider.csproj.DotSettings:
--------------------------------------------------------------------------------
1 |
2 | True
--------------------------------------------------------------------------------
/resharper/src/runner/Logging/Logger.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/resharper/src/runner/Logging/Logger.cs
--------------------------------------------------------------------------------
/resharper/src/runner/Logging/MessageLogFormatter.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xunit/resharper-xunit/e7e44010defeaf01b28ff022aacf28a867217c6d/resharper/src/runner/Logging/MessageLogFormatter.cs
--------------------------------------------------------------------------------
/resharper/src/runner/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 |
3 | [assembly: AssemblyTitle("xUnit.net remote unit test runner for " + ProductInfo.Product + " " + ProductInfo.Version)]
4 |
--------------------------------------------------------------------------------
/resharper/src/runner/Tasks/AttributeNames.cs:
--------------------------------------------------------------------------------
1 | namespace XunitContrib.Runner.ReSharper.RemoteRunner.Tasks
2 | {
3 | public static class AttributeNames
4 | {
5 | public const string AssemblyLocation = "AssemblyLocation";
6 | public const string TypeName = "TypeName";
7 | public const string MethodName = "MethodName";
8 | public const string TheoryName = "TheoryName";
9 | public const string Explicitly = "Explicitly";
10 | public const string Dynamic = "Dynamic";
11 | public const string ProjectId = "ProjectId";
12 | public const string DisableAllConcurrency = "DisableAllConcurrency";
13 |
14 | // Note the case. TestRemoteChannelMessageListener strips this attribute
15 | // when running tests. Makes for cleaner gold output
16 | public const string ParentId = "parentId";
17 | }
18 | }
--------------------------------------------------------------------------------
/resharper/test/data/.gitignore:
--------------------------------------------------------------------------------
1 | *.dll
2 | *.pdb
3 | *.tmp
4 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/AsyncFacts.cs:
--------------------------------------------------------------------------------
1 | using System.Threading.Tasks;
2 | using Xunit;
3 |
4 | namespace Foo
5 | {
6 | public class Tests
7 | {
8 | async static Task Fibonacci(int n)
9 | {
10 | if (n == 0) { return 0; }
11 | if (n == 1) { return 1; }
12 |
13 | // run one of the recursions concurrently. This runs on a background thread
14 | var t1 = Task.Factory.StartNew(() => Fibonacci(n - 1));
15 | var t2 = Fibonacci(n - 2);
16 | return (await (await t1)) + (await t2);
17 | }
18 |
19 | [Fact]
20 | public async Task SimpleAsyncTest()
21 | {
22 | var result = await Fibonacci(10);
23 | Assert.Equal(56, result);
24 | }
25 |
26 | [Fact]
27 | public async void VoidTestNotSureIfThisIsLegal()
28 | {
29 | var result = await Fibonacci(10);
30 | Assert.Equal(56, result);
31 | }
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/AsyncFacts.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SimpleAsyncTest
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.VoidTestNotSureIfThisIsLegal
4 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/AsyncFacts.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SimpleAsyncTest
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.VoidTestNotSureIfThisIsLegal
4 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomFactAttribute.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class MyFactAttribute : FactAttribute
6 | {
7 | }
8 |
9 | public class Tests
10 | {
11 | [MyFact]
12 | public void TestMethod()
13 | {
14 | }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomFactAttribute.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomFactAttribute.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomTheoryAttribute.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using Xunit;
3 | using Xunit.Extensions;
4 | using Xunit.Sdk;
5 |
6 | namespace Foo
7 | {
8 | public class MyTheoryAttribute : TheoryAttribute
9 | {
10 | public int Repeat { get; set; }
11 |
12 | protected override IEnumerable EnumerateTestCommands(IMethodInfo method)
13 | {
14 | for (int i = 0; i < Repeat; i++)
15 | yield return new FactCommand(method);
16 | }
17 | }
18 |
19 | public class Tests
20 | {
21 | [MyTheory(Repeat = 5)]
22 | public void TestMethod()
23 | {
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomTheoryAttribute.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/CustomTheoryAttribute.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/DerivedClasses.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class ConcreteBaseClass
6 | {
7 | [Fact]
8 | public void BaseTestMethod()
9 | {
10 | }
11 | }
12 |
13 | public class DerivedFromConcreteBaseClass : ConcreteBaseClass
14 | {
15 | [Fact]
16 | public void DerivedTestMethod()
17 | {
18 | }
19 | }
20 |
21 | public abstract class AbstractBaseClass
22 | {
23 | [Fact]
24 | public void AbstractBaseTestMethod()
25 | {
26 | }
27 | }
28 |
29 | public class DerivedFromAbstractBaseClass : AbstractBaseClass
30 | {
31 | [Fact]
32 | public void DerivedTestMethod()
33 | {
34 | }
35 | }
36 |
37 | public class AlsoDerivedFromAbstractBaseClass : AbstractBaseClass
38 | {
39 | [Fact]
40 | public void AnotherDerivedTestMethod()
41 | {
42 | }
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/DisplayNames.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 | using Xunit.Extensions;
3 |
4 | namespace Foo
5 | {
6 | public class Tests
7 | {
8 | [Fact(DisplayName = "NameComesFromAttribute")]
9 | public void ShouldNotSeeThis_NameShouldComeFromAttribute()
10 | {
11 | }
12 |
13 | [Fact(DisplayName = "Name contains spaces")]
14 | public void ShouldNotSeeThis_NameShouldContainSpaces()
15 | {
16 | }
17 |
18 | [Theory(DisplayName = "This is a theory with a display name")]
19 | [InlineData("cheese")]
20 | public void ShouldNotSeeThis_NameShouldComeFromTheoryAttribute(string data)
21 | {
22 | }
23 | }
24 | }
25 |
26 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/DisplayNames.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromAttribute
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldContainSpaces
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromTheoryAttribute
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/DisplayNames.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromAttribute
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldContainSpaces
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromTheoryAttribute
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/NestedClasses.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class ParentClass
6 | {
7 | public class NestedClass1
8 | {
9 | [Fact]
10 | public void TestMethod()
11 | {
12 | }
13 | }
14 | }
15 |
16 | public class DeeplyNestedParentClass
17 | {
18 | public class DeeplyNestedClass
19 | {
20 | public class ReallyDeeplyNestedClass
21 | {
22 | public class RidiculouslyDeeplyNestedClass
23 | {
24 | public class NestedClass2
25 | {
26 | [Fact]
27 | public void TestMethod()
28 | {
29 | }
30 | }
31 | }
32 | }
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/NestedClasses.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1.TestMethod
3 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2.TestMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/NestedClasses.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1.TestMethod
3 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2.TestMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/RunWith.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.TestClass
2 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.TestClass2
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/RunWith.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.TestClass
2 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.TestClass2
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleFact.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Fact]
8 | public void TestMethod()
9 | {
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleFact.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleFact.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleTheory.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 | using Xunit.Extensions;
3 |
4 | namespace Foo
5 | {
6 | public class Tests
7 | {
8 | [Theory]
9 | [InlineData("foo")]
10 | public void TestMethod(string data)
11 | {
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleTheory.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/SimpleTheory.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/Skipped.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Fact(Skip = "Skipped test")]
8 | public void SkippedMethod()
9 | {
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/Skipped.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SkippedMethod Explicit: Skipped test
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/Skipped.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SkippedMethod Explicit: Skipped test
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/StaticClass.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | // No discovery
6 | internal static class InternalClass
7 | {
8 | [Fact]
9 | public static void PublicStaticMethod()
10 | {
11 | }
12 |
13 | [Fact]
14 | internal static void InternalStaticMethod()
15 | {
16 | }
17 |
18 | [Fact]
19 | private static void PrivateStaticMethod()
20 | {
21 | }
22 | }
23 |
24 | // Mixed discovery
25 | public static class PublicClass
26 | {
27 | [Fact]
28 | public static void PublicStaticMethod()
29 | {
30 | }
31 |
32 | [Fact]
33 | internal static void InternalStaticMethod()
34 | {
35 | }
36 |
37 | [Fact]
38 | private static void PrivateStaticMethod()
39 | {
40 | }
41 | }
42 | }
43 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/StaticClass.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/StaticClass.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/Visibility.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedMethod
5 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateMethod
6 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalMethod
7 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
8 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
9 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedStaticMethod
10 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
11 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalStaticMethod
12 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit1/Visibility.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedMethod
5 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateMethod
6 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalMethod
7 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
8 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
9 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedStaticMethod
10 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
11 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalStaticMethod
12 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/AsyncFacts.cs:
--------------------------------------------------------------------------------
1 | using System.Threading.Tasks;
2 | using Xunit;
3 |
4 | namespace Foo
5 | {
6 | public class Tests
7 | {
8 | async static Task Fibonacci(int n)
9 | {
10 | if (n == 0) { return 0; }
11 | if (n == 1) { return 1; }
12 |
13 | // run one of the recursions concurrently. This runs on a background thread
14 | var t1 = Task.Factory.StartNew(() => Fibonacci(n - 1));
15 | var t2 = Fibonacci(n - 2);
16 | return (await (await t1)) + (await t2);
17 | }
18 |
19 | [Fact]
20 | public async Task SimpleAsyncTest()
21 | {
22 | var result = await Fibonacci(10);
23 | Assert.Equal(56, result);
24 | }
25 |
26 | [Fact]
27 | public async void VoidTestNotSureIfThisIsLegal()
28 | {
29 | var result = await Fibonacci(10);
30 | Assert.Equal(56, result);
31 | }
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/AsyncFacts.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SimpleAsyncTest
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.VoidTestNotSureIfThisIsLegal
4 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/AsyncFacts.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SimpleAsyncTest
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.VoidTestNotSureIfThisIsLegal
4 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomFactAttribute.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class MyFactAttribute : FactAttribute
6 | {
7 | }
8 |
9 | public class Tests
10 | {
11 | [MyFact]
12 | public void TestMethod()
13 | {
14 | }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomFactAttribute.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomFactAttribute.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomTheoryAttribute.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using Xunit;
3 | using Xunit.Abstractions;
4 | using Xunit.Sdk;
5 |
6 | namespace Foo
7 | {
8 | public class Tests
9 | {
10 | [MyTheory]
11 | public void TestMethod()
12 | {
13 | }
14 | }
15 |
16 | [XunitTestCaseDiscoverer("Foo.MyTheoryDiscoverer", "CustomTheoryAttribute")]
17 | public class MyTheoryAttribute : TheoryAttribute
18 | {
19 | }
20 |
21 | public class MyTheoryDiscoverer : IXunitTestCaseDiscoverer
22 | {
23 | private readonly IMessageSink diagnosticMessageSink;
24 |
25 | public MyTheoryDiscoverer(IMessageSink diagnosticMessageSink)
26 | {
27 | this.diagnosticMessageSink = diagnosticMessageSink;
28 | }
29 |
30 | public IEnumerable Discover(ITestFrameworkDiscoveryOptions discoveryOptions,
31 | ITestMethod testMethod, IAttributeInfo factAttribute)
32 | {
33 | return new XunitTestCase[]
34 | {
35 | new XunitTheoryTestCase(diagnosticMessageSink, TestMethodDisplay.ClassAndMethod, testMethod)
36 | };
37 | }
38 | }
39 | }
40 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomTheoryAttribute.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/CustomTheoryAttribute.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/DerivedClasses.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class ConcreteBaseClass
6 | {
7 | [Fact]
8 | public void BaseTestMethod()
9 | {
10 | }
11 | }
12 |
13 | public class DerivedFromConcreteBaseClass : ConcreteBaseClass
14 | {
15 | [Fact]
16 | public void DerivedTestMethod()
17 | {
18 | }
19 | }
20 |
21 | public abstract class AbstractBaseClass
22 | {
23 | [Fact]
24 | public void AbstractBaseTestMethod()
25 | {
26 | }
27 | }
28 |
29 | public class DerivedFromAbstractBaseClass : AbstractBaseClass
30 | {
31 | [Fact]
32 | public void DerivedTestMethod()
33 | {
34 | }
35 | }
36 |
37 | public class AlsoDerivedFromAbstractBaseClass : AbstractBaseClass
38 | {
39 | [Fact]
40 | public void AnotherDerivedTestMethod()
41 | {
42 | }
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/DisplayNames.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Fact(DisplayName = "NameComesFromAttribute")]
8 | public void ShouldNotSeeThis_NameShouldComeFromAttribute()
9 | {
10 | }
11 |
12 | [Fact(DisplayName = "Name contains spaces")]
13 | public void ShouldNotSeeThis_NameShouldContainSpaces()
14 | {
15 | }
16 |
17 | [Theory(DisplayName = "This is a theory with a display name")]
18 | [InlineData("cheese")]
19 | public void ShouldNotSeeThis_NameShouldComeFromTheoryAttribute(string data)
20 | {
21 | }
22 | }
23 | }
24 |
25 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/DisplayNames.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromAttribute
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldContainSpaces
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromTheoryAttribute
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/DisplayNames.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromAttribute
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldContainSpaces
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.ShouldNotSeeThis_NameShouldComeFromTheoryAttribute
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/NestedClasses.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class ParentClass
6 | {
7 | public class NestedClass1
8 | {
9 | [Fact]
10 | public void TestMethod()
11 | {
12 | }
13 | }
14 | }
15 |
16 | public class DeeplyNestedParentClass
17 | {
18 | public class DeeplyNestedClass
19 | {
20 | public class ReallyDeeplyNestedClass
21 | {
22 | public class RidiculouslyDeeplyNestedClass
23 | {
24 | public class NestedClass2
25 | {
26 | [Fact]
27 | public void TestMethod()
28 | {
29 | }
30 | }
31 | }
32 | }
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/NestedClasses.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1.TestMethod
3 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2.TestMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/NestedClasses.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.ParentClass+NestedClass1.TestMethod
3 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.DeeplyNestedParentClass+DeeplyNestedClass+ReallyDeeplyNestedClass+RidiculouslyDeeplyNestedClass+NestedClass2.TestMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleFact.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Fact]
8 | public void TestMethod()
9 | {
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleFact.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleFact.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleTheory.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Theory]
8 | [InlineData("foo")]
9 | public void TestMethod(string data)
10 | {
11 | }
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleTheory.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/SimpleTheory.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.TestMethod
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/Skipped.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | public class Tests
6 | {
7 | [Fact(Skip = "Skipped test")]
8 | public void SkippedMethod()
9 | {
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/Skipped.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SkippedMethod Explicit: Skipped test
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/Skipped.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.Tests.SkippedMethod Explicit: Skipped test
3 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/StaticClass.cs:
--------------------------------------------------------------------------------
1 | using Xunit;
2 |
3 | namespace Foo
4 | {
5 | // No discovery
6 | internal static class InternalClass
7 | {
8 | [Fact]
9 | public static void PublicStaticMethod()
10 | {
11 | }
12 |
13 | [Fact]
14 | internal static void InternalStaticMethod()
15 | {
16 | }
17 |
18 | [Fact]
19 | private static void PrivateStaticMethod()
20 | {
21 | }
22 | }
23 |
24 | // Mixed discovery
25 | public static class PublicClass
26 | {
27 | [Fact]
28 | public static void PublicStaticMethod()
29 | {
30 | }
31 |
32 | [Fact]
33 | internal static void InternalStaticMethod()
34 | {
35 | }
36 |
37 | [Fact]
38 | private static void PrivateStaticMethod()
39 | {
40 | }
41 | }
42 | }
43 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/StaticClass.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/StaticClass.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
5 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/Visibility.cs.source.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedMethod
5 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateMethod
6 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalMethod
7 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
8 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
9 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedStaticMethod
10 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
11 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalStaticMethod
12 |
--------------------------------------------------------------------------------
/resharper/test/data/Exploration/xunit2/Visibility.dll.metadata.gold:
--------------------------------------------------------------------------------
1 | xUnit.net Test Class: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass
2 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicMethod
3 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalMethod
4 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedMethod
5 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateMethod
6 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalMethod
7 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PublicStaticMethod
8 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.InternalStaticMethod
9 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedStaticMethod
10 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.PrivateStaticMethod
11 | xUnit.net Test: xUnit::697F5F53-AEB2-4284-AA79-90E7368C55E6::Foo.PublicClass.ProtectedInternalStaticMethod
12 |
--------------------------------------------------------------------------------
/resharper/test/data/References/CodeCompletion/ListsMemberDataCandidatesInOtherClass.cs.gold:
--------------------------------------------------------------------------------
1 | # 5 ITEMS #
2 |
3 | + AnotherDataEnumerator
4 | + DataEnumerator
5 | + GetDataField
6 | + GetDataMethod
7 | + MoreDataEnumerator
8 | # AUTOMATIC #
9 | # 5 ITEMS #
10 |
11 | + AnotherDataEnumerator
12 | + DataEnumerator
13 | + GetDataField
14 | + GetDataMethod
15 | + MoreDataEnumerator
16 |
--------------------------------------------------------------------------------
/resharper/test/data/References/CodeCompletion/ListsMemberDataCandidatesInOtherClass.vb.gold:
--------------------------------------------------------------------------------
1 | # 5 ITEMS #
2 |
3 | + AnotherDataEnumerator
4 | + DataEnumerator
5 | + GetDataField
6 | + GetDataMethod
7 | + MoreDataEnumerator
8 |
--------------------------------------------------------------------------------
/resharper/test/data/References/CodeCompletion/ListsMemberDataCandidatesInSameClass.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using Xunit;
3 |
4 | namespace Foo
5 | {
6 | public class MyTest
7 | {
8 | [Theory]
9 | [MemberData("{caret}")]
10 | public void Test1(int value)
11 | {
12 | Assert.Equal(42, value);
13 | }
14 |
15 | public static IEnumerable