<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--This file represents the results of running a test suite-->
<test-results name="c:\projects\spring-net\trunk\build\net\1.0\release\Spring.Core.Tests.dll" total="2217" errors="0" failures="0" not-run="15" inconclusive="0" ignored="15" skipped="0" invalid="0" date="2009-07-21" time="22:01:47">
  <environment nunit-version="2.5.1.9189" clr-version="2.0.50727.3082" os-version="Microsoft Windows NT 5.2.3790 Service Pack 2" platform="Win32NT" cwd="c:\projects\spring-net\trunk\build\net\1.0\release" machine-name="NEWYORK" user="SYSTEM" user-domain="WORKGROUP" />
  <culture-info current-culture="en-US" current-uiculture="en-US" />
  <test-suite name="c:\projects\spring-net\trunk\build\net\1.0\release\Spring.Core.Tests.dll" executed="True" success="True" time="11.828" asserts="0">
    <results>
      <test-suite name="Spring" executed="True" success="True" time="11.813" asserts="0">
        <results>
          <test-suite name="Caching" executed="True" success="True" time="0.141" asserts="0">
            <results>
              <test-suite name="AbstractCacheTests" executed="True" success="True" time="0.063" asserts="0">
                <results>
                  <test-case name="Spring.Caching.AbstractCacheTests.AppliesPerCacheDefaultsIfEnfored" executed="True" success="True" time="0.047" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.AppliesPerCacheDefaultsIfNoPerItemValuesGiven" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.AppliesPerCacheDefaultsIfTTLLessThanZero" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.AppliesPerItemTTLIfTTLGreaterZero" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.AppliesZeroTTLIfTTLIsZero" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.ClearCausesCallToRemoveAllUsingKeys" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.CountUsingKeys" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Caching.AbstractCacheTests.RemoveAllCausesCallsToRemove" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Caching.AbstractCacheTests.TestDefaults" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="BaseCacheAttributeTests" executed="True" success="True" time="0.063" asserts="0">
                <results>
                  <test-case name="Spring.Caching.BaseCacheAttributeTests.AllowsForExtendedTimeSpanConverterSyntax" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Caching.BaseCacheAttributeTests.CacheNameIsSet" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Caching.BaseCacheAttributeTests.ConditionIsParsed" executed="True" success="True" time="0.063" asserts="1" />
                  <test-case name="Spring.Caching.BaseCacheAttributeTests.KeyIsParsed" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Collections" executed="True" success="True" time="0.250" asserts="0">
            <results>
              <test-suite name="AbstractQueueTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Collections.AbstractQueueTests.AddAll1" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.AddAllSelf" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.AddFail" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.AddNPE" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.AddSucceed" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.AbstractQueueTests.ElementF" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.ElementSucceed" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.RemoveFail" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.AbstractQueueTests.RemoveSucceed" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="CaseInsensitiveHashtableTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Collections.CaseInsensitiveHashtableTests.AcceptsNonStringKeys" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.CaseInsensitiveHashtableTests.IgnoresCase" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.CaseInsensitiveHashtableTests.InitializeFromOtherCopiesValues" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.CaseInsensitiveHashtableTests.IsSerializable" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="HashedSetTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Collections.HashedSetTests.Add" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.AddAll" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.AddAllDuplicated" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.AddDuplicate" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.AddNull" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.HashedSetTests.Clear" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HashedSetTests.Contains" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.ContainsAll" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HashedSetTests.CopiesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HashedSetTests.EnumeratesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HashedSetTests.ExclusiveOr" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.HashedSetTests.Intersect" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HashedSetTests.IsEmpty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HashedSetTests.Minus" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HashedSetTests.Remove" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HashedSetTests.RemoveAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HashedSetTests.RemoveNull" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HashedSetTests.RetainAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HashedSetTests.Union" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="HybridSetTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Collections.HybridSetTests.Add" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.AddAll" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.AddAllDuplicated" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.AddDuplicate" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.AddNull" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.HybridSetTests.Clear" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HybridSetTests.Contains" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.ContainsAll" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HybridSetTests.CopiesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HybridSetTests.EnumeratesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HybridSetTests.ExclusiveOr" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.HybridSetTests.Intersect" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HybridSetTests.IsEmpty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.HybridSetTests.Minus" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HybridSetTests.Remove" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HybridSetTests.RemoveAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HybridSetTests.RemoveNull" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.HybridSetTests.RetainAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.HybridSetTests.Union" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="ImmutableSetTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Collections.ImmutableSetTests.Add" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.AddAll" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.Clear" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.ClonedInstanceMustStillBeImmutable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.Contains" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.ContainsAll" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.CopyTo" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ImmutableSetTests.EnumeratesOk" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.ImmutableSetTests.ExclusiveOrYieldsImmutableCone" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.IntersectionYieldsImmutableCone" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.IsEmpty" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.MinusYieldsImmutableCone" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ImmutableSetTests.Remove" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.RemoveAll" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.RetainAll" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.ImmutableSetTests.UnionYieldsImmutableCone" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="LinkedListTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Collections.LinkedListTests.AddMultipleObjects" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.LinkedListTests.ConstructorWithIList" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.LinkedListTests.Contains" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithIndexGreaterThanArrayLength" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithInsufficientSizeArray" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithNegativeIndex" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithNonZeroIndex" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithNullArray" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.LinkedListTests.CopyToWithZeroIndex" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.LinkedListTests.Enumerator" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.LinkedListTests.EnumeratorModification" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.LinkedListTests.IndexOfObject" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.LinkedListTests.Insert" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.LinkedListTests.RemoveAt" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.LinkedListTests.RemoveAtOnEmptyLinkedList" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.LinkedListTests.RemoveObject" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="ListSetTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Collections.ListSetTests.Add" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.AddAll" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.AddAllDuplicated" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.AddDuplicate" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.AddNull" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.ListSetTests.Clear" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.ListSetTests.Contains" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.ContainsAll" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.ListSetTests.CopiesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.ListSetTests.EnumeratesNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.ListSetTests.ExclusiveOr" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.ListSetTests.Intersect" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ListSetTests.IsEmpty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.ListSetTests.Minus" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ListSetTests.Remove" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ListSetTests.RemoveAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ListSetTests.RemoveNull" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.ListSetTests.RetainAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.ListSetTests.Union" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="PriorityQueueTests" executed="True" success="True" time="0.047" asserts="0">
                <results>
                  <test-case name="Spring.Collections.PriorityQueueTests.AddAllWithCollection" executed="True" success="True" time="0.016" asserts="22" />
                  <test-case name="Spring.Collections.PriorityQueueTests.AddAllWithCollectionWithNullElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.AddAllWithCollectionWithSomeNullElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.AddAllWithNullElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.AddWithComparableElements" executed="True" success="True" time="0.000" asserts="40" />
                  <test-case name="Spring.Collections.PriorityQueueTests.AddWithNullObject" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Clear" executed="True" success="True" time="0.000" asserts="27" />
                  <test-case name="Spring.Collections.PriorityQueueTests.CompleteQueueCopyToArrayWithValidSize" executed="True" success="True" time="0.000" asserts="43" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ConstructorFromExistingCollection" executed="True" success="True" time="0.000" asserts="21" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ConstructorUsingComparator" executed="True" success="True" time="0.000" asserts="22" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Contains" executed="True" success="True" time="0.000" asserts="63" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ContainsAll" executed="True" success="True" time="0.000" asserts="64" />
                  <test-case name="Spring.Collections.PriorityQueueTests.CreateUnboundedQueue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Element" executed="True" success="True" time="0.000" asserts="43" />
                  <test-case name="Spring.Collections.PriorityQueueTests.IsEmpty" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Iterator" executed="True" success="True" time="0.000" asserts="44" />
                  <test-case name="Spring.Collections.PriorityQueueTests.OfferNonComparable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.OfferWithComparableElements" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.PriorityQueueTests.OfferWithNullObject" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.PartialQueueCopyToArrayWithValidSize" executed="True" success="True" time="0.000" asserts="43" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Peek" executed="True" success="True" time="0.000" asserts="64" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Poll" executed="True" success="True" time="0.000" asserts="44" />
                  <test-case name="Spring.Collections.PriorityQueueTests.QueueCopyToArrayWithIndexOutOfDestinationArrayRange" executed="True" success="True" time="0.000" asserts="23" />
                  <test-case name="Spring.Collections.PriorityQueueTests.QueueCopyToArrayWithSmallerDestinationArray" executed="True" success="True" time="0.000" asserts="23" />
                  <test-case name="Spring.Collections.PriorityQueueTests.QueueCopyToArrayWithValidSizeButInvalidStartingIndex" executed="True" success="True" time="0.000" asserts="23" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Remove" executed="True" success="True" time="0.000" asserts="43" />
                  <test-case name="Spring.Collections.PriorityQueueTests.RemoveAll" executed="True" success="True" time="0.000" asserts="893" />
                  <test-case name="Spring.Collections.PriorityQueueTests.RemoveElement" executed="True" success="True" time="0.000" asserts="54" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Serialization" executed="True" success="True" time="0.000" asserts="44" />
                  <test-case name="Spring.Collections.PriorityQueueTests.Size" executed="True" success="True" time="0.000" asserts="63" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ThrowsArgumentExceptionForZeroCapacity" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ThrowsArgumentNullExceptionForNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ThrowsArgumentNullExceptionForNullCollectionElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ThrowsArgumentNullExceptionForSomeNullCollectionElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ToArrayNonObject" executed="True" success="True" time="0.000" asserts="43" />
                  <test-case name="Spring.Collections.PriorityQueueTests.ToArrayObject" executed="True" success="True" time="0.000" asserts="43" />
                </results>
              </test-suite>
              <test-suite name="SortedSetTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Collections.SortedSetTests.Add" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.SortedSetTests.AddAll" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.SortedSetTests.AddAllDuplicated" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.SortedSetTests.AddDuplicate" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.SortedSetTests.AddNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.SortedSetTests.Clear" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.SortedSetTests.Contains" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Collections.SortedSetTests.ContainsAll" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.SortedSetTests.CopiesNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.SortedSetTests.EnumeratesNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.SortedSetTests.ExclusiveOr" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Collections.SortedSetTests.Intersect" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SortedSetTests.IsEmpty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.SortedSetTests.IsOrdered" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Collections.SortedSetTests.Minus" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SortedSetTests.Remove" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SortedSetTests.RemoveAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SortedSetTests.RemoveNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Collections.SortedSetTests.RetainAll" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SortedSetTests.Union" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="StaticSetTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Collections.StaticSetTests.Intersect" executed="True" success="True" time="0.000" asserts="12" />
                  <test-case name="Spring.Collections.StaticSetTests.Minus" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Collections.StaticSetTests.Union" executed="True" success="True" time="0.000" asserts="12" />
                  <test-case name="Spring.Collections.StaticSetTests.Xor" executed="True" success="True" time="0.000" asserts="12" />
                </results>
              </test-suite>
              <test-suite name="SynchronizedHashtableTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Collections.SynchronizedHashtableTests.BehavesLikeHashtable" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Collections.SynchronizedHashtableTests.DefaultsToCaseSensitive" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Collections.SynchronizedHashtableTests.IgnoreCaseIgnoresCase" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.SynchronizedHashtableTests.InitializeFromOtherCopiesValues" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Collections.SynchronizedHashtableTests.WrapKeepsOriginalHashtableReference" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Context" executed="True" success="True" time="0.781" asserts="0">
            <results>
              <test-suite name="ApplicationEventArgsTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Context.ApplicationEventArgsTests.ArgsMilliTimestamp" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Context.ApplicationEventArgsTests.ArgsTimeStamp" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="ContextExceptionTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Context.ContextExceptionTests.TestStandardsCompliance" executed="True" success="True" time="0.031" asserts="900" />
                  <test-case name="Spring.Context.ContextExceptionTests.TestThisTest" executed="True" success="True" time="0.000" asserts="93" />
                </results>
              </test-suite>
              <test-suite name="EventListenerAttributeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Context.EventListenerAttributeTests.ReadEventListenerAttribute" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="Events" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-suite name="ConsoleListenerTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Events.ConsoleListenerTests.ConsoleOnApplicationEvent" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="Support" executed="True" success="True" time="0.734" asserts="0">
                <results>
                  <test-suite name="AbstractApplicationContextTests" executed="True" success="True" time="0.203" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ContextAwarePrototypeGetName" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ContextAwarePrototypeWasCalledBack" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ContextAwareSingletonGetName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ContextAwareSingletonWasCalledBack" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.DefaultObjectFactoryProcessorsDontGetAddedTwice" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.InvalidEventRegistryObject" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.InvalidMessageSourceObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.OrderOfKnownProcessorInstantiation" executed="True" success="True" time="0.000" asserts="17" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.OrderOfKnownProcessorInterfaces" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ParentNotNullGrandparentNull" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ParentNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractApplicationContextTests.ThrowsCannotLoadObjectTypeExceptionOnInvalidTypename" executed="True" success="True" time="0.156" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="AbstractMessageSourceTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageNoValidMessage" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageNullCode" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageParentMessageSource" executed="True" success="True" time="0.016" asserts="4" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableDefaultMessage" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableNoValidMessage" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableReturnsFirstCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableValidMessageAndCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableValidMessageAndCodeNullCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageResolvableValidMessageAndCodNullMessageFormat" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageUseDefaultCode" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageValidMessageAndCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageValidMessageAndCodeNullCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetMessageWithResolvableArguments" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetResolvableDefaultsToParentMessageSource" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Context.Support.AbstractMessageSourceTests.GetResolvableNullCodes" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ApplicationContextAwareProcessorTests" executed="True" success="True" time="0.063" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AfterInitReturnsSameInstanceAsWasPassedIn" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AlwaysIgnoresProxiedApplicationContextAwareAwareObjects" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AlwaysIgnoresProxiedMessageSourceAwareObjects" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AlwaysIgnoresProxiedResourceLoaderAwareObjects" executed="True" success="True" time="0.031" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AttachContext" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.AttachResourceLoader" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.DoNotAttachContextForRegularObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationContextAwareProcessorTests.DoNotAttachResourceLoaderForRegularObject" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="ApplicationContextExtensionTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ApplicationContextExtensionTests.UsingCustomParsers" executed="True" success="True" time="0.031" asserts="7" />
                    </results>
                  </test-suite>
                  <test-suite name="ApplicationObjectSupportTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.InvalidContextSubclass" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.ReinitWithDiffContext" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.ReinitWithSameContext" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.ValidContextIApplicationContext" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.ValidContextSubClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ApplicationObjectSupportTests.ValidContextSubClassOfAContext" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ContextHandlerTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ContextHandlerTests.ChokesIfChildContextsUseTheSameName" description="SPRNET-105" executed="True" success="True" time="0.016" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.ContextNotOfCorrectType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.CreateChildContextFailure" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.CreateContextSuccessful" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.CreatedFromNullXmlElement" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.CreateRootContextFailure" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.DefaultsToXmlApplicationContextType" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ContextHandlerTests.LoadParentChildContextsHierarchy" executed="True" success="True" time="0.016" asserts="16" />
                    </results>
                  </test-suite>
                  <test-suite name="ContextRegistryTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ContextRegistryTests.ChokesIfChildContextRegisteredUnderNameOfAnExistingContext" description="SPRNET-105" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.ClearWithDynamicProxies" executed="True" success="True" time="0.016" asserts="4" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.GetContextByNameNotRegisteredThrowsException" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.GetContextWithEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.GetContextWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.GetRootContextNotRegisteredThrowsException" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.RegisterNamedContext" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.RegisterNamedRootContext" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.RegisterRootContext" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.RemovesContextFromRegistryWhenContextCloses" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.ContextRegistryTests.ThrowsInvalidOperationExceptionOnRecursiveCallsToGetContext" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="DefaultMessageSourceResolvableTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.DefaultResolvableFromExistingResolvable" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.InstantiationWithASingleCodeDefaultsToEmptyDefaultMessage" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.LastCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.NullLastCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.ResolvableToString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DefaultMessageSourceResolvableTests.ResolvableToStringNullArguments" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="DelegatingMessageSourceTests" executed="True" success="True" time="0.047" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.ApplyResources" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.ApplyResourcesWithNoParentMessageSource" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessage" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageNoDelegateTarget" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithCulture" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithCultureAndParams" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithCultureAndParamsNoDelegateTarget" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithCultureNoDelegateTarget" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithMessageSourceResolvableAndCulture" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithNoParentMessageSourceAndMessageSourceResolvableAndCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithNoParentMessageSourceAndNullDefaultMessageSourceResolvableAndCulture" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithNoParentMessageSourceAndNullDefaultMessageSourceResolvableWithNoCodesAndCulture" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithParams" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetMessageWithParamsNoDelegateTarget" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetResourceObject" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetResourceObjectWithCulture" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetResourceObjectWithNoParentMessageSource" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.GetResourceObjectWithNoParentMessageSourceWithCulture" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.Instantiation" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.DelegatingMessageSourceTests.InstantiationWithSuppliedParentMessageSource" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="MessageSourceAccessorTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageCodeArgs" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageCodeArgsDefaultsToCurrentUICulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageCodeCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageCodeCultureArgs" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageCodeDefaultsToCurrentUICulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageResolvableCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.MessageSourceAccessorTests.GetMessageResolvableDefaultsToCurrentUICulture" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="NamespaceParsersSectionHandlerTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.ParseSectionSunnyDay" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.ParseSectionWithBadTypeForHandler" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.ParseSectionWithEmptyType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.ParseSectionWithHandlerThatDoesNotImplement_IXmlObjectDefinitionParser" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.ParseSectionWithNoChildParserNamespaceElements" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NamespaceParsersSectionHandlerTests.WithParserElementThatIsMissingTheTypeAttribute" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="NullMessageSourceTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.NullMessageSourceTests.ApplyResourcesDoesNothing" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.NullMessageSourceTests.CanonicalInstanceIsNotNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.NullMessageSourceTests.ResolveMessageSpitsbackWhatItWasGiven" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.NullMessageSourceTests.ResolveObjectReturnsNull" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="ResourceSetMessageSourceTests" executed="True" success="True" time="0.125" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.GetResource" executed="True" success="True" time="0.016" asserts="5" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.MessageAccessFallbackTurnedOff" executed="True" success="True" time="0.031" asserts="22" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.MessageAccessFallbackTurnedOn" executed="True" success="True" time="0.016" asserts="23" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.MessageAccessWithParentAndFallbackTurnedOff" executed="True" success="True" time="0.016" asserts="22" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.MessageResolveableGetMessage" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.ResourceSetMessageSourceCachedMessage" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.ResourceSetMessageSourceGetMessage" executed="True" success="True" time="0.016" asserts="8" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.ResourceSetMessageSourceGetNonExistantResource" executed="True" success="True" time="0.016" asserts="0" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.ResourceSetMessageSourceGetNullResource" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.ResourceSetMessageSourceToString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.SimpleFormat" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.ResourceSetMessageSourceTests.TwoResourceManagers" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="StaticApplicationContextTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.StaticApplicationContextTests.AddMessageTest" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticApplicationContextTests.RegisterObjectPrototype" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="StaticMessageSourceTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.ApplyResources" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.ApplyResourcesWithNullLookupKey" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.ApplyResourcesWithNullObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetMessageCode" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetMessageDefaultsToCurrentUICulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetResourceObjectThatAintPreviouslyBeenAddedDoesntYieldAnything" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetResourceObjectWithCode" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetResourceObjectWithCodeAndCulture" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.GetResourceObjectWithCodeAssumesCurrentUICulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.StaticMessageSourceTests.StaticMessageSourceToString" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeAliasesSectionHandlerTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.ParseSectionSunnyDay" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.ParseSectionWithGuffChildParserNamespaceElementsIsAllowed" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.ParseSectionWithNoChildParserNamespaceElements" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithAliasElementThatIsMissingTheNameAttribute" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithAliasElementThatIsMissingTheTypeAttribute" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithEmptyAlias" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithEmptyTypeName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithNonExistentType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithWhitespacedAlias" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.TypeAliasesSectionHandlerTests.WithWhitespacedTypeName" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="XmlApplicationContextTests" executed="True" success="True" time="0.063" asserts="0">
                    <results>
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.CaseInsensitiveContext" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.ConfigureObject" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.ContextLifeCycle" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.ContextWithInvalidLazyType" executed="False">
                        <reason>
                          <message><![CDATA[Need to add Spring.TypeLoadException]]></message>
                        </reason>
                      </test-case>
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.ContextWithInvalidValueType" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.ContextWithPostProcessors" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.FactoryObjectsAreNotInstantiatedBeforeObjectFactoryPostProcessorsAreApplied" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.GenericApplicationContextConstructorTests" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.GenericApplicationContextWithXmlObjectDefinitions" executed="True" success="True" time="0.016" asserts="3" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.GetObjectOnUnknownIdThrowsNoSuchObjectDefinition" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.InnerObjectWithPostProcessing" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.MultipleConfigLocations" executed="True" success="True" time="0.016" asserts="5" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.RefreshDisposesExistingObjectFactory_SPRNET479" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Context.Support.XmlApplicationContextTests.SingleConfigLocation" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Core" executed="True" success="True" time="0.547" asserts="0">
            <results>
              <test-suite name="ComposedCriteriaTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Core.ComposedCriteriaTests.IsSatisfiedWithNoCriteria" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ComposedCriteriaTests.SatifiesMyUpperCaseCriteria" executed="True" success="True" time="0.016" asserts="2" />
                  <test-case name="Spring.Core.ComposedCriteriaTests.SatifiesTwoCriteria" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="ControlFlowFactoryTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Core.ControlFlowFactoryTests.CreateControlFlow" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.CreateControlFlowReturnsDistinctInstance" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowIsNotUnderSomeArbitraryClass" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowIsNotUnderSomeArbitraryToken" executed="True" success="True" time="0.016" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowIsNotUnderThisTestAndSomeRandomMethodName" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowUnderThisTest" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowUnderThisTestAndTestMethodName" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.ControlFlowFactoryTests.DefaultCflowUnderToken" executed="True" success="True" time="0.016" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="IO" executed="True" success="True" time="0.156" asserts="0">
                <results>
                  <test-suite name="AssemblyResourceTest" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateFromInvalidAssembly" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateInvalidAssemblyResource" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeInChildNamespace" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeInChildNamespaceWithoutPrefix" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeInNotStraightParentNamespace" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeInParentNamespace" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeToRoot" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeWhenNotRelative" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateRelativeWithAReferenceToAFileResource" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateValidAssemblyResource" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateWithMalformedResourceName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.CreateWithObsoleteResourceName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.AssemblyResourceTest.TooMuchParentNamespacesAbove" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ConfigSectionResourceTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.ConfigSectionResourceTests.CanCreate" executed="True" success="True" time="0.016" asserts="6" />
                      <test-case name="Spring.Core.IO.ConfigSectionResourceTests.ThrowsOnNullConfigElement" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ConfigSectionResourceTests.ThrowsOnNullSectionName" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ConfigurableResourceLoaderTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetAbsoluteFileSystemResource" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetAssemblyResource" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetRelativeFileSystemResource" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetResourceForNonMappedProtocol" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetResourceThatSupportsTheSpecialHomeCharacter" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Core.IO.ConfigurableResourceLoaderTests.GetResourceThatSupportsTheSpecialHomeCharacter_WithLeadingWhitespace" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="FileSystemResourceTests" executed="True" success="True" time="0.047" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateFileSystemResourceWithPathName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeFromNonExistentOriginalResource" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeInSameDirectory" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeInSubdirectoryDirectory" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeResourceIsEqualToOriginalAfterBouncingUpAndDownTheDirectoryTree" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeWithEmptyRelativePath" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeWithNullRelativePath" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeWithParent" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.CreateRelativeWithSuperParent" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.FileSystemResourceExists" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.FileSystemResourceGivesOpenedInputStream" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.FileSystemResourceNotExists" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.FileSystemResourceOpenNonExistanceFile" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.FileSystemResourceValidInputStream" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.GetDescription" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.GetURL" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.LeadingProtocolIsNotTreatedRelative" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeLocalFileSystemResourceFromRoot" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeLocalFileSystemResourceFromSubfolder" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeLocalFileSystemResourceWhenNotRelative" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeResourceFromRoot" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeResourceFromSubfolder" executed="True" success="True" time="0.000" asserts="11" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeResourceTooManyBackLevels" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeResourceWhenNotRelative" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeUncResourceFromRoot" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeUncResourceFromSubfolder" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeUncResourceTooManyBackLevels" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.RelativeUncResourceWhenNotRelative" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.Resolution_PlainVanilla" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.Resolution_WithProtocolAndSpecialHomeCharacter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.Resolution_WithProtocolAndSpecialHomeCharacterParentDirectory" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.Resolution_WithSpecialHomeCharacter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.SPRNET_89_SupportUrlEncodedLocationsWithSpaces" description="SPRNET-89" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.SupportsAndResolvesTheSpecialHomeCharacter_OnlyIfSpecialHomeCharacterIsFirstCharacter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.SupportsAndResolvesTheSpecialHomeCharacter_SunnyDay" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.SupportsAndResolvesTheSpecialHomeCharacter_SunnyDayEvenWithLeadingWhitespace" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.FileSystemResourceTests.SupportsSpecialUriCharacter" description="http://opensource.atlassian.com/projects/spring/browse/SPRNET-320" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="InputStreamResourceTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.InputStreamResourceTests.Instantiation" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.IO.InputStreamResourceTests.InstantiationWithNull" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.InputStreamResourceTests.ReadStreamMultipleTimes" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ResourceConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.ResourceConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.ResourceConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.IO.ResourceConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceConverterTests.ConvertFromWithEnvironmentVariableExpansion" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.ResourceConverterTests.DoesNotChokeOnUnresolvableEnvironmentVariableExpansion" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="ResourceHandlerRegistryTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.AddProtocolMappingSilentlyOverwritesExistingProtocol" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.WithIResourceHandlerTypeWithNoValidCtor" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.WithNonIResourceHandlerType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.WithNullIResourceHandlerType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.WithNullProtocolName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.ResourceHandlerRegistryTests.WithWhitespacedProtocolName" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="StringResourceTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.StringResourceTests.AcceptsNullContent" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Core.IO.StringResourceTests.AlwaysExists" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.IO.StringResourceTests.DoesntSupportRelativeResources" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.StringResourceTests.EnsureDefaults" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Core.IO.StringResourceTests.ReturnsCorrectEncodedStream" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="UrlResourceTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Core.IO.UrlResourceTests.CreateInvalidUrlResource" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.CreateUrlResourceWithGivenPath" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.GetDescription" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.GetInvalidFileInfo" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.GetInvalidFileInfoWithOddPort" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.GetValidFileInfo" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.GetValidInputStreamForFileProtocol" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.RelativeResourceFromRoot" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.RelativeResourceFromSubfolder" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Core.IO.UrlResourceTests.RelativeResourceTooManyBackLevels" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="MethodArgumentsCriteriaTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Core.MethodArgumentsCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodArgumentsCriteriaTests.IsSatisfied" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Core.MethodArgumentsCriteriaTests.IsSatisfiedIsPolymorphic" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodArgumentsCriteriaTests.IsSatisfiedWithNoParametersByDefault" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodArgumentsCriteriaTests.IsSatisfiedWithParamsArguments" executed="True" success="True" time="0.000" asserts="5" />
                </results>
              </test-suite>
              <test-suite name="MethodParametersCountCriteriaTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.BailsWhenExpectedParameterCountSetToLessThanZero" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.Instantiation" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.InstantiationBailsWithParameterCountSetToLessThanZero" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.IsSatisfiedWithNoParameter" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.IsSatisfiedWithOneParameter" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.IsSatisfiedWithParamsParameters" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Core.MethodParametersCountCriteriaTests.IsSatisfiedWithTwoParameters" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="MethodParametersCriteriaTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Core.MethodParametersCriteriaTests.IsNotSatisfiedIsPolymorphic" executed="True" success="True" time="0.016" asserts="1" />
                  <test-case name="Spring.Core.MethodParametersCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodParametersCriteriaTests.IsSatisfied" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Core.MethodParametersCriteriaTests.IsSatisfiedWithNoParametersByDefault" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodParametersCriteriaTests.IsSatisfiedWithParamsParameters" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="MethodReturnTypeCriteriaTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Core.MethodReturnTypeCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodReturnTypeCriteriaTests.IsSatisfied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.MethodReturnTypeCriteriaTests.IsSatisfiedWithVoidByDefault" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="OrderComparatorTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Core.OrderComparatorTests.DoesntBailWhenFedNulls" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Core.OrderComparatorTests.OrdersCorrectly" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="RegularExpressionEventNameCriteriaTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Core.RegularExpressionEventNameCriteriaTests.IsNotSatisfiedWithGarbage" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionEventNameCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionEventNameCriteriaTests.IsSatisfied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionEventNameCriteriaTests.IsSatisfiedWithAnythingByDefault" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="RegularExpressionMethodNameCriteriaTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Core.RegularExpressionMethodNameCriteriaTests.IsNotSatisfiedWithGarbage" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionMethodNameCriteriaTests.IsNotSatisfiedWithNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionMethodNameCriteriaTests.IsSatisfied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Core.RegularExpressionMethodNameCriteriaTests.IsSatisfiedWithAnythingByDefault" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="TypeConversion" executed="True" success="True" time="0.172" asserts="0">
                <results>
                  <test-suite name="CredentialConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFrom" executed="True" success="True" time="0.016" asserts="5" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromEmptyString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromMalformedString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromStringWithIncorrectDomain" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromStringWithIncorrectPassword" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromStringWithoutDomain" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromStringWithoutPassword" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Core.TypeConversion.CredentialConverterTests.ConvertFromStringWithUsernameOnly" executed="True" success="True" time="0.000" asserts="5" />
                    </results>
                  </test-suite>
                  <test-suite name="CustomNumberConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.BailsOnEmptyStringWhenNotAllowed" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.CanConvertFromString" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.ConvertFromNonSupportedNumericTypeOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.ConvertFromSupportedNumericType" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.ConvertsEmptyStringToZeroWhenAllowed" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.Instantiation" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.CustomNumberConverterTests.InstantiationWithNonPrimitiveType" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="FileInfoConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.FileInfoConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.FileInfoConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.FileInfoConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.FileInfoConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.FileInfoConverterTests.FileConverter" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="NameValueConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.NameValueConverterTests.CanConvertFromString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.NameValueConverterTests.CanConvertOnlyFromString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.NameValueConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Core.TypeConversion.NameValueConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.NameValueConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="RegexConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.RegexConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.RegexConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RegexConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="RegistryKeyConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFromBadHiveString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFromBadKeyString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFromEmptyString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RegistryKeyConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ResourceManagerConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromBad_App_GlobalResources" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromBadAssembly" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromOnlyAssemblyNAme" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromOnlyResourceName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromSingleComma" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.ResourceManagerConverterTests.ConvertFromSingleString" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="RGBColorConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromARGB" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromCommaSeparatedListWithNotEnoughValues" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromCommaSeparatedListWithOutOfRangeValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromEmptyString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromGarbageBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RGBColorConverterTests.ConvertFromRGB" executed="True" success="True" time="0.000" asserts="4" />
                    </results>
                  </test-suite>
                  <test-suite name="RuntimeTypeConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.CanConvertTo" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.ConvertFromNonSupportedType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.ConvertFromString" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.ConvertToString" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.RuntimeTypeConverterTests.ConvertToStringFromNonSupportedType" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="StreamConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.StreamConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.StreamConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.StreamConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="StringArrayConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.ConvertFromPreservesExtraneousWhitespace" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.CustomListSeparator" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.EmptyListSeparator" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.EnsureCultureListSeparatorIsIgnored" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.NullingTheListSeparatorMakesItRevertToTheDefault" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.StringArrayConverterTests.TooLongListSeparator" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="TimeSpanConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.BaseConvertFrom" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringMalformed" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringWithDaySpecifier" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringWithHourSpecifier" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringWithMilliSecondSpecifier" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringWithMinuteSpecifier" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeConversion.TimeSpanConverterTests.ConvertFromStringWithSecondSpecifier" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeConversionUtilsTests" executed="False">
                    <reason>
                      <message><![CDATA[TypeConversionUtilsTests does not have any tests]]></message>
                    </reason>
                  </test-suite>
                  <test-suite name="TypeConverterRegistryTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.GetConverterForEnums" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.GetInternalConverter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.GetSpringConverter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.RegisterConverter" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.RegisterConverterWithNonResolvableType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.TypeConverterRegistryTests.RegisterConverterWithNonTypeConverter" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="UniqueKeyConverterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.CanConvertFromStringOnly" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.CanConvertToStringOnly" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertFromReturnsNullIfInputNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertFromStringOrUniqueKeyOnly" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertToAndFromAreInSync" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertToEqualsToString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertToReturnsNullIfInputNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.UniqueKeyConverterTests.ConvertToStringOrUniqueKeyOnly" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="UriConverterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeConversion.UriConverterTests.CanConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.UriConverterTests.ConvertFrom" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeConversion.UriConverterTests.ConvertFromMalformedUriBails" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeConversion.UriConverterTests.ConvertFromNonSupportedOptionBails" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeConversion.UriConverterTests.ConvertFromNullReference" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="TypeResolution" executed="True" success="True" time="0.109" asserts="0">
                <results>
                  <test-suite name="CachedTypeResolverTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeResolution.CachedTypeResolverTests.InstantiateWithNullTypeResolver" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.CachedTypeResolverTests.ResolveWithNullTypeName" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeAssemblyHolderTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeResolution.TypeAssemblyHolderTests.CanTakeQualifiedType" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeResolution.TypeAssemblyHolderTests.CanTakeUnqualifiedType" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeRegistryTests" executed="True" success="True" time="0.078" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisteringAnAliasTwiceDoesNotThrowException" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithEmptyAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithEmptyTypeStringArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithNullAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithNullTypeArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithWhitespacedAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.RegisterTypeWithWhitespacedTypeStringArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveBool" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveBoolArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveChar" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveCharArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDateArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDecimal" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDouble" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDoubleArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveDoubleByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveFloat" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveFloatArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveFloatByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveInt16Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveInt32Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveInt64Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveInteger" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveIntegerByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveIntegerByVBName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveLong" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveLongByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveObjectArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveShort" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveShortByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveSingle" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveSingleByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveStringArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveTypeWithEmptyAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveTypeWithNullAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveTypeWithWhitespacedAliasArg" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUInt16Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUInt32Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUInt64Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedInteger" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedIntegerByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedLong" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedLongByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedShort" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveUnsignedShortByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBBool" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBBoolArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBCharArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBDate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBDateArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBDecimal" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBDouble" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBDoubleArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBInt16Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBInt32Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBInt64Array" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBInteger" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBLong" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBObjectArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBShort" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBSingleArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ResolveVBStringArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.ReturnsNullIfNoTypeAliasRegistered" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeRegistryTests.TestAliasResolution" executed="True" success="True" time="0.000" asserts="6" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeResolutionUtilsTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.MethodMatch" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveFromAssemblyQualifiedName" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveFromBadAssemblyQualifiedName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveFromBadShortName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveFromShortName" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveInterfaceArrayFromStringArray" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolutionUtilsTests.ResolveInterfaceArrayFromStringArrayWithNonInterfaceTypes" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="TypeResolverTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.LoadTypeFromSystemAssemblySpecifyingOnlyTheAssemblyDisplayName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.LoadTypeFromSystemAssemblySpecifyingTheFullAssemblyName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.ResolveBadArgs" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.ResolveLocalAssemblyType" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.ResolveLocalAssemblyTypeWithFullAssemblyQualifiedName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.ResolveWithNonExistentTypeName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Core.TypeResolution.TypeResolverTests.ResolveWithPartialAssemblyName" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="CoreExceptionTests" executed="True" success="True" time="0.000" asserts="0">
            <results>
              <test-case name="Spring.CoreExceptionTests.TestStandardsCompliance" executed="True" success="True" time="0.000" asserts="900" />
              <test-case name="Spring.CoreExceptionTests.TestThisTest" executed="True" success="True" time="0.000" asserts="93" />
            </results>
          </test-suite>
          <test-suite name="DataBinding" executed="True" success="True" time="0.047" asserts="0">
            <results>
              <test-suite name="BaseBindingManagerTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.DirectionSourceToTarget" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.DirectionTargetToSource" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.HandledTypeConversionExceptionSourceToTarget" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.HandledTypeConversionExceptionTargetToSource" executed="True" success="True" time="0.016" asserts="4" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.UnhandledTypeConversionExceptionSourceToTarget" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.UnhandledTypeConversionExceptionTargetToSource" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.WithoutTypeConversion" executed="True" success="True" time="0.000" asserts="11" />
                  <test-case name="Spring.DataBinding.BaseBindingManagerTests.WithTypeConversion" executed="True" success="True" time="0.000" asserts="11" />
                </results>
              </test-suite>
              <test-suite name="SimpleExpressionBindingTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.DataBinding.SimpleExpressionBindingTests.WithEmptyMesageId" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.DataBinding.SimpleExpressionBindingTests.WithEmptyProviders" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.DataBinding.SimpleExpressionBindingTests.WithNullMesageId" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.DataBinding.SimpleExpressionBindingTests.WithNullProviders" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.DataBinding.SimpleExpressionBindingTests.WithWhitespaceMesageId" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Expressions" executed="True" success="True" time="1.719" asserts="0">
            <results>
              <test-suite name="ConstructorNodeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.ConstructorNodeTests.CanCreateNonPublicInstanceWithNonPublicConstructor" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ConstructorNodeTests.CanCreatePublicInstance" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ConstructorNodeTests.CanCreatePublicInstanceWithNonPublicConstructor" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="ExpressionEvaluatorTests" executed="True" success="True" time="1.656" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.AllExpressionNodeTypesAreSerializable" executed="True" success="True" time="0.047" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.DateTests" description="SPRNET-944" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.ExpressionDateLiteralNodeMaintainsStateAfterSerialization" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.ExpressionEvaluationIsThreadSafe" executed="True" success="True" time="0.063" asserts="9967" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.ExpressionParserIsThreadSafe" executed="True" success="True" time="1.219" asserts="2406" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.ForumTestThread614" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.GetNullOrEmptyExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.MembersDontGetSerializedByDefault" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.NullRoot" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.RootContextChangeTest" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.SetNullOrEmptyExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.SimplePropertyAccessIsCaseInsensitive" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAccessVisibility" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAddOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAddOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestArrayConstructor" executed="True" success="True" time="0.016" asserts="41" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAssignNode" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAttribute" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAverageAggregator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestAverageAggregatorWithNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestBetweenOperator" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestBooleanLiterals" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestComparisonOfInstancesThatDoNotImplementIComparable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestConstructor" executed="True" success="True" time="0.016" asserts="12" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestConversionProcessor" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestCountAggregator" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestCtorResolutionResolvesToExactMatchOfArgumentTypes" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestCtorResolutionWithParamArray" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestCustomCollectionProcessor" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDateLiterals" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDateVariableExpression" description="http://jira.springframework.org/browse/SPRNET-1155" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDefaultNode" executed="True" success="True" time="0.016" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDelegateFunctionExpressions" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDifferenceOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDifferenceOperatorBad" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDistinctProcessor" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDistinctProcessorWithInvalidArgumentType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDistinctProcessorWithInvalidNumberOfArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDivideOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestDivideOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestEqualityOperator" executed="True" success="True" time="0.000" asserts="25" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestExpressionList" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestGreaterThanOperator" executed="True" success="True" time="0.016" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestGreaterThanOrEqualOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestHexLiterals" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIndexedPropertyAccess" executed="True" success="True" time="0.016" asserts="19" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIndexedPropertyAccessWithInvalidNumberOfIndices" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIndexerResolutionResolvesToExactMatchOfArgumentTypes" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestInheritedMethodInvocation" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestInOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestInqualityOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIntersectionOperator" executed="True" success="True" time="0.016" asserts="17" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIntersectionOperatorBad" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIntLiterals" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestIsOperator" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLambdaExpressions" executed="True" success="True" time="0.016" asserts="9" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLessThanOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLessThanOrEqualOperator" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLikeOperator" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLogicalAndOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLogicalNotOperator" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLogicalOperatorPresedance" executed="True" success="True" time="0.000" asserts="32" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestLogicalOrOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMatchesOperator" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMaxAggregator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMaxAggregatorWithMixedTypes" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMaxAggregatorWithNonComparable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodAccess" executed="True" success="True" time="0.016" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodArgumentNodesResolveAgainstThisContext" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodEvaluationOnDifferentArgumentTypes" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodEvaluationOnDifferentContextType" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodResolutionResolvesToExactMatchOfArgumentTypes" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodResolutionWithNullArguments" description="Test to reproduce SPRNET-462" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMethodResolutionWithParamArray" description="Test to reproduce SPRNET-464" executed="True" success="True" time="0.000" asserts="12" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMinAggregator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMinAggregatorWithMixedTypes" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMinAggregatorWithNonComparable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMissingConstructor" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMissingMethodAccess" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMixedAddition" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestModulusOperator" executed="True" success="True" time="0.016" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestModulusOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMultiplyOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestMultiplyOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestNonNullProcessor" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestNullLiteral" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestOperatorPrecedence" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestPowerOperator" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestPowerOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestProjection" executed="True" success="True" time="0.016" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestPropertyAccessForTypes" description="Test to reproduce SPRNET-470" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestPropertyGetWithNullInThePath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestPropertySetWithNullInThePath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestQualifiedNameMayContainDotsAndSlashes" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestRealLiterals" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestReference" executed="True" success="True" time="0.016" asserts="3" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestReferenceByExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestReferenceForNonExistantObject" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestReverseProcessor" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSelection" executed="True" success="True" time="0.016" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSetEnumTypePropertyOrFieldFromNumeric" executed="True" success="True" time="0.000" asserts="18" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSetValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestShadowedPropertyAccess" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSimplePropertyAccess" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSortProcessor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSortProcessorWithSimpleICollectionType" description="sort supports any ICollection containing elements of uniform type" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestStaticInheritedMethodInvocation" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestStringLiterals" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSubtractOperator" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSubtractOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSumAggregator" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestSumAggregatorWithNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestTernaryNode" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestTypeCoercionForUncoercableTypes" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestTypeNode" executed="True" success="True" time="0.016" asserts="5" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestTypeNodeWithAssemblyQualifiedName" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestTypeSet" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestUnaryMinusOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestUnaryPlusOperatorWithInvalidArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestUnicode" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestUnionOperator" executed="True" success="True" time="0.000" asserts="17" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestUnionOperatorBad" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TestVariableNode" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.ThrowsSyntaxErrorException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TryingToSetTheValueOfNonSettableNode" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TryToSetRoot" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Expressions.ExpressionEvaluatorTests.TryToSetThis" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="FunctionNodeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.FunctionNodeTests.ExecutesDelegate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Expressions.FunctionNodeTests.ExecutesLambdaFunction" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="MethodNodeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.MethodNodeTests.CallCustomCollectionProcessor" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="Processors" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-suite name="ConversionProcessorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Expressions.Processors.ConversionProcessorTests.RequiresTypeArgument" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Expressions.Processors.ConversionProcessorTests.ReturnsListAsIsIfNullOrEmpty" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Expressions.Processors.ConversionProcessorTests.ReturnsTypedArray" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Expressions.Processors.ConversionProcessorTests.UsesTypeConverterRegistryForConversion" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="OrderByProcessorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Expressions.Processors.OrderByProcessorTests.OrderByDelegate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Expressions.Processors.OrderByProcessorTests.OrderByExpressionString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Expressions.Processors.OrderByProcessorTests.OrderByLambdaFunction" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="PropertyOrFieldNodeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.PropertyOrFieldNodeTests.UseMostSpecificOverride" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="ReferenceNodeTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.ReferenceNodeTests.DoesntCallContextRegistryForLocalObjectFactoryReferences" executed="True" success="True" time="0.016" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="SelectionNodeTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Expressions.SelectionNodeTests.RespectsLimits" executed="True" success="True" time="0.000" asserts="5" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Globalization" executed="True" success="True" time="0.094" asserts="0">
            <results>
              <test-suite name="Formatters" executed="True" success="True" time="0.078" asserts="0">
                <results>
                  <test-suite name="CurrencyFormatterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.FormatNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.FormatUsingCustomSettings" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.ParseUsingCustomSettings" executed="True" success="True" time="0.000" asserts="12" />
                      <test-case name="Spring.Globalization.Formatters.CurrencyFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="12" />
                    </results>
                  </test-suite>
                  <test-suite name="DateTimeFormatterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.DateTimeFormatterTests.FormatNonDate" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.DateTimeFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.DateTimeFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Globalization.Formatters.DateTimeFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.DateTimeFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="8" />
                    </results>
                  </test-suite>
                  <test-suite name="FilteringFormatterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.FilteringFormatterTests.FiltersOnParseAndFormat" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="FloatFormatterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.FormatNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.FormatUsingCustomSettings" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.FloatFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="8" />
                    </results>
                  </test-suite>
                  <test-suite name="HasTextFilteringFormatterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.HasTextFilteringFormatterTests.DoesntAffectFormat" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.HasTextFilteringFormatterTests.ReplacesNullAndWhitespacesByDefaultValue" executed="True" success="True" time="0.000" asserts="4" />
                    </results>
                  </test-suite>
                  <test-suite name="IntegerFormatterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.FormatNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.FormatUsingCustomSettings" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.IntegerFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="NumberFormatterTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.FormatNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.FormatUsingCustomSettings" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.ParseUsingCustomSettings" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Globalization.Formatters.NumberFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="8" />
                    </results>
                  </test-suite>
                  <test-suite name="PercentFormatterTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.FormatNonNumber" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.FormatNullValue" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.FormatUsingCustomSettings" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.FormatUsingDefaults" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.ParseNullOrEmptyValue" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.ParseUsingCustomSettings" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Globalization.Formatters.PercentFormatterTests.ParseUsingDefaults" executed="True" success="True" time="0.000" asserts="4" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="Resolvers" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-suite name="DefaultCultureResolverTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Globalization.Resolvers.DefaultCultureResolverTests.DefaultCultureIsNullAfterInitialization" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Globalization.Resolvers.DefaultCultureResolverTests.DefaultCultureIsYieldedForResolveCulture" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Globalization.Resolvers.DefaultCultureResolverTests.NullingDefaultCultureYieldsThreadsCultureForResolveCulture" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Globalization.Resolvers.DefaultCultureResolverTests.ResolveCultureYieldsThreadsCultureAfterInitialization" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Objects" executed="True" success="True" time="4.750" asserts="0">
            <results>
              <test-suite name="Events" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-suite name="Support" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-suite name="Tests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-suite name="EventManipulationUtilsTests" executed="True" success="True" time="0.016" asserts="0">
                            <results>
                              <test-case name="Spring.Objects.Events.Support.Tests.EventManipulationUtilsTests.FoundEventHandlers" executed="True" success="True" time="0.000" asserts="3" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventManipulationUtilsTests.FoundNoHandlers" executed="True" success="True" time="0.000" asserts="3" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventManipulationUtilsTests.FoundSomeEventHandlers" executed="True" success="True" time="0.000" asserts="3" />
                            </results>
                          </test-suite>
                          <test-suite name="EventRegistryTests" executed="True" success="True" time="0.000" asserts="0">
                            <results>
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.NoPublishers" executed="True" success="True" time="0.000" asserts="3" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.NoValidEventHandlersOrEventsToSubscribeto" executed="True" success="True" time="0.000" asserts="3" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.PublishAllEvents" executed="True" success="True" time="0.000" asserts="3" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.PublishAllEventsAndSubscribeToSome" executed="True" success="True" time="0.000" asserts="6" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.PublishAllEventsMultipleSubscribers" executed="True" success="True" time="0.000" asserts="6" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.PublishAllEventsMultipleSubscribersAndUnsubscribe" executed="True" success="True" time="0.000" asserts="6" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.PublishAllEventsSubscribeToNamedEvents" executed="True" success="True" time="0.000" asserts="8" />
                              <test-case name="Spring.Objects.Events.Support.Tests.EventRegistryTests.RespectsInheritance" executed="True" success="True" time="0.000" asserts="3" />
                            </results>
                          </test-suite>
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="Factory" executed="True" success="True" time="4.344" asserts="0">
                <results>
                  <test-suite name="Attributes" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-suite name="RequiredAttributeObjectPostProcessorTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Attributes.RequiredAttributeObjectPostProcessorTests.Reflection" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Attributes.RequiredAttributeObjectPostProcessorTests.WithCustomAttribute" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Attributes.RequiredAttributeObjectPostProcessorTests.WithOnlyRequiredPropertiesSpecified" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Attributes.RequiredAttributeObjectPostProcessorTests.WithRequiredPropertyOmitted" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Attributes.RequiredAttributeObjectPostProcessorTests.WithThreeRequiredPropertiesOmitted" executed="True" success="True" time="0.000" asserts="5" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                  <test-suite name="Config" executed="True" success="True" time="0.609" asserts="0">
                    <results>
                      <test-suite name="AbstractFactoryObjectTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.AbstractFactoryObjectTests.DisposeCallbackIsInvokedOnDispose" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.AbstractFactoryObjectTests.DisposeCallbackIsNotInvokedOnDisposeIfInPrototypeMode" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="CommandLineArgsVariableSourceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.CommandLineArgsVariableSourceTests.TestVariablesResolution" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.CommandLineArgsVariableSourceTests.TestVariablesResolutionWithCustomPrefixAndSeparator" executed="True" success="True" time="0.000" asserts="5" />
                        </results>
                      </test-suite>
                      <test-suite name="ConfigSectionVariableSourceTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ConfigSectionVariableSourceTests.TestVariablesResolutionWithSingleSection" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigSectionVariableSourceTests.TestVariablesResolutionWithTwoSections" executed="True" success="True" time="0.000" asserts="5" />
                        </results>
                      </test-suite>
                      <test-suite name="ConfigurationReaderTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.GetSectionSunnyDay" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.ReadSunnyDay" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.ReadWithNoConfigSectionSectionDefaultsToNameValueSectionHandler" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.ReadWithNullExistingValuesPassedIn" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.ReadWithOverrideOfPreviouslyExistingValues" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.ReadWithOverrideOfPreviouslyExistingValuesButWithOverrideSwitchedOff" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.ConfigurationReaderTests.TryReadFromNonExistantConfigSection" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="ConstructorArgumentValuesTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddAllDoesntChokeOnNullArgument" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddAllFromOther" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddGenericArgumentValue" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddIndexedArgumentValue" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddNamedArgument" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddNamedArgumentFromAotherCtorArgCollection" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddNamedArgumentWithEmptyStringName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddNamedArgumentWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddNamedArgumentWithWhitespaceStringName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.AddRangeOfIndexedArgumentValues" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetArgumentValue" executed="True" success="True" time="0.000" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetArgumentValueIgnoresAlreadyUsedValues" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetGeneric_Untyped_ArgumentValue" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetGeneric_Untyped_ArgumentValueWithOnlyStronglyTypedValuesInTheCtorValueList" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetGenericArgumentValue" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetGenericArgumentValueIgnoresAlreadyUsedValues" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.GetIndexedArgumentValue" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.Instantiation" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.NamedArgumentsAreCaseInsensitive" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.ConstructorArgumentValuesTests.ValueHolderToStringsNicely" executed="True" success="True" time="0.016" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="CustomConverterConfigurerTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.CustomConverterConfigurerTests.DontSupplyAnyCustomConverters" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.CustomConverterConfigurerTests.SunnyDayScenario" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.CustomConverterConfigurerTests.UseInvalidKeyForConverterMapKey" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.CustomConverterConfigurerTests.UseNonResolvableTypeForConverterMapKey" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.CustomConverterConfigurerTests.UseNonTypeConverterForConverterMapValue" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="DelegateFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.BadDelegateType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.ChokesIfBothTargetTypeAndTargetObjectSupplied" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.EmptyMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.InstancePrototypeDelegate" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.InstanceSingletonDelegate" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.MissingATarget" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.MissingDelegateType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.NullMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.ObjectType" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.StaticDelegate" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.StaticDelegateWithInstanceMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DelegateFactoryObjectTests.WhitespacedMethodName" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="DictionaryFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.GetObjectReallyDoesPopulateANewIDictionaryInstanceWithTheElementsOfTheSourceDictionary" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.GetObjectWithoutSupplyingASourceDictionary" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.ObjectTypeReallyIsIDictionary" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.SetTargetDictionaryTypeToAbstractIDictionaryInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.SetTargetDictionaryTypeToDerivedIDictionaryInterfaceType" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.SetTargetDictionaryTypeToNonDictionaryType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.DictionaryFactoryObjectTests.SetTargetDictionaryTypeToNull" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="EnvironmentVariableSourceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.EnvironmentVariableSourceTests.TestVariablesResolution" executed="True" success="True" time="0.000" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="EventValuesTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.EventValuesTests.CopyEventHandlerValues" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.EventValuesTests.EmptyEventValues" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.EventValuesTests.NullEventHandlerValue" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.EventValuesTests.OneEventValue" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.EventValuesTests.TwoEventHandlersForSameEvent" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="FieldRetrievingFactoryObjectTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.BailsOnNonExistantField" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.BailsWhenBothTargetTypeAndTargetObjectPropsAreSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.BailsWhenStaticFieldPassedGumpfh" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.InstanceField" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.IsSingleton" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.JustTargetField" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.JustTargetObject" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.JustTargetType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.NothingSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.OnlyUsesObjectNameForStaticFieldIfTheStaticFieldHasNotBeenSet" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticField" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticFieldIsCaseINsenSiTiVE" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticFieldSystemClass" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticFieldThatAintAssemblyQualifiedShouldStillBeResolved" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticFieldViaClassAndFieldName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.StaticFieldWithWhitespace" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.FieldRetrievingFactoryObjectTests.UsesObjectNameForStaticField" executed="True" success="True" time="0.000" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="ListFactoryObjectTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.GetObjectReallyDoesPopulateANewIListInstanceWithTheElementsOfTheSourceList" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.GetObjectWithoutSupplyingASourceList" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.ObjectTypeReallyIsIList" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.SetTargetListTypeToAbstractIListInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.SetTargetListTypeToDerivedIListInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.SetTargetListTypeToNonListType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ListFactoryObjectTests.SetTargetListTypeToNull" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="LogFactoryObjectTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckAfterPropertiesSetBlowsUpIfNotCorrectlyConfigured" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckAfterPropertiesSetPassesIfCorrectlyConfigured" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckGetObjectReturnsSharedInstance" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckGetObjectWorksWithValidLogName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckInstantiationWithEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckInstantiationWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckLogNamePropertyStripsRedundantWhitespaceFromName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckLogNamePropertyWithEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckLogNamePropertyWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.CheckThatLogNamePropertyMustBeSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.ItsDefinitelyASingletonYeah" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.LogFactoryObjectTests.ObjectTypePropertyYieldsTheCorrectType" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="MethodInvokingFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.AfterPropertiesSetBogusMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.AfterPropertiesSetBogusStaticMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.AfterPropertiesSetMissingMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.AfterPropertiesSetStaticMethodMissingArgs" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.BailsIfTheTargetMethodPropertyAintSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetMisMatchedArgumentTypes" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetNonSingletonNonStatic" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetNonSingletonStatic" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetObjectType" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetSingletonNonStatic" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetSingletonStatic" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetSupertypesMatchNumArgs" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.GetSupertypesTooManyArgs" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.InvokeWithNullArgument" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.InvokingAMethodThatHasAVoidReturnTypeReturnsNullPlaceHolder" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.MethodInvokingFactoryObjectTests.ObjectTypeIsNullIfAfterPropertiesSetHasNotYetBeenInvoked" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="ObjectDefinitionVisitorTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitManagedDictionary" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitManagedList" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitManagedSet" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitNameValueCollection" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitObjectTypeName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectDefinitionVisitorTests.VisitPropertyValues" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="ObjectFactoryCreatingFactoryObjectTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ObjectFactoryCreatingFactoryObjectTests.ObjectTypeReallyIsIGenericObjectFactory" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectFactoryCreatingFactoryObjectTests.PrototypeModeWithSingletonTarget" executed="True" success="True" time="0.000" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectFactoryCreatingFactoryObjectTests.SunnyDay" executed="True" success="True" time="0.000" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectFactoryCreatingFactoryObjectTests.WithMissingObjectName" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="ObjectReferenceFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.DelegatesThroughToFactoryFor_GetObject" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.DelegatesThroughToFactoryFor_IsSingleton" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.DelegatesThroughToFactoryFor_ObjectType" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.FactoryDoesNotContainTargetObject" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.NullTargetObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ObjectReferenceFactoryObjectTests.WhitespaceTargetObjectName" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="PropertyFileVariableSourceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.PropertyFileVariableSourceTests.TestVariablesResolutionWithSingleLocation" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyFileVariableSourceTests.TestVariablesResolutionWithTwoLocations" executed="True" success="True" time="0.000" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="PropertyOverrideConfigurerTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.AddPropertyValue" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.MalformedOverrideKey" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.MissingObjectDefinitionDoesntRaiseFatalException" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.OverridePropertyExpression" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.OverridePropertyReference" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.OverridePropertyValue" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyOverrideConfigurerTests.ViaXML" executed="True" success="True" time="0.000" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="PropertyPathFactoryObjectTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_MakeSureLeadingAndTrailingWhitspaceIsTrimmed" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_PropertyPathEvaluatesToNull" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaObjectName" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaObjectNameThatStartsWithAPeriod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaObjectNameWithNestedPropertyPath" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaObjectNameWithNullInNestedPropertyPath" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaTargetObjectName" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPathFactoryObjectTests.GetObject_ViaTargetObjectNameWithNestedPropertyPath" executed="True" success="True" time="0.016" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="PropertyPlaceholderConfigurerTests" executed="True" success="True" time="0.109" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.ChokesOnBadResourceLocationIfIgnoreBadResourcesFlagNotSetToTrue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.ChokesOnCircularReferenceToPlaceHolder" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.DoesNotChokeOnBadResourceLocationIfIgnoreBadResourcesFlagSetToTrue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.MismatchBetweenNumberOfConfigNamesAndNumberOfLocations" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.OneConfigNameIsOKForLotsOfLocations" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.ReplacesNamedCtorArgument" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.SunnyDay" executed="True" success="True" time="0.000" asserts="19" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.UsingCustomMarkers" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.ViaXML" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.ViaXMLAndConfigSection" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithAppConfigResolution" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithAppend" description="SPRNET-55" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithCircularReference" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithDefaultProperties" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithEnvironmentPropertyNotUsed" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithEnvironmentVariableFallback" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithExpressionProperty" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithIgnoreUnresolvablePlaceholder" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithOverridingEnvironmentProperty" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithTwoLocations" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithTwoLocationsOneSection" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithTypes" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithUnresolvableEnvironmentProperty" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyPlaceholderConfigurerTests.WithUnresolvablePlaceholder" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="PropertyRetrievingFactoryObjectTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsOnNonExistantProperty" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsOnWriteOnlyProperty" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenJustTargetObjectIsSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenJustTargetPropertyIsSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenJustTargetTypeIsSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenNotConfigured" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenReadingIndexedPropertyWithNoArguments" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenStaticPropertyIsSetToNull" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.BailsWhenStaticPropertyPassedGumpfh" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.GetDateTimeDotNowToTestHandlingOfPrototypesIsCorrect" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.IndexedProperty" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.InstanceProperty" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.Instantiation" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.IsSingleton" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.MixOfNestedIndexedStaticAndInstanceProperty" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.NestedInstanceProperty" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.NestedStaticProperty" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.ResistsSettingTheArgumentsToNull" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.StaticProperty" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.StaticPropertyCaseINsenSiTiVE" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.StaticPropertyThatAintAssemblyQualifiedShouldStillBeResolved" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.StaticPropertyViaClassAndFieldName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.PropertyRetrievingFactoryObjectTests.SuperMixOfNestedIndexedStaticAndInstanceProperty" executed="True" success="True" time="0.000" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="RegistryVariableSourceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.RegistryVariableSourceTests.TestVariablesResolution" executed="True" success="True" time="0.000" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="ResourceHandlerConfigurerTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ResourceHandlerConfigurerTests.Serialization" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceHandlerConfigurerTests.SunnyDayScenarioUsingType" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceHandlerConfigurerTests.SunnyDayScenarioUsingTypeString" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceHandlerConfigurerTests.UseInvalidTypeForDictionaryValue" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceHandlerConfigurerTests.UseNonResolvableTypeForDictionaryValue" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="ResourceManagerFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.ResourceManagerFactoryObjectTests.CreateResourceManager" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceManagerFactoryObjectTests.MissingAssemblyName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceManagerFactoryObjectTests.MissingBaseName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceManagerFactoryObjectTests.ObjectTypeReallyIsResourceManager" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.ResourceManagerFactoryObjectTests.WithRubbishAssemblyName" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="RuntimeObjectReferenceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.RuntimeObjectReferenceTests.InstantiationIsImplictlyNotToParent" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="SetFactoryObjectTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.GetObjectWithoutSupplyingASourceSet" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.ObjectTypeReallyIsISet" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.SetTargetSetTypeToAbstractISetInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.SetTargetSetTypeToDerivedISetInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.SetTargetSetTypeToNonSetType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.SetFactoryObjectTests.SetTargetSetTypeToNull" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="SharedStateAwareProcessorTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.SharedStateAwareProcessorTests.BeforeInitializationIsNoOp" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.SharedStateAwareProcessorTests.DoesNotAllowNullOrEmptyFactoryList" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.SharedStateAwareProcessorTests.IgnoresAlreadyPopulatedState" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.SharedStateAwareProcessorTests.ProbesSharedStateFactories" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="SpecialFolderVariableSourceTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.SpecialFolderVariableSourceTests.TestVariablesResolution" executed="True" success="True" time="0.000" asserts="5" />
                        </results>
                      </test-suite>
                      <test-suite name="TypeAliasConfigurerTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.Serialization" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.SunnyDayScenarioUsingType" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.SunnyDayScenarioUsingTypeString" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.UseInvalidTypeForDictionaryValue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.UseNonResolvableTypeForDictionaryValue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.TypeAliasConfigurerTests.WithinApplicationContext" executed="True" success="True" time="0.000" asserts="8" />
                        </results>
                      </test-suite>
                      <test-suite name="TypedStringValueTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.TypedStringValueTests.Instantiation" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.TypedStringValueTests.InstantiationWithNullType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Config.TypedStringValueTests.IsSerializable" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.TypedStringValueTests.Serialization" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Config.TypedStringValueTests.SetTargetTypePropertyToNullType" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="VariableAccessorTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.AcceptsNullVariableSource" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetBoolean" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetByte" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetChar" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetDateTime" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetDecimal" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetDouble" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetFloat" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetGuid" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetInt16" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetInt32" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetInt64" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetString" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariableAccessorTests.GetStringIgnoresEmptyString" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="VariablePlaceholderConfigurerTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Config.VariablePlaceholderConfigurerTests.BailsOnUnresolvableVariable" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Config.VariablePlaceholderConfigurerTests.IgnoresUnresolvableVariable" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariablePlaceholderConfigurerTests.SunnyDay" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariablePlaceholderConfigurerTests.UsesCustomVariablePrefixSuffix" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Config.VariablePlaceholderConfigurerTests.WhitespaceHandling" executed="False">
                            <reason>
                              <message><![CDATA[Does not work yet because IVariableSource cannot differentiate between invalid key and key with a null value]]></message>
                            </reason>
                          </test-case>
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                  <test-suite name="DefaultListableObjectFactoryPerfTests" executed="True" success="False" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryPerfTests.Test" executed="False">
                        <reason>
                          <message><![CDATA[]]></message>
                        </reason>
                      </test-case>
                    </results>
                  </test-suite>
                  <test-suite name="DefaultListableObjectFactoryTests" executed="True" success="True" time="0.313" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ApplyPropertyValues" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ApplyPropertyValuesWithIncompleteDefinition" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireByTypeHonoresOverridesBeforeThrowingUnsatisfiedDependencyException" description="http://jira.springframework.org/browse/SPRNET-985" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireByTypeWithInvalidAutowireMode" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireConstructor" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireConstructorHonoresOverridesBeforeThrowingUnsatisfiedDependencyException" description="http://jira.springframework.org/browse/SPRNET-985" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByName" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByNameWithDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByNameWithNoDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByType" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByTypeWithDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireExistingObjectByTypeWithNoDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByNameIsNotCaseInsensitive" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByNameWithDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByNameWithNoDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByType" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByTypeWithDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireObjectByTypeWithNoDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireWithNoDependencies" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireWithSatisfiedConstructorDependency" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireWithSatisfiedObjectDependency" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.AutowireWithUnsatisfiedConstructorDependency" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CanSetPropertyThatUsesNewModifierOnDerivedClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CanSetPropertyThatUsesOddNewModifierOnDerivedClass" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ChildReferencesParentByAnAliasOfTheParent" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CircularDependencyIsCorrectlyDetected" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigurableFactoryObjectInline" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigurableFactoryObjectReference" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObject" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectAppliesObjectPostProcessorsUsingDefinition" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectDoesNotApplyObjectPostProcessorsIfNoDefinition" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectReturnsOriginalInstanceIfNoDefinitionFound" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectViaEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectViaExplicitName" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectViaLoadOfOldWhitespaceName" executed="True" success="True" time="0.016" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ConfigureObjectViaNullName" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectDoesAffectContainerManagedSingletons" executed="True" success="True" time="0.000" asserts="18" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectDoesNotConfigure" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithAllNamedCtorArguments" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithAllNamedCtorArgumentsIsCaseInsensitive" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithCtorArgsAndCtorAutowiring" description="http://opensource.atlassian.com/projects/spring/browse/SPRNET-368" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithCtorArgsOnPrototype" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithCtorArgsOnPrototypeOutOfOrderArgs" executed="False">
                        <reason>
                          <message><![CDATA[Ordering must now be strict when providing array of arguments for ctors]]></message>
                        </reason>
                      </test-case>
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithCtorArgsOnSingleton" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithCtorArgsOverrided" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithMixOfIndexedAndTwoNamedSameTypeCtorArguments" executed="True" success="True" time="0.016" asserts="5" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithMixOfNamedAndIndexedAndAutowiredCtorArguments" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CreateObjectWithMixOfNamedAndIndexedCtorArguments" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.CustomEditor" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.DisposeCyclesThroughAllSingletonsEvenIfTheirDisposeThrowsAnException" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.DoubleBooleanAutowire" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.Empty" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ExtensiveCircularReference" executed="True" success="True" time="0.188" asserts="1000" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectDefinitionResolvesAliases" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectNamesForTypeFindsFactoryObjects" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectPostProcessorCount" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectPostProcessorCountDoesntRespectHierarchy" executed="True" success="True" time="0.000" asserts="8" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithArgsOnFactoryObject" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithCtorArgsAndCtorAutowiring" description="http://opensource.atlassian.com/projects/spring/browse/SPRNET-368" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithCtorArgsOnPrototype" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithCtorArgsOnPrototypeOutOfOrderArgs" executed="False">
                        <reason>
                          <message><![CDATA[Ordering must now be strict when providing array of arguments for ctors]]></message>
                        </reason>
                      </test-case>
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithCtorArgsOnSingleton" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.GetObjectWithCtorArgsOverrided" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.HierarchicalObjectFactoryChildParentResolution" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.IgnoreObjectPostProcessorDuplicates" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.LazyInitialization" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ObjectCreatedViaInstanceFactoryMethodUsesReturnTypeOfFactoryMethodAsTheObjectType" description="http://opensource2.atlassian.com/projects/spring/browse/SPRNET-112" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ObjectCreatedViaStaticFactoryMethodUsesReturnTypeOfFactoryMethodAsTheObjectType" description="http://jira.springframework.org/browse/SPRNET-112" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ObjectDefinitionCountIsZeroBeforeAnythingIsRegistered" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ObjectDefinitionOverriding" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.ObjectDefinitionOverridingNotAllowed" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.PreInstantiateSingletonsMustNotIgnoreObjectsWithUnresolvedObjectTypes" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.PullingObjectWithFactoryMethodAlsoInjectsDependencies" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.RegisterExistingSingletonWithAlreadyBound" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.RegisterExistingSingletonWithAutowire" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.RegisterExistingSingletonWithReference" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.SingletonFactoryObjectMustNotCreatePrototypeOnPreInstantiateSingletonsCall" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.SPR_1011" description="http://opensource.atlassian.com/projects/spring/browse/SPR-1011" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.SPR_1077" description="http://opensource.atlassian.com/projects/spring/browse/SPR-1077" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.SPRNET_130" description="http://opensource.atlassian.com/projects/spring/browse/SPRNET-130" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.StaticInitializationViaDependsOnSingletonMethodInvokingFactoryObject" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.TestIInstantiationAwareObjectPostProcessorsInterception" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.DefaultListableObjectFactoryTests.TestIInstantiationAwareObjectPostProcessorsPassThrough" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="MethodReplacerTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.FailOnLookupMethodThatHasArguments" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.FailOnMethodWithVoidReturnType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.FailOnNonVirtualProtectedMethod" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.FailWithLookupMethodOnSealedClass" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.FailWithReplaceMethodOnSealedClass" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupAndReplaceMethod" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupMethodMultiple" executed="True" success="True" time="0.016" asserts="4" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupMethodWithAbstractMethod" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupMethodWithNullMethod" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupMethodWithNullMethodInstantiatedWithCtorArg" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.LookupMethodWithVirtualProtectedMethod" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod" executed="True" success="True" time="0.016" asserts="3" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod_WithArgumentAcceptingReplacer" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod_WithArgumentAcceptingReplacerWithNoOverloadingAndNoTypeFragmentsSpecified" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod_WithArgumentAcceptingReplacerWithNoTypeFragmentsSpecified" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod_WithProtectedVirtual" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Factory.MethodReplacerTests.SunnyDayReplaceMethod_WithReplacerThatReturnsVoid" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="NoSuchObjectDefinitionExceptionTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.NoSuchObjectDefinitionExceptionTests.SerializesObjectNameFieldCorrectly" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.NoSuchObjectDefinitionExceptionTests.SerializesObjectTypeFieldCorrectly" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="ObjectDefinitionStoreExceptionTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.ObjectDefinitionStoreExceptionTests.FromNullResource" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectDefinitionStoreExceptionTests.FromResource" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectDefinitionStoreExceptionTests.SerializesAllState" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectDefinitionStoreExceptionTests.SerializesWithJustExceptionMessage" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectDefinitionStoreExceptionTests.SerializesWithNoState" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="ObjectFactoryUtilsTests" executed="True" success="True" time="0.063" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.CountObjectsIncludingAncestors" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.CountObjectsIncludingAncestorsWithNonHierarchicalFactory" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.HierarchicalResolutionWithOverride" executed="True" success="True" time="0.000" asserts="21" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.IsFactoryDereferenceSunnyDay" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.IsFactoryDereferenceWithEmptyName" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.IsFactoryDereferenceWithJustTheFactoryObjectPrefixCharacter" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.IsFactoryDereferenceWithNonFactoryObjectName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.IsFactoryDereferenceWithNullName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.NoObjectsOfTypeIncludingAncestors" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectNamesForTypeIncludingAncestors" executed="True" success="True" time="0.016" asserts="5" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectNamesForTypeIncludingAncestorsExcludesObjectsFromParentWhenLocalObjectDefined" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectNamesIncludingAncestors" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectOfTypeIncludingAncestorsExcludesObjectsFromParentWhenLocalObjectDefined" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectOfTypeIncludingAncestorsWithMoreThanOneObjectOfType" executed="True" success="True" time="0.016" asserts="0" />
                      <test-case name="Spring.Objects.Factory.ObjectFactoryUtilsTests.ObjectsOfTypeIncludingAncestorsWithStaticFactory" executed="True" success="True" time="0.000" asserts="12" />
                    </results>
                  </test-suite>
                  <test-suite name="Support" executed="True" success="True" time="0.141" asserts="0">
                    <results>
                      <test-suite name="AutowireUtilsTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightForZeroArgCtor" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWhenPassingDerivedTypeArgsToBaseTypeCtor" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWhenPassingExactTypeMatch" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWithAllNulls" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWithMismatchedLengths" executed="False">
                            <reason>
                              <message><![CDATA[Investigate details of new type weight algorithm]]></message>
                            </reason>
                          </test-case>
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWithNullArgumentTypes" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWithNullParameterTypes" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.GetTypeDifferenceWeightWithSameTypes" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.SortCtorsBailsSilentlyWhenGivenNull" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.SortCtorsReallyDoesFavourPublicOnes" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.SortCtorsReallyIsGreedy" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.UsingTypeDifferenceWeightPicksMostGenericCtorWhenGivenA_NULL_Argument" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.UsingTypeDifferenceWeightPicksMostSpecificCtor" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Support.AutowireUtilsTests.UsingTypeDifferenceWeightPicksNothingWhenGivenAnIncompatibleArgument" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="ChildObjectDefinitionTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.ChildObjectDefinitionTests.ChokesIfParentNamePropertyIsEmptyAtValidationTime" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ChildObjectDefinitionTests.ChokesIfParentNamePropertyIsJustWhitespaceAtValidationTime" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ChildObjectDefinitionTests.ChokesIfParentNamePropertyIsNullAtValidationTime" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ChildObjectDefinitionTests.Ctor_ParentNameOnly" executed="True" success="True" time="0.000" asserts="3" />
                        </results>
                      </test-suite>
                      <test-suite name="DefaultObjectDefinitionFactoryTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.DefaultObjectDefinitionFactoryTests.CreateChildDefinition" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.DefaultObjectDefinitionFactoryTests.CreateRootDefinition" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.DefaultObjectDefinitionFactoryTests.DoesNotResolveTypeNameToFullTypeInstanceIfAppDomainIsNull" executed="True" success="True" time="0.000" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="DelegatingMethodReplacerTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.DelegatingMethodReplacerTests.InstantiationWithNullDefinition" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.DelegatingMethodReplacerTests.InstantiationWithNullFactory" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.DelegatingMethodReplacerTests.SunnyDayPath" executed="True" success="True" time="0.016" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="LookupMethodOverrideTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithEmptyMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithEmptyMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithNullMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithNullMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithWhitespacedMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.InstantiationWithWhitespacedMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.Matches_MatchingMethodName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.Matches_TotallyDifferentMethodName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.MatchesWithNullMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodOverrideTests.ToStringWorks" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="LookupMethodReplacerTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodReplacerTests.InstantiationWithNullDefinition" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodReplacerTests.InstantiationWithNullFactory" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.LookupMethodReplacerTests.SunnyDayPath" executed="True" success="True" time="0.000" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="ManagedDictionaryTests" executed="False">
                        <reason>
                          <message><![CDATA[ManagedDictionaryTests does not have any tests]]></message>
                        </reason>
                      </test-suite>
                      <test-suite name="ObjectDefinitionBuilderTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectName" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectNameChild" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectNameWithFactoryMethod" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectType" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectTypeWithFactoryMethod" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.ObjectTypeWithSimpleProperty" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionBuilderTests.Simple" executed="True" success="True" time="0.000" asserts="5" />
                        </results>
                      </test-suite>
                      <test-suite name="ObjectDefinitionReaderUtilsTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.GenerateObjectNameWithNullDefinition" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.GenerateObjectNameWithNullRegistry" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionSunnyDay" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionSunnyDayWithAliases" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionWithAllArgumentsNull" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionWithDuplicateAlias" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionWithNullDefinition" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ObjectDefinitionReaderUtilsTests.RegisterObjectDefinitionWithNullRegistry" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="ReplacedMethodOverrideTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.AddEmptyTypeIdentifier" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.AddNullTypeIdentifier" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.AddWhitespacedTypeIdentifier" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithEmptyMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithEmptyMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithNullMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithNullMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithWhitespacedMethodName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.InstantiationWithWhitespacedMethodReplacerObjectName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_AllTypeIdentifiers" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_MatchingMethodNameNoOverload" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_MatchingMethodNameWithOverload" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_MatchingMethodNameWithOverloadAndBadTypeIdentifiers" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_MatchingMethodNameWithOverloadAndTypeIdentifiers" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_RequiresAllTypeIdentifiers" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.Matches_TotallyDifferentMethodName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.MatchesWithNullMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Support.ReplacedMethodOverrideTests.ToStringWorks" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="RootObjectDefinitionTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.RootObjectDefinitionTests.InstantiationFromOther" executed="True" success="True" time="0.000" asserts="15" />
                          <test-case name="Spring.Objects.Factory.Support.RootObjectDefinitionTests.InstantiationWithClassName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Support.RootObjectDefinitionTests.InstantiationWithNullCtorArgsAndNullPropsDoesNotResultInNullPropertyValues" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.RootObjectDefinitionTests.OverrideFromOther" executed="True" success="True" time="0.000" asserts="17" />
                          <test-case name="Spring.Objects.Factory.Support.RootObjectDefinitionTests.ValidateLazyAndPrototypeCausesBail" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="SimpleInstantiationStrategyTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Support.SimpleInstantiationStrategyTests.InstantiateWithDefinitionThatDoesNotHaveAResolvedObjectClass" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Support.SimpleInstantiationStrategyTests.InstantiateWithExplicitCtor" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.SimpleInstantiationStrategyTests.InstantiateWithFactoryMethod" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.SimpleInstantiationStrategyTests.InstantiateWithNullObjectName" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Support.SimpleInstantiationStrategyTests.InstantiateWithNulls" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                  <test-suite name="Xml" executed="True" success="True" time="3.094" asserts="0">
                    <results>
                      <test-suite name="EventWiringTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.EventWiringTests.EventWiringInstanceSinkToPrototypeSource" executed="False">
                            <reason>
                              <message><![CDATA[SPRNET-21]]></message>
                            </reason>
                          </test-case>
                          <test-case name="Spring.Objects.Factory.Xml.EventWiringTests.InstanceEventWiring" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.EventWiringTests.SingletonSourcePrototypeSink" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.EventWiringTests.StaticEventWiring" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="LocaleTests" executed="True" success="True" time="0.016" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.LocaleTests.LocaleTest" executed="True" success="True" time="0.016" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="NamespaceParserRegistryTests" executed="False">
                        <reason>
                          <message><![CDATA[NamespaceParserRegistryTests does not have any tests]]></message>
                        </reason>
                      </test-suite>
                      <test-suite name="ObjectFactorySectionHandlerTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.ObjectFactorySectionHandlerTests.CreateFactorySuccessful" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.ObjectFactorySectionHandlerTests.CreateFactoryUnSuccessful" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="ObjectNameGenerationTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.ObjectNameGenerationTests.AssignObjectNames" executed="True" success="True" time="0.000" asserts="10" />
                        </results>
                      </test-suite>
                      <test-suite name="SiimpleCtorWiringTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.SiimpleCtorWiringTests.SimpleCtor" executed="True" success="True" time="0.000" asserts="1" />
                        </results>
                      </test-suite>
                      <test-suite name="XmlListableObjectFactoryTests" executed="True" success="True" time="0.234" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.AddObjectFactoryOnObjectFactoryAwareObjectPostProcessors" description="SPRNET-1208" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.Aliasing" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.AliasWithEmptyAlias" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.AliasWithEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ContainsObjectDefinition" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ContainsSingletonWithEmptyName" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ContainsSingletonWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.Count" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.CountSingletons" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FactoryIsInitialized" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FactoryNesting" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FactoryPrototype" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FactoryReferences" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FactorySingleton" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.FindsValidInstance" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetCountForFactoryClass" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetDefinitionsForNoSuchClass" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetFactoryItself" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetInstanceByMatchingClass" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetInstanceByNonmatchingClass" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetObjectWithNullName" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetSharedInstanceByMatchingClass" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetSharedInstanceByMatchingClassNoCatch" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GetSharedInstanceByNonmatchingClass" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GrandParentDefinitionFoundInObjectFactory" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GrandParentDefinitionFoundInObjectFactoryWithArguments" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GrandParentDefinitionFoundInObjectFactoryWithType" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GrandParentDefinitionFoundInObjectFactoryWithTypeAndArguments" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.GrandParentDefinitionFoundInObjectFactoryWithTypeAndArgumentsWithWrongType" description="Extra check that the type is really passed on to the parent factory" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.Inheritance" executed="True" success="True" time="0.000" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.InitializingObjectCallback" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.LifecycleCallbacks" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.NotThere" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ObjectCount" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ObjectPostProcessor" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.PrototypeReferences" executed="True" success="True" time="0.000" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.RegisterNullCustomTypeConverter" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.RegisterSingletonWithEmptyName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.RegisterSingletonWithNullName" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.RejectsFactoryGetOnNormalObject" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.RespectsCaseInsensitiveNamesAndAliases" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.SharedInstancesAreEqual" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.TypeMismatch" executed="True" success="True" time="0.016" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlListableObjectFactoryTests.ValidEmpty" executed="True" success="True" time="0.000" asserts="2" />
                        </results>
                      </test-suite>
                      <test-suite name="XmlObjectCollectionTests" executed="True" success="True" time="0.375" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.AddElementsToReadOnlyList" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.AutoAliasing" executed="True" success="True" time="0.016" asserts="22" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.BuildCollectionFromMixtureOfReferencesAndValues" executed="True" success="True" time="0.016" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.ClassArray" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.CollectionFactoryDefaults" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.CustomListCollection" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.DelimitedProps" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.DictionaryFactory" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.EmptyMap" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.EmptyProps" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.EmptySet" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.EmptyValue" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryThatDoesntSpecifyAnyKeyForAnEntry" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryThatUsesEntryValueShortcut" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryThatUsesNonStringKeys" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryThatUsesStringKeysSpecifiedAsElements" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryWithKeyRefAttributeShortcuts" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.GetDictionaryWithValueRefAttributeShortcuts" executed="True" success="True" time="0.000" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.ListFactory" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.MapWithLiteralsAndPrototypeReferences" executed="True" success="True" time="0.016" asserts="8" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.MapWithLiteralsAndReferences" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.MapWithLiteralsOnly" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.MapWithLiteralsReferencesAndList" executed="True" success="True" time="0.016" asserts="19" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.ObjectArray" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.ObjectWithIndexerProperty" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PopulatedProps" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PopulatedPropsWithSameKey" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PopulatedSet" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PrototypeDictionaryFactory" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PrototypeListFactory" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.PrototypeSetFactory" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.RefSubelementsBuildCollection" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.RefSubelementsBuildCollectionFromSingleElement" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.RefSubelementsBuildCollectionWithPrototypes" executed="True" success="True" time="0.016" asserts="10" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.SetFactory" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.TypedNonGenericDictionary" executed="True" success="True" time="0.016" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectCollectionTests.TypedNonGenericList" executed="True" success="True" time="0.000" asserts="4" />
                        </results>
                      </test-suite>
                      <test-suite name="XmlObjectDefinitionReaderTests" executed="True" success="True" time="0.031" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.AutoRegistersWellknownNamespaceParser" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.Instantiation" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.LoadObjectDefinitionsWithNonExistentResource" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.LoadObjectDefinitionsWithNullResource" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.ParsesNonDefaultNamespace" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.ThrowsObjectDefinitionStoreExceptionOnErrorDuringObjectDefinitionRegistration" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.ThrowsObjectDefinitionStoreExceptionOnInvalidXml" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.ThrowsObjectDefinitionStoreExceptionOnValidationError" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.ThrowsOnUnknownNamespaceUri" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.WhitespaceValuesArePreservedForValueAttribute" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.WhitespaceValuesArePreservedForValueElementWhenSpaceIsSetToPreserve" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectDefinitionReaderTests.WhitespaceValuesResultInEmptyStringForValueElement" executed="True" success="True" time="0.000" asserts="3" />
                        </results>
                      </test-suite>
                      <test-suite name="XmlObjectFactoryTests" executed="True" success="True" time="2.391" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AbstractParentObjects" executed="True" success="True" time="0.016" asserts="6" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AnObjectCanBeIstantiatedWithANotFullySpecifiedAssemblyName" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AnObjectsFileWithNoObjectsIsOk" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.Autowire" executed="True" success="True" time="0.000" asserts="10" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AutowireByConstructor" executed="True" success="True" time="0.016" asserts="17" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AutowireByConstructorWithSimpleValues" executed="True" success="True" time="0.000" asserts="10" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AutowireWithCtorArrayArgs" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AutowireWithDefault" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.AutowireWithParent" executed="False">
                            <reason>
                              <message><![CDATA[SPRNET-1005]]></message>
                            </reason>
                          </test-case>
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.BadParentReference" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.BailsOnRubbishFieldRetrievingFactoryMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.BailsOnRubbishPropertyRetrievingFactoryMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.BailsWhenBothNameAndIndexAttributesAreAppliedToASingleCtorArg" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.BogusParentageFromParentFactory" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.CanSpecifyFactoryMethodArgumentsOnFactoryMethodPrototype" executed="True" success="True" time="0.000" asserts="9" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ChildDefinitionWithoutIdOrNameOrALiasGetsOneAutogenerated" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ChildOverridesParentObject" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.CircularReferences" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ClassNotFoundWithDefault" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ConstructorArgResolution" executed="True" success="True" time="0.000" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ConstructorArgWithDoubleSimpleTypeMatch" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ConstructorArgWithSimpleTypeMatch" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DefaultLazyInit" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DefaultLazyInitNoInObjectDef" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DefaultXmlResolverIsUsedIfNullSuppliedOrSet" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DependenciesMaterializeThis" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DependsOn" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DescriptionButNoProperties" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.DoubleBooleanAutowire" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.EnumProperty" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryMethodNoMatchingStaticMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryMethodsOnExternalClass" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryMethodsPrototypeOnTargetClass" executed="True" success="True" time="0.000" asserts="22" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryMethodsSingletonOnTargetClass" executed="True" success="True" time="0.016" asserts="11" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryObjectDefinedAsPrototype" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.FactoryReferenceCircle" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.GetObjectThatUsesCtorArgRefShortcuts" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.GetObjectThatUsesCtorArgValueShortcuts" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.IfTypeAttributeIsPresentItMustNotBeAnOnlyWhitespaceStringValue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.IfTypeAttributeIsPresentItMustNotBeTheEmptyStringValue" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ImportsExternalResourcesBailsOnNonExistentResource" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ImportsExternalResourcesCorrectly" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InitializingObjectAndInitMethod" executed="True" success="True" time="0.000" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InitMethodIsInvoked" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InitMethodThrowsException" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InnerObjects" executed="True" success="True" time="0.000" asserts="17" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InnerObjectsInPrototype" executed="True" success="True" time="0.016" asserts="19" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InstanceFactoryMethodWithoutArgs" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InstanceFactoryMethodWithOverloadedArgs" description="http://opensource.atlassian.com/projects/spring/browse/SPRNET-492" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InstanceFieldRetrievingFactoryMethod" executed="True" success="True" time="0.016" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InstancePropertyRetrievingFactoryMethod" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InstantiateObjectViaNamedArgsToInnerMethodInvokingFactoryObject" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.InvalidXmlFile" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.LoadFromConfig" executed="True" success="True" time="0.000" asserts="4" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.LookupMethodIsParsedAndOperatesCorrectly_SunnyDay" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.LookupMethodWithNoMethodNameSpecified" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.LookupMethodWithNoTargetObjectNameSpecified" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.MethodInvokingFactoryObjectRefsObject" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.MultiThreadedLazyInit" executed="True" success="True" time="2.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.NonChildObjectDefinitionWithoutATypeReturnsObjectDefinition" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.NoSuchInitMethod" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.NoSuchXmlFile" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ParsesNamedCtorArgsCorrectly" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PropertyInvokingFactoryObjectIsWiredCorrectly" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PropertyWithIdRefLocalAttrSubelement" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PropertyWithIdRefObjectAttrSubelement" executed="True" success="True" time="0.016" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PropertyWithLiteralValueSubelement" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PrototypeInheritanceFromParentFactoryPrototype" executed="True" success="True" time="0.016" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.PrototypeInheritanceFromParentFactorySingleton" executed="True" success="True" time="0.000" asserts="5" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.RefSubelement" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.RefToSeparatePrototypeInstances" executed="True" success="True" time="0.016" asserts="7" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.RefToSingleton" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.RegisterAliasViaAliasElement" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.RegisterAliasViaAliasElementOrderingIsUnimportant" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ReplacedMethodWithNoMethodNameSpecified" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ReplacedMethodWithNoReplacerObjectNameSpecified" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ResourceAndInputStream" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SatisfiedAllDependencyCheck" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SatisfiedObjectDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SatisfiedSimpleDependencyCheck" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SimpleStringObject" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SingletonInheritanceFromParentFactorySingleton" executed="True" success="True" time="0.016" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.SingletonInheritsFromParentFactoryPrototype" executed="True" success="True" time="0.000" asserts="3" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.StaticFieldRetrievingFactoryMethod" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.StaticPropertyRetrievingFactoryMethod" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.TestExpressionAttribute" executed="True" success="True" time="0.016" asserts="10" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.TestExpressionElement" executed="True" success="True" time="0.000" asserts="10" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ThrowsExceptionOnAmbiguousResolution" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ThrowsExceptionOnTooManyArguments" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.TypedStringValueIsPickedUp" executed="True" success="True" time="0.000" asserts="2" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.UnsatisfiedAllDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.UnsatisfiedObjectDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.UnsatisfiedSimpleDependencyCheck" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.UseInstanceFactoryMethodInnerObjectDefinition" description="SPR-1313" executed="True" success="True" time="0.016" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.UseStaticFactoryMethodInnerObjectDefinition" description="SPR-1313" executed="True" success="True" time="0.000" asserts="1" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ValidatesLookupMethodCorrectly" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlObjectFactoryTests.ValidatesReplacedMethodCorrectly" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                      <test-suite name="XmlParserResolverTests" executed="True" success="True" time="0.000" asserts="0">
                        <results>
                          <test-case name="Spring.Objects.Factory.Xml.XmlParserResolverTests.RegisterParserWithBadParserType" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlParserResolverTests.RegisterParserWithEmptyNamespaceWithoutDefaultValues" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlParserResolverTests.RegisterParserWithNullNamespaceWithoutDefaultValues" executed="True" success="True" time="0.000" asserts="0" />
                          <test-case name="Spring.Objects.Factory.Xml.XmlParserResolverTests.RegisterParserWithNullType" executed="True" success="True" time="0.000" asserts="0" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="MutablePropertyValuesTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.AddAllInList" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.AddAllInMap" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.AddAllInNullList" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.AddAllInNullMap" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.ChangesSince" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.ChangesSinceWithSelf" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.Contains" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.Instantiation" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.InstantiationWithNulls" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.RemoveByName" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.MutablePropertyValuesTests.RemoveByPropertyValue" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="NotWritablePropertyExceptionTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Objects.NotWritablePropertyExceptionTests.InstantiationSupplyingNullPropertyNullTypeAndRootException" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.NotWritablePropertyExceptionTests.InstantiationSupplyingNullPropertyTypeAndRootException" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.NotWritablePropertyExceptionTests.InstantiationSupplyingPropertyTypeAndRootException" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="ObjectWrapperTests" executed="True" success="True" time="0.141" asserts="0">
                <results>
                  <test-case name="Spring.Objects.ObjectWrapperTests.AllValid" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.AmbiguousPropertyLookupIsHandledProperlyByLookingAtDerivedClassOnly" description="SPRNET-198" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.ArrayToArrayConversion" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.ArrayToStringConversion" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.EmptyPropertyValuesSet" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.EmptyValueForPrimitiveProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetChainedIndexers" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedFromArrayListProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedFromArrayProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedFromDictionaryProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedFromListProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithGuffIndexFromArrayProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithGuffIndexFromListProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithGuffIndexFromSetProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithMissingIndexFromArrayProperty" executed="True" success="True" time="0.016" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithMissingIndexFromListProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithMissingIndexFromSetProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexedPropertyValueWithNonIndexedType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexFromSetProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexMissingFromDictionaryProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexOutofRangeFromArrayProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexOutofRangeFromListProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetIndexOutofRangeFromSetProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetNestedProperty" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetNestedPropertyInfo" executed="True" success="True" time="0.016" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetNestedPropertyValueNullValue" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPrivatePropertyValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyInfoWithNonParsableExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyInfoWithNonPropertyExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyInfoWithNullArgument" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyTypeFromField_SPRNET502" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyTypeWithEmptyPropertyPath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyTypeWithNestedLookup" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyTypeWithNullPropertyPath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetPropertyTypeWithWhitespacedPropertyPath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetProtectedPropertyValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetSetIndexerProperties" executed="False">
                    <reason>
                      <message><![CDATA[]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetterThrowsException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetValueOfCustomIndexerProperty" executed="False">
                    <reason>
                      <message><![CDATA[]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Objects.ObjectWrapperTests.GetValueOfCustomIndexerPropertyWithMalformedIndexer" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.IndividualAllValid" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.InstantiateWithAbstractType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.InstantiateWithInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.InstantiateWithOkType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.IntArrayProperty" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.NestedProperties" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.NewWrappedInstanceNestedPropertyValuesGet" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.NewWrappedInstancePropertyValuesGet" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.NullObject" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.ObjectWrapperUpdates" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.PrimitiveArray" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.PrimitiveArrayFromCommaDelimitedString" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetArrayPropertyValue" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetCultureInfoProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetDateTimeProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetEnumProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromArrayProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromDictionaryProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromListProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromListPropertyUsingEmptyValueForTheIndex" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromListPropertyUsingMixOfSingleAndDoubleQuotedDelimeters" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedFromListPropertyUsingNonNumericValueForTheIndex" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedPropertyOnListThatsOutOfRange" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedPropertyValueOnNonIndexableType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexedPropertyValueOnUninitializedPath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexOutOfRangeFromArrayProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetIndexOutOfRangeFromListProperty" executed="False">
                    <reason>
                      <message><![CDATA[Addition of elements to the list via index that is out of range is not supported anymore.]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetNestedProperty" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPrimitivePropertyToNullReference" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPrivatePropertyValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyThatRequiresTypeConversionWithNonConvertibleType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyUsingValueThatNeedsConversionWithNoCustomConverterRegistered" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValueIgnoresCase" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValuesDoesNotFailWhenSettingNonExistantPropertyWithIgnorUnknownSetToTrue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValuesDoesNotFailWhenSettingReadOnlyPropertyWithIgnorUnknownSetToTrue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValuesFailsWhenSettingNonExistantProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValuesFailsWhenSettingReadOnlyProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetPropertyValuesWithUnknownProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetProtectedPropertyValue" executed="True" success="True" time="0.016" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SettingADictionaryPropertyJustAddsTheValuesToTheExistingDictionary" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SettingAnInvalidValue" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SettingASetPropertyJustAddsTheValuesToTheExistingSet" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetTypePropertyWithString" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetURIProperty" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetValueOfCustomIndexerPropertyWithNonReadablePropertyInIndexedPath" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetWrappedInstanceOfDifferentClass" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.SetWrappedInstanceOfSameClass" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.StringArrayProperty" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.TestToString" executed="True" success="True" time="0.016" asserts="2" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.TryToReadAnIndexedValueFromANullProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.TryToReadTheValueOfAWriteOnlyProperty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.ObjectWrapperTests.TypeMismatch" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="PropertyAccessExceptionsExceptionTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Objects.PropertyAccessExceptionsExceptionTests.GetNonExistantPropertyException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.PropertyAccessExceptionsExceptionTests.GetPropertyExceptions" executed="True" success="True" time="0.000" asserts="8" />
                </results>
              </test-suite>
              <test-suite name="PropertyValueTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Objects.PropertyValueTests.Instantiation" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Objects.PropertyValueTests.InstantiationWithEmptyStringPropertyName" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.PropertyValueTests.InstantiationWithNulls" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.PropertyValueTests.InstantiationWithWhitespacePropertyName" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Objects.PropertyValueTests.TestEquals" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Objects.PropertyValueTests.TestToString" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="Support" executed="True" success="True" time="0.094" asserts="0">
                <results>
                  <test-suite name="AbstractSharedStateFactoryTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.AbstractSharedStateFactoryTests.DefaultsToCaseInsensitiveState" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.AbstractSharedStateFactoryTests.ReturnsNullStateIfKeyIsNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.AbstractSharedStateFactoryTests.SharedStateCacheIsCaseSensitive" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AbstractSharedStateFactoryTests.StateDictionaryBehavesAccordingToCaseSensitiveState" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AbstractSharedStateFactoryTests.ThrowsOnNullInstance" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="ArgumentConvertingMethodInvokerTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.ArgumentConvertingMethodInvokerTests.Invoke" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.ArgumentConvertingMethodInvokerTests.InvokeAllNamedArgumentsWithConversion" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.ArgumentConvertingMethodInvokerTests.InvokeWithConversion" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.ArgumentConvertingMethodInvokerTests.InvokeWithRegisteredConversion" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="AutoWiringEventHandlerValueTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AllCompatibleSignaturesAreWired" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AutowireAllEventsOnSource" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AutowireAllHandlersWithCompatibleSignatures" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AutowireExplicitly" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AutowireExplicitlyWithBadSignatureMethod" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.AutowiringIsCaseInsensitive" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.AutoWiringEventHandlerValueTests.TestDefaultMethodMatching" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="ByTypeSharedStateProviderTests" executed="False">
                    <reason>
                      <message><![CDATA[ByTypeSharedStateProviderTests does not have any tests]]></message>
                    </reason>
                  </test-suite>
                  <test-suite name="InstanceEventHandlerValueTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.InstanceEventHandlerValueTests.BailsIfMethodDoesntExist" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.InstanceEventHandlerValueTests.Instantiation" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.InstanceEventHandlerValueTests.Wire" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.InstanceEventHandlerValueTests.WireWithStaticHandler" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="MethodInvokerTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.ArgumentsProperty" executed="True" success="True" time="0.016" asserts="3" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.Instantiation" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithArgumentOfWrongType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithMixOfNamedAndPlainVanillaArguments" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithMixOfNamedAndPlainVanillaArgumentsOfDifferingTypes" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithNamedArgument" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithNamedArgumentThatDoesNotExist" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithOKArguments" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithOKArgumentsAndMixedCaseMethodName" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithStaticMethod" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.InvokeWithWeIRdLyCasedNamedArgument" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.NamedArgumentsOverwriteEachOther" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.PreparedArgumentsIsNeverNull" executed="True" success="True" time="0.016" asserts="2" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.PrepareWithOnlyTargetMethodSet" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.MethodInvokerTests.SettingNamedArgumentsToNullJustClearsOutAnyNamedArguments" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="MutableSortDefinitionTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.DoesNotTogglesWhenPropertyIsSetAgain" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.Instantiation" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.InstantiationWithCopy" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.PropertySetter" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.TestEquals" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.MutableSortDefinitionTests.TogglesOkWhenPropertyIsSetAgain" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="PropertyComparatorTests" executed="True" success="True" time="0.031" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.CanGetSortDefinition" description="SPRNET-171" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.Compare" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.CompareNestedProperty" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.CompareWithNonExistantProperty" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.CompareWithNullArguments" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.CompareWithNullProperty" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.InstantiationWithNullArgument" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.OrderingIsUnperturbedWithEqualProps" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.Sort" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.SortInDescendingOrder" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.PropertyComparatorTests.SortWithNullDefinition" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="StaticEventHandlerValueTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Objects.Support.StaticEventHandlerValueTests.Instantiation" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Objects.Support.StaticEventHandlerValueTests.Wire" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Objects.Support.StaticEventHandlerValueTests.WireWithInstanceHandler" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="TypeMismatchExceptionTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Objects.TypeMismatchExceptionTests.InstantiationSupplyingNullPropertyChangeArgsAndNullType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.TypeMismatchExceptionTests.InstantiationSupplyingPropertyChangeArgsType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Objects.TypeMismatchExceptionTests.InstantiationSupplyingPropertyChangeArgsTypeAndRootException" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Pool" executed="True" success="True" time="0.016" asserts="0">
            <results>
              <test-suite name="SimplePoolTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Pool.SimplePoolTests.ActivateOnObjectOnBorrow" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Pool.SimplePoolTests.DestroyObjectOnClose" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.InstantiateSpecifyingNegativePooledItems" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.InstantiateSpecifyingZeroPooledItems" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.InstantiateWithNullPoolableObjectFactory" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.NoMoreUsableAfterClose" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Pool.SimplePoolTests.PassivateBusyObjectsBeforeClose" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Pool.SimplePoolTests.PassivateObjectOnReturn" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.ThrowsExceptionWhenOutOfItemsBecauseFailedValidation" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Pool.SimplePoolTests.WaitOnBorrowWhenExausted" executed="True" success="True" time="0.000" asserts="6" />
                </results>
              </test-suite>
              <test-suite name="StessSimplePool" executed="True" success="False" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Pool.StessSimplePool.ScalingAgainstIncreasingNumberOfThreads" executed="False">
                    <reason>
                      <message><![CDATA[a try for a stress]]></message>
                    </reason>
                  </test-case>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Proxy" executed="True" success="True" time="0.406" asserts="0">
            <results>
              <test-suite name="CompositionProxyTypeBuilderTests" executed="True" success="True" time="0.047" asserts="0">
                <results>
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.AppliesAttributeToType" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.AppliesSpecificMemberAttributesToSpecificMethodOnly" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.AppliesStarredMemberAttributesToAllMethods" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.BuildProxyWithNothingSet" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.CheckInterfaceImplementation" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.DoesNotGenerateProxyNameIfOneIsExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.DoesNotProxyNonProxiableInterface" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.DoesNotProxyTargetMethodAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.DoesNotProxyTargetMethodParameterAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.DoesNotProxyTargetTypeAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ForcesNonProxiableInterfacesToBeProxied" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.GeneratesProxyNameIfNoneExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ImplementsInterfaceHierarchy" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.OnClassThatDoesntImplementAnyInterfaces" executed="True" success="True" time="0.016" asserts="0" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyInnerClass" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySecurityAttribute" executed="False">
                    <reason>
                      <message><![CDATA[GetCustomAttributes() does not return SecurityAttribute in .NET 1.x]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeNotInstantiableWithDefaultValues" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayConstructor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayProperty" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPropertySetterChangingDefaultBehavior" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPublicEnumProperty" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithReadOnlyProperty" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyTargetMethodAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyTargetMethodParameterAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyTargetMethodParameterMultipleAttributes" description="SPRNET-1134" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyTargetTypeAttributes" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.ProxyWebServiceAttribute" executed="True" success="True" time="0.016" asserts="6" />
                  <test-case name="Spring.Proxy.CompositionProxyTypeBuilderTests.SetsInterfacesToProxy" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="DynamicProxyManagerTests" executed="True" success="True" time="0.250" asserts="0">
                <results>
                  <test-case name="Spring.Proxy.DynamicProxyManagerTests.CreateTypeBuilderIsThreadSafe" executed="True" success="True" time="0.250" asserts="20" />
                  <test-case name="Spring.Proxy.DynamicProxyManagerTests.CreateTypeBuilderMustNotBeCalledTwiceWithSameArguments" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="ExplicitCompositionProxyTypeBuilderTests" executed="True" success="True" time="0.047" asserts="0">
                <results>
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.AppliesAttributeToType" executed="True" success="True" time="0.016" asserts="4" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.AppliesSpecificMemberAttributesToSpecificMethodOnly" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.AppliesStarredMemberAttributesToAllMethods" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.BuildProxyWithNothingSet" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.CheckInterfaceImplementation" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.DoesNotGenerateProxyNameIfOneIsExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.DoesNotProxyNonProxiableInterface" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.DoesNotProxyTargetMethodAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.DoesNotProxyTargetMethodParameterAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.DoesNotProxyTargetTypeAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ExplicitInterfaceImplementation" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ForcesNonProxiableInterfacesToBeProxied" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.GeneratesProxyNameIfNoneExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ImplementsInterfaceHierarchy" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.OnClassThatDoesntImplementAnyInterfaces" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyInnerClass" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySecurityAttribute" executed="False">
                    <reason>
                      <message><![CDATA[GetCustomAttributes() does not return SecurityAttribute in .NET 1.x]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeNotInstantiableWithDefaultValues" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayConstructor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayProperty" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPropertySetterChangingDefaultBehavior" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPublicEnumProperty" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithReadOnlyProperty" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyTargetMethodAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyTargetMethodParameterAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyTargetMethodParameterMultipleAttributes" description="SPRNET-1134" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyTargetTypeAttributes" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.ProxyWebServiceAttribute" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.ExplicitCompositionProxyTypeBuilderTests.SetsInterfacesToProxy" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="InheritanceProxyTypeBuilderTests" executed="True" success="True" time="0.063" asserts="0">
                <results>
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.AppliesAttributeToType" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.AppliesSpecificMemberAttributesToSpecificMethodOnly" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.AppliesStarredMemberAttributesToAllMethods" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.CheckInheritType" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotGenerateProxyNameIfOneIsExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotImplementFinalMethodThatDoesNotImplementInterface" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyNonProxiableInterface" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyTargetMethodAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyTargetMethodParameterAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyTargetTypeAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyTargetVirtualMethodAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.DoesNotProxyTargetVirtualMethodParameterAttributesWithProxyTargetAttributesEqualsFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ForcesNonProxiableInterfacesToBeProxied" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.GeneratesProxyNameIfNoneExplicitlySupplied" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ImplementFinalMethodThatImplementsInterface" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ImplementsInterfaceHierarchy" executed="True" success="True" time="0.016" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.OnClassThatDoesntImplementAnyInterfaces" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.OverrideVirtualMethod" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyInnerClass" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySecurityAttribute" executed="False">
                    <reason>
                      <message><![CDATA[GetCustomAttributes() does not return SecurityAttribute in .NET 1.x]]></message>
                    </reason>
                  </test-case>
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeNotInstantiableWithDefaultValues" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayConstructor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithArrayProperty" executed="True" success="True" time="0.000" asserts="9" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPropertySetterChangingDefaultBehavior" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithPublicEnumProperty" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxySpecificTargetTypeAttributeWithReadOnlyProperty" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetMethodAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetMethodParameterAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetMethodParameterMultipleAttributes" description="SPRNET-1134" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetTypeAttributes" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetVirtualMethodAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetVirtualMethodParameterAttributes" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyTargetVirtualMethodParameterMultipleAttributes" description="SPRNET-1134" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.ProxyWebServiceAttribute" executed="True" success="True" time="0.016" asserts="6" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.SetsInterfacesToProxy" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Proxy.InheritanceProxyTypeBuilderTests.WithSealedClass" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Reflection" executed="True" success="True" time="0.219" asserts="0">
            <results>
              <test-suite name="Dynamic" executed="True" success="True" time="0.219" asserts="0">
                <results>
                  <test-suite name="DynamicConstructorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.DynamicConstructorTests.TestConstructors" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="DynamicFieldTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.DynamicFieldTests.CannotSetStaticReadOnlyField" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicFieldTests.TestAttemptingToSetFieldOfValueTypeInstance" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicFieldTests.TestInstanceFields" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicFieldTests.TestStaticFieldsOfClass" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicFieldTests.TestStaticFieldsOfStruct" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="DynamicIndexerTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.DynamicIndexerTests.TestIndexers" executed="True" success="True" time="0.000" asserts="5" />
                    </results>
                  </test-suite>
                  <test-suite name="DynamicMethodTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.DynamicMethodTests.PassInvalidNumberOfArguments" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicMethodTests.TestArgumentTypeCasts" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicMethodTests.TestInstanceMethods" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicMethodTests.TestRefOutMethods" executed="True" success="True" time="0.000" asserts="9" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicMethodTests.TestStaticMethods" executed="True" success="True" time="0.000" asserts="3" />
                    </results>
                  </test-suite>
                  <test-suite name="DynamicPropertyTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.AccessInheritedPropertyFromBaseClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.AccessInheritedPropertyFromDerivedClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.AccessOverriddenProperty" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestAttemptingToSetPropertyOfValueTypeInstance" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestInstanceProperties" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestNonReadableProperties" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestNonWritableInstanceProperty" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestNonWritableStaticProperty" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestSetIncompatibleType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.DynamicPropertyTests.TestStaticProperties" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="SafeFieldTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.CannotSetStaticReadOnlyField" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestAttemptingToSetFieldOfValueTypeInstance" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestInstanceFields" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestInstanceMembersOfClass" executed="True" success="True" time="0.000" asserts="6" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestInstanceMembersOfStruct" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestSetIncompatibleType" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestStaticFieldsOfClass" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestStaticFieldsOfStruct" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestStaticMembersOfClass" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.TestStaticMembersOfStruct" executed="True" success="True" time="0.000" asserts="5" />
                      <test-case name="Spring.Reflection.Dynamic.SafeFieldTests.ThrowsOnNullField" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="SafePropertyTests" executed="True" success="True" time="0.156" asserts="0">
                    <results>
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.AccessInheritedPropertyFromBaseClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.AccessInheritedPropertyFromDerivedClass" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.AccessOverriddenProperty" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.CanGetSetComplexIndexer" executed="True" success="True" time="0.156" asserts="6" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.CanGetSetSimpleIndexer" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.CanGetSetSimpleProperty" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.TestInstanceProperties" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Reflection.Dynamic.SafePropertyTests.TestStaticProperties" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Threading" executed="True" success="True" time="0.750" asserts="0">
            <results>
              <test-suite name="CallContextStorageTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Threading.CallContextStorageTests.AllowReplaceData" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.CallContextStorageTests.FreeNamedDataSlotRemovesData" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Threading.CallContextStorageTests.IsCaseSensitive" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.CallContextStorageTests.UnknownKeyReturnsNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Threading.CallContextStorageTests.UsesDistinguishedStorageOnDifferentThreads" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="LatchTest" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Threading.LatchTest.BossWorkerDemo" executed="True" success="True" time="0.000" asserts="10" />
                </results>
              </test-suite>
              <test-suite name="LogicalThreadContextTest" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Threading.LogicalThreadContextTest.StorageIsUsedByFacadeMethods" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.LogicalThreadContextTest.StorageMayBeSetMoreThanOnce" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Threading.LogicalThreadContextTest.StorageMustNotBeNull" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="SemaphoreTest" executed="True" success="True" time="0.625" asserts="0">
                <results>
                  <test-case name="Spring.Threading.SemaphoreTest.AcquireReleaseInDifferentThreads" executed="True" success="True" time="0.313" asserts="0" />
                  <test-case name="Spring.Threading.SemaphoreTest.AquireInSameThrad" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Threading.SemaphoreTest.AquireReleaseInSameThread" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Threading.SemaphoreTest.AttemptInSameThread" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Threading.SemaphoreTest.AttemptReleaseInDifferentThreads" executed="True" success="True" time="0.313" asserts="0" />
                  <test-case name="Spring.Threading.SemaphoreTest.AttemptWithNegativeMillisInSameThread" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.SemaphoreTest.ReleaseMultipleBadArgument" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Threading.SemaphoreTest.ReleaseMultipleTimesInSameThread" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Threading.SemaphoreTest.TimetoMillis" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Threading.SemaphoreTest.UsingLikeAMutex" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="SyncHolderTest" executed="True" success="True" time="0.109" asserts="0">
                <results>
                  <test-case name="Spring.Threading.SyncHolderTest.CanBeUsedWithTheUsingCSharpIdiomToAcquireAnIsync" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Threading.SyncHolderTest.CanBeUsedWithTheUsingCSharpIdiomToAttemptOnAnISync" executed="True" success="True" time="0.109" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="ThreadStaticStorageTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Threading.ThreadStaticStorageTests.AllowReplaceData" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.ThreadStaticStorageTests.FreeNamedDataSlotRemovesData" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Threading.ThreadStaticStorageTests.IsCaseSensitive" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Threading.ThreadStaticStorageTests.UnknownKeyReturnsNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Threading.ThreadStaticStorageTests.UsesDistinguishedStorageOnDifferentThreads" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Util" executed="True" success="True" time="0.406" asserts="0">
            <results>
              <test-suite name="ArrayUtilsTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.ArrayUtilsTests.AreEqual" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ArrayUtilsTests.AreEqualWithBadArguments" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ArrayUtilsTests.HasLengthTests" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="AssertUtilsTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasElementsArgumentContainsNonNullsOnly" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasElementsArgumentContainsNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasElementsArgumentIsEmpty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasElementsArgumentIsNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentHasElements" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentHasElementsWithMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentIsEmpty" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentIsEmptyWithMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentIsNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasLengthArgumentIsNullWithMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasText" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasTextWithMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasTextWithValidText" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentHasTextWithValidTextAndMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentNotNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.ArgumentNotNullWithMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.IsTrue" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.IsTrueValidExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.IsTrueWithMessageValidExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.IsTrueWithMesssage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.StateTrue" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.UnderstandsMethod" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.AssertUtilsTests.UnderstandsType" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="CollectionUtilsTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Util.CollectionUtilsTests.AddCollectionDoesNotImplementAdd" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.AddNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.AddNullObject" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.AddValidElement" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllDoesNotImplementContains" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllElementsWithNoElementsEitherCollection" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllElementsWithNoElementsInSourceCollection" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllNullTargetCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsAllSourceNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsCollectionDoesNotImplementContains" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsDoesNotContainElement" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsNullObject" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ContainsValidElement" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.DoesNotContainAllElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.EmptyArrayElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.FindFirstMatchReturnsFirstMatch" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.FindFirstMatchReturnsNullIfAnyInputIsEmpty" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.CollectionUtilsTests.FindValueOfType" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Util.CollectionUtilsTests.IsCollectionEmptyOrNull" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.CollectionUtilsTests.IsDictionaryEmptyOrNull" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllAllElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllNoElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllSomeElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllSourceNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllTargetCollectionDoesNotImplementContains" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllTargetCollectionDoesNotImplementRemove" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.RemoveAllTargetNullCollection" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.CollectionUtilsTests.StableSorting" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ToArray" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ToArrayAllElements" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.CollectionUtilsTests.ToArrayNullTargetCollection" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="ConfigXmlDocumentTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.ConfigXmlDocumentTests.CanConfigFilenameAndLine" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ConfigXmlDocumentTests.LoadReaderStoresTextPosition" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ConfigXmlDocumentTests.LoadStreamStoresTextPosition" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ConfigXmlDocumentTests.LoadTextReaderStoresTextPosition" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ConfigXmlDocumentTests.LoadXmlStoresTextPosition" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="DefensiveEventRaiserTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Util.DefensiveEventRaiserTests.RaiseSwallowsExceptionRaisedByHandlers" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="DelegateInfoTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.DelegateInfoTests.GetParameterTypes" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.DelegateInfoTests.GetParameterTypesWithNoArgHandler" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.DelegateInfoTests.GetReturnType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.GetReturnTypeWithNonVoidReturningDelegate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.Instantiation" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.DelegateInfoTests.InstantiationWithBadType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsDelegate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsDelegateWithBadType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsDelegateWithNullType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsSignatureCompatible" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsSignatureCompatibleStaticVersion" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsSignatureCompatibleWithBadMethods" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.DelegateInfoTests.IsSignatureCompatibleWithInnerClassStaticMethod" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="EventRaiserTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.EventRaiserTests.Raise" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.EventRaiserTests.RaiseWithAnEventHandlerThatThrowsAnException" executed="True" success="True" time="0.016" asserts="0" />
                  <test-case name="Spring.Util.EventRaiserTests.RaiseWithBadNumberOfArguments" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.EventRaiserTests.RaiseWithNullEvent" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="NumberUtilsTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Util.NumberUtilsTests.IsDecimal" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Util.NumberUtilsTests.IsInteger" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Util.NumberUtilsTests.IsNumber" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Util.NumberUtilsTests.Negate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.NumberUtilsTests.NegateNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.NumberUtilsTests.NegateString" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="ObjectUtilsTests" executed="True" success="True" time="0.063" asserts="0">
                <results>
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtIndex" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtIndexViaIEnumerable" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtNegativeIndex" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtNegativeIndexViaIEnumerable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtOutOfRangeIndex" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateElementAtOutOfRangeIndexViaIEnumerable" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.EnumerateFirstElement" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateType" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeThrowingWithinPublicConstructor" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithAbstractType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithBadCtorArgs" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithCtorArgs" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithCtorWithNoArgs" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithInterfaceType" executed="True" success="True" time="0.016" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithNullCtor" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithNullType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithPrivateCtor" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ObjectUtilsTests.InstantiateTypeWithTypeExposingNoZeroArgCtor" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ObjectUtilsTests.IsAssignableAndNotTransparentProxyWithProxy" executed="True" success="True" time="0.031" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.IsSimpleProperty" executed="True" success="True" time="0.000" asserts="14" />
                  <test-case name="Spring.Util.ObjectUtilsTests.NullSafeEqualsBothEquals" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.NullSafeEqualsNotEqual" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.NullSafeEqualsWithBothNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.NullSafeEqualsWithFirstNull" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ObjectUtilsTests.NullSafeEqualsWithSecondNull" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="PathMatcherTest" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Util.PathMatcherTest.TestFilesInDataPathMatcher" executed="True" success="True" time="0.031" asserts="416" />
                </results>
              </test-suite>
              <test-suite name="PatternMatchUtilsTests" executed="False">
                <reason>
                  <message><![CDATA[PatternMatchUtilsTests does not have any tests]]></message>
                </reason>
              </test-suite>
              <test-suite name="PropertiesTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.PropertiesTests.Continuation" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.PropertiesTests.EscapedCharactersInValue" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.PropertiesTests.GetPropertyWithDefault" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.PropertiesTests.Instantiation" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.PropertiesTests.ListAndLoad" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.PropertiesTests.Remove" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.PropertiesTests.SeperatorEscapedWithinKey" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.PropertiesTests.SimpleProperties" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.PropertiesTests.Store" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.PropertiesTests.WhitespaceProperties" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="ReflectionUtilsMemberwiseCopyTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.ReflectionUtilsMemberwiseCopyTests.DifferentTypesForbidden" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsMemberwiseCopyTests.TestBaseTypeAllowed" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsMemberwiseCopyTests.TestDerivedTypeAllowed" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsMemberwiseCopyTests.TestSameType" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="ReflectionUtilsTests" executed="True" success="True" time="0.078" asserts="0">
                <results>
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeForNonAttributeType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeFromSourceAttribute" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeSunnyDayScenarios" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeUsingDefaultValuesForTheConstructor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeUsingExplicitValuesForTheConstructor" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeUsingExplicitValuesForTheConstructorAndASourceAttribute" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.CreateCustomAttributeWithNullType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetConstructorByArgumentValuesResolvesToExactMatchIfAvailable" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetDefaultValue" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetDefaultValueWithZeroValueEnumType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetExplicitBaseExceptionWithInnerException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetExplicitBaseExceptionWithInnerExceptions" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetExplicitBaseExceptionWithNoInnerException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetExplicitBaseExceptionWithNullReferenceExceptionAsRootException" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetInterfaces" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithBadMatchNotStrict" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithBadMatchStrict" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithBadReturnTypeMatchNotStrict" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithBadReturnTypeMatchStrict" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithNullMethodsToFind" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithNullTypeToFindOn" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMatchingMethodsWithPerfectMatch" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMethod" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMethodByArgumentValuesResolvesToExactMatchIfAvailable" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMethodIsCaseInsensitive" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetMethodWithExplicitInterfaceMethod" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetParameterTypes" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetParameterTypesWithMethodThatHasRefParameters" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetParameterTypesWithNullMethodInfo" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetParameterTypesWithNullParametersArgs" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetSignature" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypeOfOrType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypeOfOrTypeWithNonNullType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypeOfOrTypeWithNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypes" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypesWithEmptyArrayArgument" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.GetTypesWithNullArrayArgument" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.HasAtLeastOneMethodWithName" executed="True" success="True" time="0.000" asserts="10" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithInternalNestedTypeOnInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithInternalNestedTypeOnPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithPrivateNestedTypeOnInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithPrivateNestedTypeOnPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithProtectedInternalNestedTypeOnInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithProtectedInternalNestedTypeOnPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithProtectedNestedTypeOnInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithProtectedNestedTypeOnPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithPublicNestedTypeOnInternalType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithPublicNestedTypeOnPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.IsTypeVisibleWithPublicType" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MapsInterfaceMethodsToImplementation" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MethodIsOnOneOfTheseInterfaces" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MethodIsOnOneOfTheseInterfacesMultiple" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MethodIsOnOneOfTheseInterfacesWithNonInterfaceType" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MethodIsOnOneOfTheseInterfacesWithNullMethod" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.MethodIsOnOneOfTheseInterfacesWithNullTypes" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ParameterTypesDontMatchWithNonMatchingArgs" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ParameterTypesMatch" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ParameterTypesMatchWithNullArgs" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.PropertyIsIndexer" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ShouldPickDefaultConstructor" description="http://jira.springframework.org/browse/SPRNET-992" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ShouldPickDefaultConstructorWithoutArgs" description="http://jira.springframework.org/browse/SPRNET-992" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ShouldPickSingleArgConstructor" description="http://jira.springframework.org/browse/SPRNET-992" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ToInterfaceArrayFromType" executed="True" success="True" time="0.016" asserts="3" />
                  <test-case name="Spring.Util.ReflectionUtilsTests.ToInterfaceArrayFromTypeWithNonInterface" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="SerializationTestUtils" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Util.SerializationTestUtils.WithNonSerializableObject" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.SerializationTestUtils.WithSerializableObject" executed="True" success="True" time="0.000" asserts="4" />
                </results>
              </test-suite>
              <test-suite name="StringUtilsTests" executed="True" success="True" time="0.063" asserts="0">
                <results>
                  <test-case name="Spring.Util.StringUtilsTests.ArrayToDelimitedString" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.CollectionToDelimitedString" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.ConvertEscapedCharactersAll" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.ConvertEscapedCharactersNoEscapedCharacters" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.ConvertUnsupportedEscapedCharacters" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.DelimitedListToStringArray" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.StringUtilsTests.DelimitedListToStringArrayWithEmptyStringDelimiter" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Util.StringUtilsTests.DelimitedListToStringArrayWithGuff" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurround" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundEmptyStringWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundNullWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundNullWithNulls" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundObject" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundObjectWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundObjectWithNulls" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.FullSurroundWithNulls" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsIgnoresEmptyExpression" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithACoupleOfDuplicatedValidExpressions" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithACoupleOfUniqueValidExpressions" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithANestedExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithAStringThatDoesntHaveAnyExpressions" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithAValidExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithEmptyString" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithMalformedExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.GetAntExpressionsWithNull" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.HasLengthTests" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.StringUtilsTests.HasTextTests" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.StringUtilsTests.IsNullOrEmptyTests" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.StringUtilsTests.SetAntExpressionWithEmptyStringExpression" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.SetAntExpressionWithMultipleEvaluations" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.SetAntExpressionWithNullReplacementValue" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.SetAntExpressionWithNullText" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.SplitAcceptsWhitespaceDelimiters" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SplitAddsEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SplitTests" executed="True" success="True" time="0.000" asserts="7" />
                  <test-case name="Spring.Util.StringUtilsTests.SplitWithQuotedStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.StripFirstAndLastCharacterWithEmptyString" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.StripFirstAndLastCharacterWithNull" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.StripFirstAndLastCharacterWithReallyShortStrings" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Util.StringUtilsTests.StripFirstAndLastCharacterWorksLikeACharm" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Util.StringUtilsTests.Surround" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundEmptyStringWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundNullWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundNullWithNulls" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundObject" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundObjectWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.StringUtilsTests.SurroundWithEmptyStrings" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="SystemUtilsTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Util.SystemUtilsTests.ThreadIdIsInt" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Util.SystemUtilsTests.ThreadIdIsName" executed="True" success="True" time="0.000" asserts="1" />
                </results>
              </test-suite>
              <test-suite name="UniqueKeyTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Util.UniqueKeyTests.CreateInstanceScopedKey" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.UniqueKeyTests.CreateInstanceScopedKeyString" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.UniqueKeyTests.CreateTypeScopedKey" executed="True" success="True" time="0.000" asserts="5" />
                  <test-case name="Spring.Util.UniqueKeyTests.CreateTypeScopedKeyString" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Util.UniqueKeyTests.MustNotCallObjectSignatureWithType" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite name="Validation" executed="True" success="True" time="1.359" asserts="0">
            <results>
              <test-suite name="Actions" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-suite name="ErrorMessageActionTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WhenActionIsNotExecutedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WhenInvalid" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WhenValid" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WithEmptyMesageId" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WithEmptyProviders" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WithNullMesageId" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WithNullProviders" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Validation.Actions.ErrorMessageActionTests.WithWhitespaceMesageId" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="ExpressionActionTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Actions.ExpressionActionTests.WhenActionIsNotExecutedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Actions.ExpressionActionTests.WhenInvalid" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Validation.Actions.ExpressionActionTests.WhenValid" executed="True" success="True" time="0.000" asserts="4" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite name="AnyValidatorGroupTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.DefaultsToFastValidate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.WhenAllValidatorsReturnFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.WhenAllValidatorsReturnTrue" executed="True" success="True" time="0.016" asserts="3" />
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.WhenGroupIsNotValidatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.WhenSingleValidatorReturnsTrueAndFastValidateIsFalse" executed="True" success="True" time="0.000" asserts="6" />
                  <test-case name="Spring.Validation.AnyValidatorGroupTests.WhenSingleValidatorReturnsTrueFastAndFastValidateIsTrue" executed="True" success="True" time="0.000" asserts="6" />
                </results>
              </test-suite>
              <test-suite name="CollectionValidatorTests" executed="True" success="True" time="0.031" asserts="0">
                <results>
                  <test-case name="Spring.Validation.CollectionValidatorTests.DefaultsToFastValidateIsFalse" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestCollection" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestDifferentCollectionTypes" executed="True" success="True" time="0.016" asserts="6" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestNestingCollectionValidator" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestNestingCollectionValidatorWithXMLDescription" executed="True" success="True" time="0.016" asserts="2" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestValidationErrorsAreCollected" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestWithNull" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Validation.CollectionValidatorTests.TestWithWrongArgumentType" executed="True" success="True" time="0.000" asserts="0" />
                </results>
              </test-suite>
              <test-suite name="ExclusiveValidatorGroupTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.DefaultsToFastValidate" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenAllValidatorsReturnFalse" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenAllValidatorsReturnTrue" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenGroupIsNotValidatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenMultipleValidatorsReturnTrueAndFastValidate" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenMultipleValidatorsReturnTrueAndNotFastValidate" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Validation.ExclusiveValidatorGroupTests.WhenSingleValidatorReturnsTrue" executed="True" success="True" time="0.016" asserts="7" />
                </results>
              </test-suite>
              <test-suite name="ValidationErrorsTests" executed="True" success="True" time="1.141" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ValidationErrorsTests.AddErrorSunnyDay" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.AddErrorWithNullKey" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.AddErrorWithNullMessage" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.AddTwoErrorsSameKey" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.ContainsNoErrorsDirectlyAfterInstantiation" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.EmptyErrorsReturnEmptyCollections" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.MergeErrors" executed="True" success="True" time="0.000" asserts="8" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.MergeErrorsWithNull" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.ResolveErrorsWithoutMessageSource" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.ValidationErrorsTests.SerializeErrors" executed="True" success="True" time="1.141" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="ValidationExceptionTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ValidationExceptionTests.InstantiationSupplyingMessageAndValidationErrors" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Validation.ValidationExceptionTests.InstantiationSupplyingMessageValidationErrorsAndRootCause" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Validation.ValidationExceptionTests.InstantiationSupplyingValidationErrors" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.ValidationExceptionTests.InstantiationUsingDefaultConstructor" executed="True" success="True" time="0.000" asserts="1" />
                  <test-case name="Spring.Validation.ValidationExceptionTests.TestExceptionSerialization" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="ValidationNamespaceParserTests" executed="True" success="True" time="0.016" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ValidationNamespaceParserTests.WhenConfigFileIsNotValid" executed="True" success="True" time="0.016" asserts="1" />
                  <test-case name="Spring.Validation.ValidationNamespaceParserTests.WhenConfigFileIsValid" executed="True" success="True" time="0.000" asserts="23" />
                </results>
              </test-suite>
              <test-suite name="ValidatorGroupTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ValidatorGroupTests.TestNonSupportedValidateMethod" executed="True" success="True" time="0.000" asserts="0" />
                  <test-case name="Spring.Validation.ValidatorGroupTests.WhenAllValidatorsReturnFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidatorGroupTests.WhenAllValidatorsReturnFalseFast" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidatorGroupTests.WhenAllValidatorsReturnTrue" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidatorGroupTests.WhenGroupIsNotValidatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="3" />
                  <test-case name="Spring.Validation.ValidatorGroupTests.WhenSingleValidatorReturnsTrue" executed="True" success="True" time="0.000" asserts="3" />
                </results>
              </test-suite>
              <test-suite name="ValidatorReferenceTests" executed="True" success="True" time="0.000" asserts="0">
                <results>
                  <test-case name="Spring.Validation.ValidatorReferenceTests.ContextNarrowing" executed="True" success="True" time="0.000" asserts="4" />
                  <test-case name="Spring.Validation.ValidatorReferenceTests.FalseValidatorReference" executed="True" success="True" time="0.000" asserts="2" />
                  <test-case name="Spring.Validation.ValidatorReferenceTests.TrueValidatorReference" executed="True" success="True" time="0.000" asserts="2" />
                </results>
              </test-suite>
              <test-suite name="Validators" executed="True" success="True" time="0.078" asserts="0">
                <results>
                  <test-suite name="ConditionValidatorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.ConditionValidatorTests.FalseScalarExpression" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Validation.Validators.ConditionValidatorTests.StraightFalse" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.ConditionValidatorTests.StraightTrue" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.ConditionValidatorTests.TrueScalarExpression" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.ConditionValidatorTests.WhenValidatorIsNotEvaluatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="CreditCardValidatorIntegrationTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.CreditCardValidatorIntegrationTests.CreditCardValidatorTests" executed="True" success="True" time="0.000" asserts="4" />
                      <test-case name="Spring.Validation.Validators.CreditCardValidatorIntegrationTests.ErrorTests" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Validation.Validators.CreditCardValidatorIntegrationTests.WithNullCardType" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="CreditCardValidatorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.CreditCardValidatorTests.Validate" executed="True" success="True" time="0.000" asserts="5" />
                    </results>
                  </test-suite>
                  <test-suite name="EmailValidatorIntegrationTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.EmailValidatorIntegrationTests.EmailValidatorTests" executed="True" success="True" time="0.000" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="EmailValidatorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.EmailValidatorTests.Validate" executed="True" success="True" time="0.000" asserts="12" />
                    </results>
                  </test-suite>
                  <test-suite name="ISBNValidatorIntegrationTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.ISBNValidatorIntegrationTests.ISBNValidatorTests" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="ISBNValidatorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.ISBNValidatorTests.Validate" executed="True" success="True" time="0.000" asserts="16" />
                    </results>
                  </test-suite>
                  <test-suite name="RegularExpressionValidatorTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.CaseInsensitiveStringMatching" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.CaseSensitiveStringMatching" executed="True" success="True" time="0.000" asserts="3" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.EmptyStringValidatesToTrue" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.SunnyDay_Valid" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.SunnyDayFailure_Invalid" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.WhenValidatorIsNotEvaluatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.WhitespaceStringDoesntEvaluateToTrueByDefault" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.WhitespaceStringOnlyValidatesToTrueWhenGivenMatchingRegex" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.WithNonString" executed="True" success="True" time="0.000" asserts="0" />
                      <test-case name="Spring.Validation.Validators.RegularExpressionValidatorTests.WithNull" executed="True" success="True" time="0.000" asserts="0" />
                    </results>
                  </test-suite>
                  <test-suite name="RequiredValidatorTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WhenValidatorIsNotEvaluatedBecauseWhenExpressionReturnsFalse" executed="True" success="True" time="0.000" asserts="2" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithEmptyString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithKosherChar" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithKosherDate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithKosherDouble" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithKosherFloat" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithKosherString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithMaxDate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithMinChar" executed="True" success="True" time="0.016" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithMinDate" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithNegativeNumber" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithNull" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithPositiveNumber" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithWhitespaceChar" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithWhitespaceOnlyString" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithZeroDouble" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithZeroFloat" executed="True" success="True" time="0.000" asserts="1" />
                      <test-case name="Spring.Validation.Validators.RequiredValidatorTests.WithZeroNumber" executed="True" success="True" time="0.000" asserts="1" />
                    </results>
                  </test-suite>
                  <test-suite name="UrlValidatorIntegrationTests" executed="True" success="True" time="0.016" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.UrlValidatorIntegrationTests.ISBNValidatorTests" executed="True" success="True" time="0.016" asserts="2" />
                    </results>
                  </test-suite>
                  <test-suite name="UrlValidatorTests" executed="True" success="True" time="0.000" asserts="0">
                    <results>
                      <test-case name="Spring.Validation.Validators.UrlValidatorTests.Validate" executed="True" success="True" time="0.000" asserts="16" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>
