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

Class: Documentation_tests_phpDocumentorSetupCleanConverterNamePieceTests

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

Class Overview

PHPUnit_Framework_TestCase
   |
   --Documentation_tests_phpDocumentorSetupCleanConverterNamePieceTests

Unit Testing of the phpDocumentor_setup's cleanConverterNamePiece() method


Author(s):

  • Chuck Burgess

Methods


Inherited Variables

Inherited Methods


Class Details

[line 49]
Unit Testing of the phpDocumentor_setup's cleanConverterNamePiece() method
  • Author: Chuck Burgess
  • Since: 1.3.2


[ Top ]


Method Detail

main   [line 85]

void main( )

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

[ Top ]

setUp   [line 98]

void setUp( )

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

This method is called before a test is executed.

  • Since: 1.3.2
  • Access: protected

[ Top ]

tearDown   [line 111]

void tearDown( )

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

This method is called after a test is executed.

  • Since: 1.3.2
  • Access: protected

[ Top ]

testDoNotAllowTruePathingOnPrimaryWithOneArg   [line 391]

void testDoNotAllowTruePathingOnPrimaryWithOneArg( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses one arg with value of "/var/log/HTML"

  • Since: 1.3.2
  • Access: public

[ Top ]

testDoNotAllowTruePathingOnPrimaryWithTwoArgs   [line 400]

void testDoNotAllowTruePathingOnPrimaryWithTwoArgs( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "/var/log/HTML"

  • Since: 1.3.2
  • Access: public

[ Top ]

testDoNotAllowTruePathingOnSecondary   [line 409]

void testDoNotAllowTruePathingOnSecondary( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "/var/log/frames"

  • Since: 1.3.2
  • Access: public

[ Top ]

testDoNotAllowTruePathingOnTertiary   [line 418]

void testDoNotAllowTruePathingOnTertiary( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "/var/log/default"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleAndInvalidSecondary   [line 457]

void testExtremeExampleAndInvalidSecondary( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses two args with value of "..//.frames"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleAndInvalidTertiaryA   [line 466]

void testExtremeExampleAndInvalidTertiaryA( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses two arg with value of "/./default/.##/"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleAndInvalidTertiaryB   [line 475]

void testExtremeExampleAndInvalidTertiaryB( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses two arg with value of "//default//"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleButValidPrimaryWithOneArg   [line 430]

void testExtremeExampleButValidPrimaryWithOneArg( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses one arg with value of "H/.T./M##L"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleButValidPrimaryWithTwoArgs   [line 439]

void testExtremeExampleButValidPrimaryWithTwoArgs( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses two args with value of "H/.T./M##L"

  • Since: 1.3.2
  • Access: public

[ Top ]

testExtremeExampleButValidSecondary   [line 448]

void testExtremeExampleButValidSecondary( )

Extreme example of messy input...

the resulting converter names are generally invalid. This test uses two args with value of "....frames"

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalSecondaryDefault   [line 218]

void testNormalSecondaryDefault( )

Shows correct behavior for handling the perfect expected "default" secondary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalSecondaryDocbookPeardoc2   [line 226]

void testNormalSecondaryDocbookPeardoc2( )

Shows correct behavior for handling the perfect expected "DocBook/peardoc2" secondary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalSecondaryFrames   [line 202]

void testNormalSecondaryFrames( )

Shows correct behavior for handling the perfect expected "frames" secondary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalSecondarySmarty   [line 210]

void testNormalSecondarySmarty( )

Shows correct behavior for handling the perfect expected "Smarty" secondary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDefault   [line 235]

void testNormalTertiaryDefault( )

Shows correct behavior for handling the perfect expected "default" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDomDefault   [line 300]

void testNormalTertiaryDomDefault( )

Shows correct behavior for handling the perfect expected "DOM/default" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDomEarthli   [line 308]

void testNormalTertiaryDomEarthli( )

Shows correct behavior for handling the perfect expected "DOM/earthli" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDomL0l33t   [line 316]

void testNormalTertiaryDomL0l33t( )

Shows correct behavior for handling the perfect expected "DOM/l0l33t" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDomPhpdocde   [line 324]

void testNormalTertiaryDomPhpdocde( )

Shows correct behavior for handling the perfect expected "DOM/phpdoc.de" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryDomPhphtmllib   [line 332]

void testNormalTertiaryDomPhphtmllib( )

Shows correct behavior for handling the perfect expected "DOM/phphtmllib" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryEarthli   [line 243]

void testNormalTertiaryEarthli( )

Shows correct behavior for handling the perfect expected "earthli" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryHands   [line 275]

void testNormalTertiaryHands( )

Shows correct behavior for handling the perfect expected "HandS" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryL0l33t   [line 251]

void testNormalTertiaryL0l33t( )

Shows correct behavior for handling the perfect expected "l0l33t" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryPear   [line 283]

void testNormalTertiaryPear( )

Shows correct behavior for handling the perfect expected "PEAR" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryPhp   [line 291]

void testNormalTertiaryPhp( )

Shows correct behavior for handling the perfect expected "PHP" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryPhpdocde   [line 259]

void testNormalTertiaryPhpdocde( )

Shows correct behavior for handling the perfect expected "phpdoc.de" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalTertiaryPhphtmllib   [line 267]

void testNormalTertiaryPhphtmllib( )

Shows correct behavior for handling the perfect expected "phphtmllib" tertiary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithOneArgPrimaryCHM   [line 136]

void testNormalWithOneArgPrimaryCHM( )

Shows correct behavior for handling the perfect expected "CHM" primary value

when called with one arg

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithOneArgPrimaryHTML   [line 144]

void testNormalWithOneArgPrimaryHTML( )

Shows correct behavior for handling the perfect expected "HTML" primary value

when called with one arg

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithOneArgPrimaryPDF   [line 152]

void testNormalWithOneArgPrimaryPDF( )

Shows correct behavior for handling the perfect expected "PDF" primary value

when called with one arg

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithOneArgPrimaryXML   [line 160]

void testNormalWithOneArgPrimaryXML( )

Shows correct behavior for handling the perfect expected "XML" primary value

when called with one arg

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithTwoArgsPrimaryCHM   [line 169]

void testNormalWithTwoArgsPrimaryCHM( )

Shows correct behavior for handling the perfect expected "CHM" primary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithTwoArgsPrimaryHTML   [line 177]

void testNormalWithTwoArgsPrimaryHTML( )

Shows correct behavior for handling the perfect expected "HTML" primary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithTwoArgsPrimaryPDF   [line 185]

void testNormalWithTwoArgsPrimaryPDF( )

Shows correct behavior for handling the perfect expected "PDF" primary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testNormalWithTwoArgsPrimaryXML   [line 193]

void testNormalWithTwoArgsPrimaryXML( )

Shows correct behavior for handling the perfect expected "XML" primary value

when called with two args

  • Since: 1.3.2
  • Access: public

[ Top ]

testPreventUpToParentPathingOnPrimaryWithOneArg   [line 354]

void testPreventUpToParentPathingOnPrimaryWithOneArg( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses one arg with value of "../../HTML"

  • Since: 1.3.2
  • Access: public

[ Top ]

testPreventUpToParentPathingOnPrimaryWithTwoArgs   [line 363]

void testPreventUpToParentPathingOnPrimaryWithTwoArgs( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "../../HTML"

  • Since: 1.3.2
  • Access: public

[ Top ]

testPreventUpToParentPathingOnSecondary   [line 372]

void testPreventUpToParentPathingOnSecondary( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "../../frames"

  • Since: 1.3.2
  • Access: public

[ Top ]

testPreventUpToParentPathingOnTertiary   [line 381]

void testPreventUpToParentPathingOnTertiary( )

Verify no up-to-parent pathing is allowed...

the resulting converter names are generally invalid. This test uses two args with value of "../../default"

  • Since: 1.3.2
  • Access: public

[ Top ]


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