PHP Class Hackzilla\PasswordGenerator\Tests\Generator\HybridPasswordGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: hackzilla/password-generator

Méthodes publiques

Méthode Description
lengthProvider ( )
optionsProvider ( ) : array
passwordProvider ( )
segmentProvider ( )
setup ( )
testCharacterListException ( )
testGeneratePassword ( $segmentLength, $segmentCount, $segmentSeparator, $regExp )
testSetGet ( $option, $parameter )
testSetLength ( $length )
testSetSegmentCount ( $count )
testSetSegmentCountException ( )
testSetSegmentLength ( $length )
testSetSegmentLengthException ( )
testSetSegmentSeparator ( $separator )
testSetSegmentSeparatorException ( )

Method Details

lengthProvider() public méthode

public lengthProvider ( )

optionsProvider() public méthode

public optionsProvider ( ) : array
Résultat array

passwordProvider() public méthode

public passwordProvider ( )

segmentProvider() public méthode

public segmentProvider ( )

setup() public méthode

public setup ( )

testCharacterListException() public méthode

testGeneratePassword() public méthode

public testGeneratePassword ( $segmentLength, $segmentCount, $segmentSeparator, $regExp )
$segmentLength
$segmentCount
$segmentSeparator
$regExp

testSetGet() public méthode

public testSetGet ( $option, $parameter )
$option
$parameter

testSetLength() public méthode

public testSetLength ( $length )
$length

testSetSegmentCount() public méthode

public testSetSegmentCount ( $count )
$count

testSetSegmentCountException() public méthode

testSetSegmentLength() public méthode

public testSetSegmentLength ( $length )
$length

testSetSegmentLengthException() public méthode

testSetSegmentSeparator() public méthode

public testSetSegmentSeparator ( $separator )
$separator

testSetSegmentSeparatorException() public méthode