custom ncrunch config with fast running tests. (excludes DB/Integration tests)
This commit is contained in:
parent
93481728cc
commit
ead1f8a868
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,9 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration />
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath />
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -2,7 +2,7 @@
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,11 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration></UseBuildConfiguration>
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform></UseBuildPlatform>
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath></ProxyProcessPath>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
<IgnoredTests>
|
<IgnoredTests>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,8 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration />
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<ProxyProcessPath />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -13,7 +13,7 @@ using NzbDrone.Core.Messaging;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Test.Framework
|
namespace NzbDrone.Core.Test.Framework
|
||||||
{
|
{
|
||||||
[Category("DbTest")]
|
|
||||||
public abstract class DbTest<TSubject, TModel> : DbTest
|
public abstract class DbTest<TSubject, TModel> : DbTest
|
||||||
where TSubject : class
|
where TSubject : class
|
||||||
where TModel : ModelBase, new()
|
where TModel : ModelBase, new()
|
||||||
|
@ -62,7 +62,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Category("DbTest")]
|
||||||
public abstract class DbTest : CoreTest
|
public abstract class DbTest : CoreTest
|
||||||
{
|
{
|
||||||
private ITestDatabase _db;
|
private ITestDatabase _db;
|
||||||
|
|
|
@ -76,7 +76,6 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||||
[TestCase("S07E23.mkv ", false)]
|
[TestCase("S07E23.mkv ", false)]
|
||||||
[TestCase("Two.and.a.Half.Men.S08E05.720p.HDTV.X264-DIMENSION", false)]
|
[TestCase("Two.and.a.Half.Men.S08E05.720p.HDTV.X264-DIMENSION", false)]
|
||||||
[TestCase("Sonny.With.a.Chance.S02E15.mkv", false)]
|
[TestCase("Sonny.With.a.Chance.S02E15.mkv", false)]
|
||||||
[TestCase("The Big Bang Theory.S03E01.The Electric Can Opener Fluctuation.m2ts", false)]
|
|
||||||
[TestCase(@"E:\Downloads\tv\The.Big.Bang.Theory.S01E01.720p.HDTV\ajifajjjeaeaeqwer_eppj.avi", false)]
|
[TestCase(@"E:\Downloads\tv\The.Big.Bang.Theory.S01E01.720p.HDTV\ajifajjjeaeaeqwer_eppj.avi", false)]
|
||||||
public void should_parse_hdtv720p_quality(string title, bool proper)
|
public void should_parse_hdtv720p_quality(string title, bool proper)
|
||||||
{
|
{
|
||||||
|
@ -121,6 +120,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||||
|
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.Bluray.AC3.-HELLYWOOD.avi", false)]
|
[TestCase("WEEDS.S03E01-06.DUAL.Bluray.AC3.-HELLYWOOD.avi", false)]
|
||||||
[TestCase("Chuck - S01E03 - Come Fly With Me - 720p BluRay.mkv", false)]
|
[TestCase("Chuck - S01E03 - Come Fly With Me - 720p BluRay.mkv", false)]
|
||||||
|
[TestCase("The Big Bang Theory.S03E01.The Electric Can Opener Fluctuation.m2ts", false)]
|
||||||
public void should_parse_bluray720p_quality(string title, bool proper)
|
public void should_parse_bluray720p_quality(string title, bool proper)
|
||||||
{
|
{
|
||||||
ParseAndVerifyQuality(title, Quality.Bluray720p, proper);
|
ParseAndVerifyQuality(title, Quality.Bluray720p, proper);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,10 +12,12 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration></UseBuildConfiguration>
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath></ProxyProcessPath>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,8 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration />
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<ProxyProcessPath />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,8 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration />
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<ProxyProcessPath />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -2,7 +2,7 @@
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,11 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration></UseBuildConfiguration>
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath></ProxyProcessPath>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,8 +12,11 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration />
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<ProxyProcessPath />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -1,12 +1,13 @@
|
||||||
<SolutionConfiguration>
|
<SolutionConfiguration>
|
||||||
<FileVersion>1</FileVersion>
|
<FileVersion>1</FileVersion>
|
||||||
<AutoEnableOnStartup>False</AutoEnableOnStartup>
|
<AutoEnableOnStartup>True</AutoEnableOnStartup>
|
||||||
<AllowParallelTestExecution>true</AllowParallelTestExecution>
|
<AllowParallelTestExecution>true</AllowParallelTestExecution>
|
||||||
|
<AllowTestsToRunInParallelWithThemselves>true</AllowTestsToRunInParallelWithThemselves>
|
||||||
<FrameworkUtilisationTypeForNUnit>UseDynamicAnalysis</FrameworkUtilisationTypeForNUnit>
|
<FrameworkUtilisationTypeForNUnit>UseDynamicAnalysis</FrameworkUtilisationTypeForNUnit>
|
||||||
<FrameworkUtilisationTypeForGallio>Disabled</FrameworkUtilisationTypeForGallio>
|
<FrameworkUtilisationTypeForGallio>Disabled</FrameworkUtilisationTypeForGallio>
|
||||||
<FrameworkUtilisationTypeForMSpec>Disabled</FrameworkUtilisationTypeForMSpec>
|
<FrameworkUtilisationTypeForMSpec>Disabled</FrameworkUtilisationTypeForMSpec>
|
||||||
<FrameworkUtilisationTypeForMSTest>Disabled</FrameworkUtilisationTypeForMSTest>
|
<FrameworkUtilisationTypeForMSTest>Disabled</FrameworkUtilisationTypeForMSTest>
|
||||||
<EngineModes>Run all tests automatically:BFRydWU=;Run all tests manually:BUZhbHNl;Run impacted tests automatically, others manually (experimental!):CklzSW1wYWN0ZWQ=;Run pinned tests automatically, others manually:CElzUGlubmVk</EngineModes>
|
<EngineModes>Run all tests automatically:BFRydWU=;Run all tests manually:BUZhbHNl;Run impacted tests automatically, others manually (experimental!):CklzSW1wYWN0ZWQ=;Run pinned tests automatically, others manually:CElzUGlubmVk;Fast:DlN0cnVjdHVyYWxOb2RlBAAAABNEb2VzTm90SGF2ZUNhdGVnb3J5D0ludGVncmF0aW9uVGVzdBNEb2VzTm90SGF2ZUNhdGVnb3J5BkRiVGVzdApJc0ltcGFjdGVkCUlzRmFpbGluZwAAAAAAAAAAAQAAAA==</EngineModes>
|
||||||
<MetricsExclusionList>
|
<MetricsExclusionList>
|
||||||
</MetricsExclusionList>
|
</MetricsExclusionList>
|
||||||
</SolutionConfiguration>
|
</SolutionConfiguration>
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,10 +12,12 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration></UseBuildConfiguration>
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath></ProxyProcessPath>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
|
@ -1,8 +1,8 @@
|
||||||
<ProjectConfiguration>
|
<ProjectConfiguration>
|
||||||
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
<CopyReferencedAssembliesToWorkspace>false</CopyReferencedAssembliesToWorkspace>
|
||||||
<ConsiderInconclusiveTestsAsPassing>false</ConsiderInconclusiveTestsAsPassing>
|
<ConsiderInconclusiveTestsAsPassing>true</ConsiderInconclusiveTestsAsPassing>
|
||||||
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
<PreloadReferencedAssemblies>false</PreloadReferencedAssemblies>
|
||||||
<AllowDynamicCodeContractChecking>true</AllowDynamicCodeContractChecking>
|
<AllowDynamicCodeContractChecking>false</AllowDynamicCodeContractChecking>
|
||||||
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
<AllowStaticCodeContractChecking>false</AllowStaticCodeContractChecking>
|
||||||
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
<IgnoreThisComponentCompletely>false</IgnoreThisComponentCompletely>
|
||||||
<RunPreBuildEvents>false</RunPreBuildEvents>
|
<RunPreBuildEvents>false</RunPreBuildEvents>
|
||||||
|
@ -12,10 +12,12 @@
|
||||||
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
<PreventSigningOfAssembly>false</PreventSigningOfAssembly>
|
||||||
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
<AnalyseExecutionTimes>true</AnalyseExecutionTimes>
|
||||||
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
<IncludeStaticReferencesInWorkspace>true</IncludeStaticReferencesInWorkspace>
|
||||||
<DefaultTestTimeout>60000</DefaultTestTimeout>
|
<DefaultTestTimeout>500</DefaultTestTimeout>
|
||||||
<UseBuildConfiguration></UseBuildConfiguration>
|
<UseBuildConfiguration>Debug</UseBuildConfiguration>
|
||||||
<UseBuildPlatform />
|
<UseBuildPlatform>x86</UseBuildPlatform>
|
||||||
<ProxyProcessPath></ProxyProcessPath>
|
<ProxyProcessPath></ProxyProcessPath>
|
||||||
<UseCPUArchitecture>AutoDetect</UseCPUArchitecture>
|
<UseCPUArchitecture>x86</UseCPUArchitecture>
|
||||||
|
<MSTestThreadApartmentState>STA</MSTestThreadApartmentState>
|
||||||
|
<BuildProcessArchitecture>x86</BuildProcessArchitecture>
|
||||||
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
<HiddenWarnings>PostBuildEventDisabled</HiddenWarnings>
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
Loading…
Reference in New Issue