<?xml version="1.0"?>
<run>
  <case>
    <name>Swift_Mime_SimpleHeaderSetTest</name>
    <test>
      <name>testAddMailboxHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testAddDateHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testAddTextHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testAddParameterizedHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testAddIdHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testAddPathHeaderDelegatesToFactory</name>
    </test>
    <test>
      <name>testHasReturnsFalseWhenNoHeaders</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 83]</pass>
    </test>
    <test>
      <name>testAddedMailboxHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 95]</pass>
    </test>
    <test>
      <name>testAddedDateHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 107]</pass>
    </test>
    <test>
      <name>testAddedTextHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 119]</pass>
    </test>
    <test>
      <name>testAddedParameterizedHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 134]</pass>
    </test>
    <test>
      <name>testAddedIdHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 146]</pass>
    </test>
    <test>
      <name>testAddedPathHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 158]</pass>
    </test>
    <test>
      <name>testNewlySetHeaderIsSeenByHas</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 167]</pass>
    </test>
    <test>
      <name>testHasCanAcceptOffset</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 179]</pass>
    </test>
    <test>
      <name>testHasWithIllegalOffsetReturnsFalse</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 191]</pass>
    </test>
    <test>
      <name>testHasCanDistinguishMultipleHeaders</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 206]</pass>
    </test>
    <test>
      <name>testGetWithUnspecifiedOffset</name>
      <pass>[Object: of Yay_MockObjects_Swift_Mime_Header] and [Object: of Yay_MockObjects_Swift_Mime_Header] should reference the same object at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 219]</pass>
    </test>
    <test>
      <name>testGetWithSpeiciedOffset</name>
      <pass>[Object: of Yay_MockObjects_Swift_Mime_Header] and [Object: of Yay_MockObjects_Swift_Mime_Header] should reference the same object at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 240]</pass>
    </test>
    <test>
      <name>testGetReturnsNullIfHeaderNotSet</name>
      <pass>[NULL] should be null at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 246]</pass>
    </test>
    <test>
      <name>testGetAllReturnsAllHeadersMatchingName</name>
      <pass>Equal expectation [Array: 3 items] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 270]</pass>
    </test>
    <test>
      <name>testGetAllReturnsAllHeadersIfNoArguments</name>
      <pass>Equal expectation [Array: 3 items] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 294]</pass>
    </test>
    <test>
      <name>testGetAllReturnsEmptyArrayIfNoneSet</name>
      <pass>Equal expectation [Array: 0 items] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 300]</pass>
    </test>
    <test>
      <name>testRemoveWithUnspecifiedOffset</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 314]</pass>
    </test>
    <test>
      <name>testRemoveWithSpecifiedIndexRemovesHeader</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 332]</pass>
    </test>
    <test>
      <name>testRemoveWithSpecifiedIndexLeavesOtherHeaders</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 350]</pass>
    </test>
    <test>
      <name>testRemoveWithInvalidOffsetDoesNothing</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 364]</pass>
    </test>
    <test>
      <name>testRemoveAllRemovesAllHeadersWithName</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 382]</pass>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 383]</pass>
    </test>
    <test>
      <name>testHasIsNotCaseSensitive</name>
      <pass>Expected true, got [Boolean: true] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 396]</pass>
    </test>
    <test>
      <name>testGetIsNotCaseSensitive</name>
      <pass>[Object: of Yay_MockObjects_Swift_Mime_Header] and [Object: of Yay_MockObjects_Swift_Mime_Header] should reference the same object at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 409]</pass>
    </test>
    <test>
      <name>testGetAllIsNotCaseSensitive</name>
      <pass>Equal expectation [Array: 1 items] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 422]</pass>
    </test>
    <test>
      <name>testRemoveIsNotCaseSensitive</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 436]</pass>
    </test>
    <test>
      <name>testRemoveAllIsNotCaseSensitive</name>
      <pass>Expected false, got [Boolean: false] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 450]</pass>
    </test>
    <test>
      <name>testNewInstance</name>
      <pass>Value [Object: of Swift_Mime_SimpleHeaderSet] should be type [Swift_Mime_HeaderSet] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 457]</pass>
    </test>
    <test>
      <name>testToStringJoinsHeadersTogether</name>
      <pass>Equal expectation [String: Foo: bar
Zip: buttons
] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 476]</pass>
    </test>
    <test>
      <name>testHeadersWithoutBodiesAreNotDisplayed</name>
      <pass>Equal expectation [String: Foo: bar
] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 494]</pass>
    </test>
    <test>
      <name>testHeadersWithoutBodiesCanBeForcedToDisplay</name>
      <pass>Equal expectation [String: Foo: 
Zip: 
] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 514]</pass>
    </test>
    <test>
      <name>testHeaderSequencesCanBeSpecified</name>
      <pass>Equal expectation [String: First: one
Second: two
Third: three
] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 540]</pass>
    </test>
    <test>
      <name>testUnsortedHeadersAppearAtEnd</name>
      <pass>Equal expectation [String: First: one
Second: two
Third: three
Fourth: four
Fifth: five
] at [/home/devemp/public_html/util/swift/tests/unit/Swift/Mime/SimpleHeaderSetTest.php line 574]</pass>
    </test>
    <test>
      <name>testSettingCharsetNotifiesAlreadyExistingHeaders</name>
    </test>
    <test>
      <name>testCharsetChangeNotifiesAlreadyExistingHeaders</name>
    </test>
    <test>
      <name>testCharsetChangeNotifiesFactory</name>
    </test>
  </case>
</run>
