tests
[ class tree: tests ] [ index: tests ] [ all elements ]

Class: Documentation_tests_phpDocumentorTParserGetInlineTagsTests

Source Location: /PhpDocumentor-1.4.0RC1/Documentation/tests/phpDocumentorTParserGetInlineTagsTests.php

Class Overview

PHPUnit_Framework_TestCase
   |
   --Documentation_tests_phpDocumentorTParserGetInlineTagsTests

Unit Testing of the phpDocumentorTParser's getInlineTags() method


Author(s):

  • Chuck Burgess

Methods


Inherited Variables

Inherited Methods


Class Details

[line 49]
Unit Testing of the phpDocumentorTParser's getInlineTags() method
  • Author: Chuck Burgess
  • Since: 1.4.0a2


[ Top ]


Method Detail

main   [line 76]

void main( )

Runs the test methods of this class.
  • Since: 1.4.0a2
  • Access: public

[ Top ]

setUp   [line 89]

void setUp( )

Sets up the fixture, for example, open a network connection.

This method is called before a test is executed.

  • Since: 1.4.0a2
  • Access: protected

[ Top ]

tearDown   [line 104]

void tearDown( )

Tears down the fixture, for example, close a network connection.

This method is called after a test is executed.

  • Since: 1.4.0a2
  • Access: protected

[ Top ]

testShowCorrectBehaviorInlineExampleWhenParsePrivateOff   [line 198]

void testShowCorrectBehaviorInlineExampleWhenParsePrivateOff( )

Shows correct behavior for handling an inline example tag e.g. {at-example path-to-file}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineExampleWhenParsePrivateOn   [line 172]

void testShowCorrectBehaviorInlineExampleWhenParsePrivateOn( )

Shows correct behavior for handling an inline example tag e.g. {at-example path-to-file}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineInternalWhenParsePrivateOff   [line 336]

void testShowCorrectBehaviorInlineInternalWhenParsePrivateOff( )

Shows correct behavior for handling an inline internal tag e.g. {at-internal blah-blah-blah}

There SHOULD be differences in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineInternalWhenParsePrivateOn   [line 320]

void testShowCorrectBehaviorInlineInternalWhenParsePrivateOn( )

Shows correct behavior for handling an inline internal tag e.g. {at-internal blah-blah-blah}

There SHOULD be differences in results due to --parseprivate flag

This test demonstrates PEAR Bug #10871

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineLinkWhenParsePrivateOff   [line 151]

void testShowCorrectBehaviorInlineLinkWhenParsePrivateOff( )

Shows correct behavior for handling an inline link tag e.g. {at-link URL link-text}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineLinkWhenParsePrivateOn   [line 131]

void testShowCorrectBehaviorInlineLinkWhenParsePrivateOn( )

Shows correct behavior for handling an inline link tag e.g. {at-link URL link-text}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineSourceWhenParsePrivateOff   [line 249]

void testShowCorrectBehaviorInlineSourceWhenParsePrivateOff( )

Shows correct behavior for handling an inline source tag e.g. {at-source}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineSourceWhenParsePrivateOn   [line 225]

void testShowCorrectBehaviorInlineSourceWhenParsePrivateOn( )

Shows correct behavior for handling an inline source tag e.g. {at-source}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineTutorialWhenParsePrivateOff   [line 295]

void testShowCorrectBehaviorInlineTutorialWhenParsePrivateOff( )

Shows correct behavior for handling an inline tutorial tag e.g. {at-tutorial path-to-pkgfile}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]

testShowCorrectBehaviorInlineTutorialWhenParsePrivateOn   [line 274]

void testShowCorrectBehaviorInlineTutorialWhenParsePrivateOn( )

Shows correct behavior for handling an inline tutorial tag e.g. {at-tutorial path-to-pkgfile}

There should be NO difference in results due to --parseprivate flag

  • Since: 1.4.0a2
  • Access: public

[ Top ]


Documentation generated on Mon, 25 Jun 2007 14:05:09 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.