PHP Class Hackzilla\PasswordGenerator\Tests\Generator\ComputerPasswordGeneratorTest

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

Méthodes publiques

Méthode Description
getterSetterProvider ( )
lengthExceptionProvider ( )
lengthProvider ( ) : array
optionProvider ( ) : array
optionsProvider ( ) : array
setup ( )
testAvoidSimilar ( )
testCharacterListException ( )
testGeneratePassword ( $length )
testGetterSetters ( $method )
testGetterSettersException ( $method )
testLength ( $length )
testLengthException ( $param )
testSetGet ( $option, $parameter )
testSetOption ( $option, $exists, $dontExist )
testSetOptionSimilar ( )

Method Details

getterSetterProvider() public méthode

lengthExceptionProvider() public méthode

lengthProvider() public méthode

public lengthProvider ( ) : array
Résultat array

optionProvider() public méthode

public optionProvider ( ) : array
Résultat array

optionsProvider() public méthode

public optionsProvider ( ) : array
Résultat array

setup() public méthode

public setup ( )

testAvoidSimilar() public méthode

public testAvoidSimilar ( )

testCharacterListException() public méthode

testGeneratePassword() public méthode

public testGeneratePassword ( $length )
$length

testGetterSetters() public méthode

public testGetterSetters ( $method )
$method

testGetterSettersException() public méthode

public testGetterSettersException ( $method )
$method

testLength() public méthode

public testLength ( $length )
$length

testLengthException() public méthode

public testLengthException ( $param )
$param

testSetGet() public méthode

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

testSetOption() public méthode

public testSetOption ( $option, $exists, $dontExist )
$option
$exists
$dontExist

testSetOptionSimilar() public méthode