Skip to content

Instantly share code, notes, and snippets.

@plioi
Created January 31, 2014 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plioi/8743573 to your computer and use it in GitHub Desktop.
Save plioi/8743573 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<assembly name="C:\dev\personal\fixie\src\Fixie.Tests\bin\Release\Fixie.Tests.dll" run-date="2014-01-31" run-time="21:21:25" configFile="C:\dev\personal\fixie\build\Fixie.Console.exe.Config" time="0.685" total="153" passed="153" failed="0" skipped="0" environment="32-bit .NET v4.0.30319" test-framework="fixie 0.0.1.0">
<class time="0.008" name="Fixie.Tests.Behaviors.ExecuteCasesTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.Behaviors.ExecuteCasesTests.ShouldPerformCaseExecutionBehaviorForAllGivenCases" type="Fixie.Tests.Behaviors.ExecuteCasesTests" method="ShouldPerformCaseExecutionBehaviorForAllGivenCases" result="pass" time="0.008" />
</class>
<class time="0.001" name="Fixie.Tests.CaseExecutionTests" total="2" passed="2" failed="0" skipped="0">
<test name="Fixie.Tests.CaseExecutionTests.ShouldBeAssociatedWithCase" type="Fixie.Tests.CaseExecutionTests" method="ShouldBeAssociatedWithCase" result="pass" time="0.000" />
<test name="Fixie.Tests.CaseExecutionTests.ShouldTrackExceptionsAsFailureReasons" type="Fixie.Tests.CaseExecutionTests" method="ShouldTrackExceptionsAsFailureReasons" result="pass" time="0.001" />
</class>
<class time="0.014" name="Fixie.Tests.CommandLineParserTests" total="8" passed="8" failed="0" skipped="0">
<test name="Fixie.Tests.CommandLineParserTests.DemandsAtLeastOneAssemblyPath" type="Fixie.Tests.CommandLineParserTests" method="DemandsAtLeastOneAssemblyPath" result="pass" time="0.002" />
<test name="Fixie.Tests.CommandLineParserTests.ParsesAssemblyPathsList" type="Fixie.Tests.CommandLineParserTests" method="ParsesAssemblyPathsList" result="pass" time="0.000" />
<test name="Fixie.Tests.CommandLineParserTests.ParsesCustomOptions" type="Fixie.Tests.CommandLineParserTests" method="ParsesCustomOptions" result="pass" time="0.001" />
<test name="Fixie.Tests.CommandLineParserTests.ParsesCustomOptionsWithQualifierPrefix" type="Fixie.Tests.CommandLineParserTests" method="ParsesCustomOptionsWithQualifierPrefix" result="pass" time="0.001" />
<test name="Fixie.Tests.CommandLineParserTests.DemandsThatCustomOptionsHaveExplicitValues" type="Fixie.Tests.CommandLineParserTests" method="DemandsThatCustomOptionsHaveExplicitValues" result="pass" time="0.001" />
<test name="Fixie.Tests.CommandLineParserTests.DemandsThatCustomOptionValuesCannotLookLikeKeys" type="Fixie.Tests.CommandLineParserTests" method="DemandsThatCustomOptionValuesCannotLookLikeKeys" result="pass" time="0.000" />
<test name="Fixie.Tests.CommandLineParserTests.ParsesAllValuesProvidedForEachKey" type="Fixie.Tests.CommandLineParserTests" method="ParsesAllValuesProvidedForEachKey" result="pass" time="0.006" />
<test name="Fixie.Tests.CommandLineParserTests.ParsesAssemblyPathsMixedWithCustomOptions" type="Fixie.Tests.CommandLineParserTests" method="ParsesAssemblyPathsMixedWithCustomOptions" result="pass" time="0.002" />
</class>
<class time="0.008" name="Fixie.Tests.GenericArgumentResolverTests" total="10" passed="10" failed="0" skipped="0">
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToObjectWhenGenericTypeHasNoMatchingParameters" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToObjectWhenGenericTypeHasNoMatchingParameters" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToObjectWhenGenericTypeHasOneNullMatchingParameter" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToObjectWhenGenericTypeHasOneNullMatchingParameter" result="pass" time="0.000" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToConcreteTypeOfValueWhenGenericTypeHasOneNonNullMatchingParameter" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToConcreteTypeOfValueWhenGenericTypeHasOneNonNullMatchingParameter" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToObjectWhenGenericTypeHasMultipleMatchingParametersOfInconsistentConcreteTypes" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToObjectWhenGenericTypeHasMultipleMatchingParametersOfInconsistentConcreteTypes" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToConcreteTypeOfValuesWhenGenericTypeHasMultipleMatchingParametersOfTheExactSameConcreteType" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToConcreteTypeOfValuesWhenGenericTypeHasMultipleMatchingParametersOfTheExactSameConcreteType" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToObjectWhenGenericTypeHasMultipleMatchingParametersButAllAreNull" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToObjectWhenGenericTypeHasMultipleMatchingParametersButAllAreNull" result="pass" time="0.000" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldTreatNullsAsTypeCompatibleWithReferenceTypes" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldTreatNullsAsTypeCompatibleWithReferenceTypes" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldTreatNullAsTypeIncompatibleWithValueTypes" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldTreatNullAsTypeIncompatibleWithValueTypes" result="pass" time="0.001" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveAllGenericArguments" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveAllGenericArguments" result="pass" time="0.002" />
<test name="Fixie.Tests.GenericArgumentResolverTests.ShouldResolveToObjectWhenInputParameterCountDoesNotMatchDeclaredParameterCount" type="Fixie.Tests.GenericArgumentResolverTests" method="ShouldResolveToObjectWhenInputParameterCountDoesNotMatchDeclaredParameterCount" result="pass" time="0.001" />
</class>
<class time="0.030" name="Fixie.Tests.Lifecycle.CaseLifecycleTests" total="18" passed="18" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithBehaviorsWhenConstructingPerCase" result="pass" time="0.011" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithBehaviorsWhenConstructingPerTestClass" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowCaseBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowCaseBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowCaseBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowCaseBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndCaseBehaviorThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndCaseBehaviorThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndCaseBehaviorThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndCaseBehaviorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndCaseBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndCaseBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndCaseBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndCaseBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithSetUpTearDownBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithSetUpTearDownBehaviorsWhenConstructingPerCase" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndCaseSetUpThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndCaseSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndCaseSetUpThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndCaseSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndCaseTearDownThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndCaseTearDownThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndCaseTearDownThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndCaseTearDownThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithSetUpBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithSetUpBehaviorWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldAllowWrappingCaseWithSetUpBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldAllowWrappingCaseWithSetUpBehaviorWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndCaseSetUpThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndCaseSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.CaseLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndCaseSetUpThrows" type="Fixie.Tests.Lifecycle.CaseLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndCaseSetUpThrows" result="pass" time="0.001" />
</class>
<class time="0.016" name="Fixie.Tests.Lifecycle.ClassLifecycleTests" total="18" passed="18" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithBehaviorsWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithBehaviorsWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowTypeBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowTypeBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" result="pass" time="0.000" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowTypeBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowTypeBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" result="pass" time="0.000" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndTypeBehaviorThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndTypeBehaviorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndTypeBehaviorThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndTypeBehaviorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndTypeBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndTypeBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndTypeBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndTypeBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithSetUpTearDownBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithSetUpTearDownBehaviorsWhenConstructingPerCase" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndTypeSetUpThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndTypeSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndTypeSetUpThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndTypeSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndTypeTearDownThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndTypeTearDownThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndTypeTearDownThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndTypeTearDownThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithSetUpBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithSetUpBehaviorWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldAllowWrappingTypeWithSetUpBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldAllowWrappingTypeWithSetUpBehaviorWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndTypeSetUpThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndTypeSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ClassLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndTypeSetUpThrows" type="Fixie.Tests.Lifecycle.ClassLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndTypeSetUpThrows" result="pass" time="0.001" />
</class>
<class time="0.012" name="Fixie.Tests.Lifecycle.ComplexLifecycleTests" total="4" passed="4" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.ComplexLifecycleTests.ShouldPerformCompleteLifecyclePerCaseWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ComplexLifecycleTests" method="ShouldPerformCompleteLifecyclePerCaseWhenConstructingPerCase" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.ComplexLifecycleTests.ShouldPerformCompleteLifecyclePerTestClassWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ComplexLifecycleTests" method="ShouldPerformCompleteLifecyclePerTestClassWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ComplexLifecycleTests.ShouldIncludeAllTearDownAndDisposalExceptionsInResultWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.ComplexLifecycleTests" method="ShouldIncludeAllTearDownAndDisposalExceptionsInResultWhenConstructingPerCase" result="pass" time="0.004" />
<test name="Fixie.Tests.Lifecycle.ComplexLifecycleTests.ShouldIncludeAllTearDownAndDisposalExceptionsInResultWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ComplexLifecycleTests" method="ShouldIncludeAllTearDownAndDisposalExceptionsInResultWhenConstructingPerTestClass" result="pass" time="0.004" />
</class>
<class time="0.010" name="Fixie.Tests.Lifecycle.ConstructionTests" total="13" passed="13" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldConstructPerCaseByDefault" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldConstructPerCaseByDefault" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldAllowConstructingPerCaseExplicitly" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldAllowConstructingPerCaseExplicitly" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldAllowConstructingPerTestClass" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldAllowConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldAllowConstructingPerCaseUsingCustomFactory" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldAllowConstructingPerCaseUsingCustomFactory" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldAllowConstructingPerTestClassUsingCustomFactory" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldAllowConstructingPerTestClassUsingCustomFactory" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldFailCaseWhenConstructingPerCaseAndConstructorThrows" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldFailCaseWhenConstructingPerCaseAndConstructorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldFailAllCasesWhenConstructingPerTestClassAndConstructorThrows" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndConstructorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldFailCaseWhenConstructingPerCaseAndCustomFactoryThrows" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldFailCaseWhenConstructingPerCaseAndCustomFactoryThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldFailAllCasesWhenConstructingPerTestClassAndCustomFactoryThrows" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndCustomFactoryThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldSkipConstructingPerCaseWhenAllCasesSkipped" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldSkipConstructingPerCaseWhenAllCasesSkipped" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldSkipConstructingPerTestClassWhenAllCasesSkipped" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldSkipConstructingPerTestClassWhenAllCasesSkipped" result="pass" time="0.000" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldSkipConstructingPerCaseUsingCustomFactoryWhenAllCasesSkipped" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldSkipConstructingPerCaseUsingCustomFactoryWhenAllCasesSkipped" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.ConstructionTests.ShouldSkipConstructingPerTestClassUsingCustomFactoryWhenAllCasesSkipped" type="Fixie.Tests.Lifecycle.ConstructionTests" method="ShouldSkipConstructingPerTestClassUsingCustomFactoryWhenAllCasesSkipped" result="pass" time="0.001" />
</class>
<class time="0.017" name="Fixie.Tests.Lifecycle.InstanceLifecycleTests" total="18" passed="18" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithBehaviorsWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithBehaviorsWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowInstanceBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowInstanceBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowInstanceBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowInstanceBehaviorsToShortCircuitInnerBehaviorWhenConstructingPerTestClass" result="pass" time="0.000" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndInstanceBehaviorThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndInstanceBehaviorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndInstanceBehaviorThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndInstanceBehaviorThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndInstanceBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailCaseWithOriginalExceptionWhenConstructingPerCaseAndInstanceBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndInstanceBehaviorThrowsPreservedException" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailAllCasesWithOriginalExceptionWhenConstructingPerTestClassAndInstanceBehaviorThrowsPreservedException" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithSetUpTearDownBehaviorsWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithSetUpTearDownBehaviorsWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithSetUpTearDownBehaviorsWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndInstanceSetUpThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingCaseWhenConstructingPerCaseAndInstanceSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndInstanceSetUpThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldShortCircuitInnerBehaviorAndTearDownByFailingAllCasesWhenConstructingPerTestClassAndInstanceSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailCaseWhenConstructingPerCaseAndInstanceTearDownThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailCaseWhenConstructingPerCaseAndInstanceTearDownThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldFailAllCasesWhenConstructingPerTestClassAndInstanceTearDownThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndInstanceTearDownThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithSetUpBehaviorWhenConstructingPerCase" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithSetUpBehaviorWhenConstructingPerCase" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldAllowWrappingInstanceWithSetUpBehaviorWhenConstructingPerTestClass" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldAllowWrappingInstanceWithSetUpBehaviorWhenConstructingPerTestClass" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndInstanceSetUpThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingCaseWhenConstructingPerCaseAndInstanceSetUpThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.InstanceLifecycleTests.ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndInstanceSetUpThrows" type="Fixie.Tests.Lifecycle.InstanceLifecycleTests" method="ShouldShortCircuitInnerBehaviorByFailingAllCasesWhenConstructingPerTestClassAndInstanceSetUpThrows" result="pass" time="0.001" />
</class>
<class time="0.453" name="Fixie.Tests.Reports.NUnitXmlReportTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.Reports.NUnitXmlReportTests.ShouldProduceValidXmlDocument" type="Fixie.Tests.Reports.NUnitXmlReportTests" method="ShouldProduceValidXmlDocument" result="pass" time="0.453" />
</class>
<class time="0.004" name="Fixie.Tests.Listeners.CompoundListenerTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.Listeners.CompoundListenerTests.ShouldRepeatEachEventToEachInnerListener" type="Fixie.Tests.Listeners.CompoundListenerTests" method="ShouldRepeatEachEventToEachInnerListener" result="pass" time="0.004" />
</class>
<class time="0.025" name="Fixie.Tests.Reports.XUnitXmlReportTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.Reports.XUnitXmlReportTests.ShouldProduceValidXmlDocument" type="Fixie.Tests.Reports.XUnitXmlReportTests" method="ShouldProduceValidXmlDocument" result="pass" time="0.025" />
</class>
<class time="0.016" name="Fixie.Tests.TestMethods.AsyncMethodTests" total="5" passed="5" failed="0" skipped="0">
<test name="Fixie.Tests.TestMethods.AsyncMethodTests.ShouldPassUponSuccessfulAsyncExecution" type="Fixie.Tests.TestMethods.AsyncMethodTests" method="ShouldPassUponSuccessfulAsyncExecution" result="pass" time="0.005" />
<test name="Fixie.Tests.TestMethods.AsyncMethodTests.ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsAfterAwaiting" type="Fixie.Tests.TestMethods.AsyncMethodTests" method="ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsAfterAwaiting" result="pass" time="0.006" />
<test name="Fixie.Tests.TestMethods.AsyncMethodTests.ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsWithinTheAwaitedTask" type="Fixie.Tests.TestMethods.AsyncMethodTests" method="ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsWithinTheAwaitedTask" result="pass" time="0.003" />
<test name="Fixie.Tests.TestMethods.AsyncMethodTests.ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsBeforeAwaitingOnAnyTask" type="Fixie.Tests.TestMethods.AsyncMethodTests" method="ShouldFailWithOriginalExceptionWhenAsyncCaseMethodThrowsBeforeAwaitingOnAnyTask" result="pass" time="0.002" />
<test name="Fixie.Tests.TestMethods.AsyncMethodTests.ShouldFailUnsupportedAsyncVoidCases" type="Fixie.Tests.TestMethods.AsyncMethodTests" method="ShouldFailUnsupportedAsyncVoidCases" result="pass" time="0.001" />
</class>
<class time="0.007" name="Fixie.Tests.Listeners.ConsoleListenerTests" total="3" passed="3" failed="0" skipped="0">
<test name="Fixie.Tests.Listeners.ConsoleListenerTests.ShouldReportResultsToTheConsole" type="Fixie.Tests.Listeners.ConsoleListenerTests" method="ShouldReportResultsToTheConsole" result="pass" time="0.005" />
<test name="Fixie.Tests.Listeners.ConsoleListenerTests.ShouldReportPassFailSkipCounts" type="Fixie.Tests.Listeners.ConsoleListenerTests" method="ShouldReportPassFailSkipCounts" result="pass" time="0.002" />
<test name="Fixie.Tests.Listeners.ConsoleListenerTests.ShouldNotReportSkipCountsWhenZeroTestsHaveBeenSkipped" type="Fixie.Tests.Listeners.ConsoleListenerTests" method="ShouldNotReportSkipCountsWhenZeroTestsHaveBeenSkipped" result="pass" time="0.001" />
</class>
<class time="0.004" name="Fixie.Tests.TestMethods.NullaryMethodTests" total="4" passed="4" failed="0" skipped="0">
<test name="Fixie.Tests.TestMethods.NullaryMethodTests.ShouldPassUponSuccessfulExecution" type="Fixie.Tests.TestMethods.NullaryMethodTests" method="ShouldPassUponSuccessfulExecution" result="pass" time="0.000" />
<test name="Fixie.Tests.TestMethods.NullaryMethodTests.ShouldFailWithOriginalExceptionWhenCaseMethodThrows" type="Fixie.Tests.TestMethods.NullaryMethodTests" method="ShouldFailWithOriginalExceptionWhenCaseMethodThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.TestMethods.NullaryMethodTests.ShouldPassOrFailCasesIndividually" type="Fixie.Tests.TestMethods.NullaryMethodTests" method="ShouldPassOrFailCasesIndividually" result="pass" time="0.001" />
<test name="Fixie.Tests.TestMethods.NullaryMethodTests.ShouldFailWhenTestClassConstructorCannotBeInvoked" type="Fixie.Tests.TestMethods.NullaryMethodTests" method="ShouldFailWhenTestClassConstructorCannotBeInvoked" result="pass" time="0.001" />
</class>
<class time="0.005" name="Fixie.Tests.Lifecycle.DisposalTests" total="4" passed="4" failed="0" skipped="0">
<test name="Fixie.Tests.Lifecycle.DisposalTests.ShouldDisposePerCaseWhenConstructingPerCaseAndDisposable" type="Fixie.Tests.Lifecycle.DisposalTests" method="ShouldDisposePerCaseWhenConstructingPerCaseAndDisposable" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.DisposalTests.ShouldDisposePerTestClassWhenConstructingPerTestClassAndDisposable" type="Fixie.Tests.Lifecycle.DisposalTests" method="ShouldDisposePerTestClassWhenConstructingPerTestClassAndDisposable" result="pass" time="0.001" />
<test name="Fixie.Tests.Lifecycle.DisposalTests.ShouldFailCaseWhenConstructingPerCaseAndDisposeThrows" type="Fixie.Tests.Lifecycle.DisposalTests" method="ShouldFailCaseWhenConstructingPerCaseAndDisposeThrows" result="pass" time="0.002" />
<test name="Fixie.Tests.Lifecycle.DisposalTests.ShouldFailAllCasesWhenConstructingPerTestClassAndDisposeThrows" type="Fixie.Tests.Lifecycle.DisposalTests" method="ShouldFailAllCasesWhenConstructingPerTestClassAndDisposeThrows" result="pass" time="0.002" />
</class>
<class time="0.016" name="Fixie.Tests.CaseTests" total="13" passed="13" failed="0" skipped="0">
<test name="Fixie.Tests.CaseTests.ShouldBeNamedAfterTheUnderlyingMethod" type="Fixie.Tests.CaseTests" method="ShouldBeNamedAfterTheUnderlyingMethod" result="pass" time="0.000" />
<test name="Fixie.Tests.CaseTests.ShouldIncludeParmeterValuesInNameWhenTheUnderlyingMethodHasParameters" type="Fixie.Tests.CaseTests" method="ShouldIncludeParmeterValuesInNameWhenTheUnderlyingMethodHasParameters" result="pass" time="0.004" />
<test name="Fixie.Tests.CaseTests.ShouldIncludeResolvedGenericArgumentsInNameWhenTheUnderlyingMethodIsGeneric" type="Fixie.Tests.CaseTests" method="ShouldIncludeResolvedGenericArgumentsInNameWhenTheUnderlyingMethodIsGeneric" result="pass" time="0.001" />
<test name="Fixie.Tests.CaseTests.ShouldInvokeMethods" type="Fixie.Tests.CaseTests" method="ShouldInvokeMethods" result="pass" time="0.000" />
<test name="Fixie.Tests.CaseTests.ShouldInvokeMethodsWithParameters" type="Fixie.Tests.CaseTests" method="ShouldInvokeMethodsWithParameters" result="pass" time="0.000" />
<test name="Fixie.Tests.CaseTests.ShouldInvokeGenericMethodsWithParameters" type="Fixie.Tests.CaseTests" method="ShouldInvokeGenericMethodsWithParameters" result="pass" time="0.000" />
<test name="Fixie.Tests.CaseTests.ShouldLogExceptionWhenMethodCannotBeInvoked" type="Fixie.Tests.CaseTests" method="ShouldLogExceptionWhenMethodCannotBeInvoked" result="pass" time="0.001" />
<test name="Fixie.Tests.CaseTests.ShouldLogOriginalExceptionWhenMethodThrows" type="Fixie.Tests.CaseTests" method="ShouldLogOriginalExceptionWhenMethodThrows" result="pass" time="0.001" />
<test name="Fixie.Tests.CaseTests.ShouldInvokeAsyncMethods" type="Fixie.Tests.CaseTests" method="ShouldInvokeAsyncMethods" result="pass" time="0.002" />
<test name="Fixie.Tests.CaseTests.ShouldLogOriginalExceptionWhenAsyncMethodThrowsAfterAwaiting" type="Fixie.Tests.CaseTests" method="ShouldLogOriginalExceptionWhenAsyncMethodThrowsAfterAwaiting" result="pass" time="0.002" />
<test name="Fixie.Tests.CaseTests.ShouldLogOriginalExceptionWhenAsyncMethodThrowsWithinTheAwaitedTask" type="Fixie.Tests.CaseTests" method="ShouldLogOriginalExceptionWhenAsyncMethodThrowsWithinTheAwaitedTask" result="pass" time="0.002" />
<test name="Fixie.Tests.CaseTests.ShouldLogOriginalExceptionWhenAsyncMethodThrowsBeforeAwaitingOnAnyTask" type="Fixie.Tests.CaseTests" method="ShouldLogOriginalExceptionWhenAsyncMethodThrowsBeforeAwaitingOnAnyTask" result="pass" time="0.001" />
<test name="Fixie.Tests.CaseTests.ShouldLogExceptionWhenMethodIsUnsupportedAsyncVoid" type="Fixie.Tests.CaseTests" method="ShouldLogExceptionWhenMethodIsUnsupportedAsyncVoid" result="pass" time="0.000" />
</class>
<class time="0.004" name="Fixie.Tests.Conventions.MethodFilterTests" total="3" passed="3" failed="0" skipped="0">
<test name="Fixie.Tests.Conventions.MethodFilterTests.ConsidersOnlyPublicInstanceMethods" type="Fixie.Tests.Conventions.MethodFilterTests" method="ConsidersOnlyPublicInstanceMethods" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.MethodFilterTests.ShouldFilterByAllSpecifiedConditions" type="Fixie.Tests.Conventions.MethodFilterTests" method="ShouldFilterByAllSpecifiedConditions" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.MethodFilterTests.CanFilterToMethodsWithAttributes" type="Fixie.Tests.Conventions.MethodFilterTests" method="CanFilterToMethodsWithAttributes" result="pass" time="0.002" />
</class>
<class time="0.007" name="Fixie.Tests.ReflectionExtensionsTests" total="8" passed="8" failed="0" skipped="0">
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectVoidReturnType" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectVoidReturnType" result="pass" time="0.000" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectClassAttributes" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectClassAttributes" result="pass" time="0.001" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectMethodAttributes" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectMethodAttributes" result="pass" time="0.001" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectAsyncDeclarations" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectAsyncDeclarations" result="pass" time="0.000" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectWhetherMethodIsDispose" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectWhetherMethodIsDispose" result="pass" time="0.002" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectWhetherMethodHasSignature" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectWhetherMethodHasSignature" result="pass" time="0.001" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanDetectWhetherTypeIsWithinNamespace" type="Fixie.Tests.ReflectionExtensionsTests" method="CanDetectWhetherTypeIsWithinNamespace" result="pass" time="0.001" />
<test name="Fixie.Tests.ReflectionExtensionsTests.CanGetAssemblyFileName" type="Fixie.Tests.ReflectionExtensionsTests" method="CanGetAssemblyFileName" result="pass" time="0.000" />
</class>
<class time="0.006" name="Fixie.Tests.Conventions.ConventionTests" total="7" passed="7" failed="0" skipped="0">
<test name="Fixie.Tests.Conventions.ConventionTests.EmptyConventionShouldDiscoverConcreteClassesAsTestClasses" type="Fixie.Tests.Conventions.ConventionTests" method="EmptyConventionShouldDiscoverConcreteClassesAsTestClasses" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.DefaultConventionShouldDiscoverConcreteClassesFollowingNamingConventionAsTestClasses" type="Fixie.Tests.Conventions.ConventionTests" method="DefaultConventionShouldDiscoverConcreteClassesFollowingNamingConventionAsTestClasses" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.EmptyConventionShouldDiscoverPublicInstanceMethodsForTestCases" type="Fixie.Tests.Conventions.ConventionTests" method="EmptyConventionShouldDiscoverPublicInstanceMethodsForTestCases" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.DefaultConventionShouldDiscoverSynchronousPublicInstanceVoidMethodsForTestCases" type="Fixie.Tests.Conventions.ConventionTests" method="DefaultConventionShouldDiscoverSynchronousPublicInstanceVoidMethodsForTestCases" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.DefaultConventionShouldDiscoverAsyncPublicInstanceMethodsForTestCases" type="Fixie.Tests.Conventions.ConventionTests" method="DefaultConventionShouldDiscoverAsyncPublicInstanceMethodsForTestCases" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.ShouldExecuteAllCasesInAllDiscoveredTestClasses" type="Fixie.Tests.Conventions.ConventionTests" method="ShouldExecuteAllCasesInAllDiscoveredTestClasses" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ConventionTests.ShouldAllowRandomShufflingOfCaseExecutionOrder" type="Fixie.Tests.Conventions.ConventionTests" method="ShouldAllowRandomShufflingOfCaseExecutionOrder" result="pass" time="0.001" />
</class>
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+PublicTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+OtherPublicTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+PublicWithNoDefaultConstructorTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+PrivateTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+OtherPrivateTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.000" name="Fixie.Tests.Conventions.ConventionTests+PrivateWithNoDefaultConstructorTests" total="0" passed="0" failed="0" skipped="0" />
<class time="0.003" name="Fixie.Tests.Conventions.ClassFilterTests" total="4" passed="4" failed="0" skipped="0">
<test name="Fixie.Tests.Conventions.ClassFilterTests.ShouldFilterToConcreteClassesByDefault" type="Fixie.Tests.Conventions.ClassFilterTests" method="ShouldFilterToConcreteClassesByDefault" result="pass" time="0.000" />
<test name="Fixie.Tests.Conventions.ClassFilterTests.ShouldFilterByAllSpecifiedConditions" type="Fixie.Tests.Conventions.ClassFilterTests" method="ShouldFilterByAllSpecifiedConditions" result="pass" time="0.001" />
<test name="Fixie.Tests.Conventions.ClassFilterTests.CanFilterToClassesWithAttributes" type="Fixie.Tests.Conventions.ClassFilterTests" method="CanFilterToClassesWithAttributes" result="pass" time="0.002" />
<test name="Fixie.Tests.Conventions.ClassFilterTests.CanFilterByTypeNameSuffix" type="Fixie.Tests.Conventions.ClassFilterTests" method="CanFilterByTypeNameSuffix" result="pass" time="0.000" />
</class>
<class time="0.013" name="Fixie.Tests.TestMethods.ParameterizedMethodTests" total="5" passed="5" failed="0" skipped="0">
<test name="Fixie.Tests.TestMethods.ParameterizedMethodTests.ShouldAllowConventionToGeneratePotentiallyManySetsOfInputParametersPerMethod" type="Fixie.Tests.TestMethods.ParameterizedMethodTests" method="ShouldAllowConventionToGeneratePotentiallyManySetsOfInputParametersPerMethod" result="pass" time="0.003" />
<test name="Fixie.Tests.TestMethods.ParameterizedMethodTests.ShouldFailWithClearExplanationWhenInputParameterGenerationHasNotBeenCustomizedYetTestMethodAcceptsParameters" type="Fixie.Tests.TestMethods.ParameterizedMethodTests" method="ShouldFailWithClearExplanationWhenInputParameterGenerationHasNotBeenCustomizedYetTestMethodAcceptsParameters" result="pass" time="0.001" />
<test name="Fixie.Tests.TestMethods.ParameterizedMethodTests.ShouldFailWithClearExplanationWhenInputParameterGenerationHasBeenCustomizedYetYieldsZeroSetsOfInputs" type="Fixie.Tests.TestMethods.ParameterizedMethodTests" method="ShouldFailWithClearExplanationWhenInputParameterGenerationHasBeenCustomizedYetYieldsZeroSetsOfInputs" result="pass" time="0.001" />
<test name="Fixie.Tests.TestMethods.ParameterizedMethodTests.ShouldFailWithClearExplanationWhenParameterCountsAreMismatched" type="Fixie.Tests.TestMethods.ParameterizedMethodTests" method="ShouldFailWithClearExplanationWhenParameterCountsAreMismatched" result="pass" time="0.003" />
<test name="Fixie.Tests.TestMethods.ParameterizedMethodTests.ShouldResolveGenericTypeParameters" type="Fixie.Tests.TestMethods.ParameterizedMethodTests" method="ShouldResolveGenericTypeParameters" result="pass" time="0.005" />
</class>
<class time="0.005" name="Fixie.Tests.Listeners.TeamCityListenerTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.Listeners.TeamCityListenerTests.ShouldReportResultsToTheConsoleInTeamCityFormat" type="Fixie.Tests.Listeners.TeamCityListenerTests" method="ShouldReportResultsToTheConsoleInTeamCityFormat" result="pass" time="0.005" />
</class>
<class time="0.001" name="Fixie.Tests.UncallableParameterizedCaseTests" total="1" passed="1" failed="0" skipped="0">
<test name="Fixie.Tests.UncallableParameterizedCaseTests.ShouldAlwaysFailWithoutInvokingTheUnderlyingMethod" type="Fixie.Tests.UncallableParameterizedCaseTests" method="ShouldAlwaysFailWithoutInvokingTheUnderlyingMethod" result="pass" time="0.001" />
</class>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment