Class Horde_Yaml_LoaderTest

Description

Located in /Yaml/test/Horde/Yaml/LoaderTest.php (line 17)

PHPUnit_Framework_TestCase
   |
   --Horde_Yaml_LoaderTest
Method Summary
 void fixture ( $name)
 void setUp ()
 void testArray ()
 void testHash ()
 void testInfinity ()
 void testLoad ()
 void testLoadFile ()
 void testLoadStream ()
 void testNan ()
Methods
fixture (line 785)
  • access: public
void fixture ( $name)
  • $name
setUp (line 19)
  • access: public
void setUp ()
testArray (line 264)
  • access: public
void testArray ()
testCommentAtEndOfLine (line 714)
  • access: public
void testCommentAtEndOfLine ()
testCommentOnEmptyLine (line 706)
  • access: public
void testCommentOnEmptyLine ()
testComplexParse (line 766)
  • access: public
void testComplexParse ()
testDecoyCommentEmbeddedInApostrophes (line 744)
  • access: public
void testDecoyCommentEmbeddedInApostrophes ()
testDecoyCommentEmbeddedInApostrophesAndEndOfLineVersion (line 754)
  • access: public
void testDecoyCommentEmbeddedInApostrophesAndEndOfLineVersion ()
testDecoyCommentEmbeddedInQuotes (line 724)
  • access: public
void testDecoyCommentEmbeddedInQuotes ()
testDecoyCommentEmbeddedInQuotesAndEndOfLineComment (line 734)
  • access: public
void testDecoyCommentEmbeddedInQuotesAndEndOfLineComment ()
testDoesNotThrowOnAnEmptyLineWithTabsOrSpaces (line 696)
  • access: public
void testDoesNotThrowOnAnEmptyLineWithTabsOrSpaces ()
testFloatExponential (line 236)
  • access: public
void testFloatExponential ()
testHash (line 301)
  • access: public
void testHash ()
testInfinity (line 242)
  • access: public
void testInfinity ()
testInlinedSequence (line 467)
  • access: public
void testInlinedSequence ()
testInlineMapping (line 538)
  • access: public
void testInlineMapping ()
testInlineMappingOneDeep (line 589)
  • access: public
void testInlineMappingOneDeep ()
testInlineMappingWhenEmpty (line 548)
  • access: public
void testInlineMappingWhenEmpty ()
testInlineMappingWhenEmptyWithWhitespace (line 558)
  • access: public
void testInlineMappingWhenEmptyWithWhitespace ()
testInlineMappingWithQuotesInlinedInMapping (line 580)
  • access: public
void testInlineMappingWithQuotesInlinedInMapping ()
testInlineMappingWithQuotesInlinedInSequence (line 568)
  • access: public
void testInlineMappingWithQuotesInlinedInSequence ()
testInlineSequenceOneDeep (line 487)
  • access: public
void testInlineSequenceOneDeep ()
testInlineSequenceOneDeepWithQuotes (line 497)
  • access: public
void testInlineSequenceOneDeepWithQuotes ()
testInlineSequenceTwoDeep (line 507)
  • access: public
void testInlineSequenceTwoDeep ()
testInlineSequenceWhenEmpty (line 518)
  • access: public
void testInlineSequenceWhenEmpty ()
testInlineSequenceWhenEmptyWithWhitespace (line 528)
  • access: public
void testInlineSequenceWhenEmptyWithWhitespace ()
testInlineSequenceWithQuotes (line 477)
  • access: public
void testInlineSequenceWithQuotes ()
testKeyAsNumeric (line 665)
  • access: public
void testKeyAsNumeric ()
testLoad (line 26)
  • access: public
void testLoad ()
testLoadFile (line 75)
  • access: public
void testLoadFile ()
testLoadFileThrowsWhenFilenameCannotBeOpened (line 103)
  • access: public
void testLoadFileThrowsWhenFilenameCannotBeOpened ()
testLoadFileThrowsWhenFilenameIsEmptyString (line 92)
  • access: public
void testLoadFileThrowsWhenFilenameIsEmptyString ()
testLoadFileThrowsWhenFilenameIsNotString (line 81)
  • access: public
void testLoadFileThrowsWhenFilenameIsNotString ()
testLoadReturnsEmptyArrayWhenStringCannotBeParsedAsYaml (line 67)
  • access: public
void testLoadReturnsEmptyArrayWhenStringCannotBeParsedAsYaml ()
testLoadStream (line 116)
  • access: public
void testLoadStream ()
testLoadStreamThrowsWhenStreamIsNotResource (line 123)
  • access: public
void testLoadStreamThrowsWhenStreamIsNotResource ()
testLoadStreamThrowsWhenStreamIsResourceButNotStream (line 133)
  • access: public
void testLoadStreamThrowsWhenStreamIsResourceButNotStream ()
testLoadStreamUsesCallbackForParsingIfAvailable (line 145)
  • access: public
void testLoadStreamUsesCallbackForParsingIfAvailable ()
testLoadThrowsWhenInputStringIsEmpty (line 56)
  • access: public
void testLoadThrowsWhenInputStringIsEmpty ()
testLoadThrowsWhenInputStringIsNotString (line 45)
  • access: public
void testLoadThrowsWhenInputStringIsNotString ()
testLoadUsesCallbackForParsingIfAvailable (line 34)
  • access: public
void testLoadUsesCallbackForParsingIfAvailable ()
testMappedSequence (line 408)
  • access: public
void testMappedSequence ()
testMappedValueWithFoldedBlock (line 216)
  • access: public
void testMappedValueWithFoldedBlock ()
testMappedValueWithMapping (line 225)
  • access: public
void testMappedValueWithMapping ()
testMappingBooleanFalse (line 196)
  • access: public
void testMappingBooleanFalse ()
testMappingBooleanTrue (line 186)
  • access: public
void testMappingBooleanTrue ()
testMappingFloatValue (line 179)
  • access: public
void testMappingFloatValue ()
testMappingIntegerValue (line 165)
  • access: public
void testMappingIntegerValue ()
testMappingIntegerZeroValue (line 172)
  • access: public
void testMappingIntegerZeroValue ()
testMappingNullValue (line 206)
  • access: public
void testMappingNullValue ()
testMappingStringValue (line 158)
  • access: public
void testMappingStringValue ()
testNan (line 256)
  • access: public
void testNan ()
testNegativeInfinity (line 249)
  • access: public
void testNegativeInfinity ()
testQuotesCanBeEmptyWhenApostrophes (line 639)
  • access: public
void testQuotesCanBeEmptyWhenApostrophes ()
testQuotesCanBeEmptyWhenQuotes (line 631)
  • access: public
void testQuotesCanBeEmptyWhenQuotes ()
testQuotesCanBeEscaped (line 602)
  • access: public
void testQuotesCanBeEscaped ()
testQuotesCanBeUsedForComplexKeys (line 623)
  • access: public
void testQuotesCanBeUsedForComplexKeys ()
testReferencesAssignment1 (line 434)
  • access: public
void testReferencesAssignment1 ()
testReferencesAssignment2 (line 443)
  • access: public
void testReferencesAssignment2 ()
testReferenceUsage (line 452)
  • access: public
void testReferenceUsage ()
testSequenceBasic (line 370)
  • access: public
void testSequenceBasic ()
testSequenceofMappings (line 395)
  • access: public
void testSequenceofMappings ()
testSequenceOfSequence (line 382)
  • access: public
void testSequenceOfSequence ()
testSequenceWithMappedValuesStartingWithCaps (line 420)
  • access: public
void testSequenceWithMappedValuesStartingWithCaps ()
testSerializable (line 340)
  • access: public
void testSerializable ()
testThrowsAnExceptionWhenFirstCharacterOfLineIsTab (line 676)
  • access: public
void testThrowsAnExceptionWhenFirstCharacterOfLineIsTab ()
testThrowsExceptionWhenLineIndentContainsTab (line 686)
  • access: public
void testThrowsExceptionWhenLineIndentContainsTab ()
testWhitespaceBetweenApostrophesIsPreserved (line 655)
  • access: public
void testWhitespaceBetweenApostrophesIsPreserved ()
testWhitespaceBetweenQuotesIsPreserved (line 647)
  • access: public
void testWhitespaceBetweenQuotesIsPreserved ()

Documentation generated on Sun, 30 Jan 2011 05:19:19 +0000 by phpDocumentor 1.4.3