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

Class: tests_phpDocumentorSetupCleanConverterNamePieceTests

Source Location: /tests/phpDocumentorSetupCleanConverterNamePieceTests.php

Class Overview

PHPUnit_Framework_TestCase
   |
   --tests_phpDocumentorSetupCleanConverterNamePieceTests

Unit Testing of the phpDocumentor_setup's cleanConverterNamePiece() method


Author(s):

  • Chuck Burgess

Methods



Class Details

[line 61]
Unit Testing of the phpDocumentor_setup's cleanConverterNamePiece() method



Tags:

author:  Chuck Burgess
since:  1.3.2


[ Top ]


Class Methods


static method main [line 97]

static void main( )

Runs the test methods of this class.



Tags:

since:  1.3.2
access:  public


[ Top ]

method setUp [line 110]

void setUp( )

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

This method is called before a test is executed.




Tags:

since:  1.3.2
access:  protected


[ Top ]

method tearDown [line 123]

void tearDown( )

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

This method is called after a test is executed.




Tags:

since:  1.3.2
access:  protected


[ Top ]

method testDoNotAllowTruePathingOnPrimaryWithOneArg [line 412]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testDoNotAllowTruePathingOnPrimaryWithTwoArgs [line 421]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testDoNotAllowTruePathingOnSecondary [line 430]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testDoNotAllowTruePathingOnTertiary [line 439]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleAndInvalidSecondary [line 478]

void testExtremeExampleAndInvalidSecondary( )

Extreme example of messy input...

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




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleAndInvalidTertiaryA [line 487]

void testExtremeExampleAndInvalidTertiaryA( )

Extreme example of messy input...

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




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleAndInvalidTertiaryB [line 496]

void testExtremeExampleAndInvalidTertiaryB( )

Extreme example of messy input...

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




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleButValidPrimaryWithOneArg [line 451]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleButValidPrimaryWithTwoArgs [line 460]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testExtremeExampleButValidSecondary [line 469]

void testExtremeExampleButValidSecondary( )

Extreme example of messy input...

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




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalSecondaryDefault [line 230]

void testNormalSecondaryDefault( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalSecondaryDocbookPeardoc2 [line 238]

void testNormalSecondaryDocbookPeardoc2( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalSecondaryFrames [line 214]

void testNormalSecondaryFrames( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalSecondarySmarty [line 222]

void testNormalSecondarySmarty( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDefault [line 247]

void testNormalTertiaryDefault( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDomDefault [line 312]

void testNormalTertiaryDomDefault( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDomEarthli [line 320]

void testNormalTertiaryDomEarthli( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDomL0l33t [line 328]

void testNormalTertiaryDomL0l33t( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDomPhpdocde [line 336]

void testNormalTertiaryDomPhpdocde( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryDomPhphtmllib [line 344]

void testNormalTertiaryDomPhphtmllib( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryEarthli [line 255]

void testNormalTertiaryEarthli( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryHands [line 287]

void testNormalTertiaryHands( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryL0l33t [line 263]

void testNormalTertiaryL0l33t( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryPear [line 295]

void testNormalTertiaryPear( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryPhp [line 303]

void testNormalTertiaryPhp( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryPhpdocde [line 271]

void testNormalTertiaryPhpdocde( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalTertiaryPhphtmllib [line 279]

void testNormalTertiaryPhphtmllib( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithOneArgPrimaryCHM [line 148]

void testNormalWithOneArgPrimaryCHM( )

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

when called with one arg




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithOneArgPrimaryHTML [line 156]

void testNormalWithOneArgPrimaryHTML( )

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

when called with one arg




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithOneArgPrimaryPDF [line 164]

void testNormalWithOneArgPrimaryPDF( )

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

when called with one arg




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithOneArgPrimaryXML [line 172]

void testNormalWithOneArgPrimaryXML( )

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

when called with one arg




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithTwoArgsPrimaryCHM [line 181]

void testNormalWithTwoArgsPrimaryCHM( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithTwoArgsPrimaryHTML [line 189]

void testNormalWithTwoArgsPrimaryHTML( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithTwoArgsPrimaryPDF [line 197]

void testNormalWithTwoArgsPrimaryPDF( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testNormalWithTwoArgsPrimaryXML [line 205]

void testNormalWithTwoArgsPrimaryXML( )

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

when called with two args




Tags:

since:  1.3.2
access:  public


[ Top ]

method testPreventUpToParentPathingOnPrimaryWithOneArg [line 375]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testPreventUpToParentPathingOnPrimaryWithTwoArgs [line 384]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testPreventUpToParentPathingOnSecondary [line 393]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testPreventUpToParentPathingOnTertiary [line 402]

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"




Tags:

since:  1.3.2
access:  public


[ Top ]

method testUserDefinedTertiaryValue [line 353]

void testUserDefinedTertiaryValue( )

Shows correct behavior for handling the perfect expected "b2evo.v-1-10" tertiary value

(an example of a user-defined template not packaged with PhpDocumentor) when called with two args




Tags:

since:  1.4.0
access:  public


[ Top ]

    Поддержать сайт на родительском проекте КГБ