TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SaltFactoryTest Class Reference
Inheritance diagram for SaltFactoryTest:

Public Member Functions

 objectInstanceNotNull ()
 
 objectInstanceExtendsAbstractClass ()
 
 objectInstanceImplementsInterface ()
 
 base64EncodeReturnsProperLength ()
 
 objectInstanceForMD5Salts ()
 
 objectInstanceForBlowfishSalts ()
 
 objectInstanceForPhpassSalts ()
 
 resettingFactoryInstanceSucceeds ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $objectInstance = null
 

Detailed Description

Testcase for SaltFactory

Since
2009-09-06

Definition at line 21 of file SaltFactoryTest.php.

Member Function Documentation

base64EncodeReturnsProperLength ( )
Test:

Definition at line 72 of file SaltFactoryTest.php.

objectInstanceExtendsAbstractClass ( )
Test:

Definition at line 51 of file SaltFactoryTest.php.

objectInstanceForBlowfishSalts ( )
Test:

Definition at line 101 of file SaltFactoryTest.php.

objectInstanceForMD5Salts ( )
Test:

Definition at line 91 of file SaltFactoryTest.php.

objectInstanceForPhpassSalts ( )
Test:

Definition at line 111 of file SaltFactoryTest.php.

objectInstanceImplementsInterface ( )
Test:

Definition at line 59 of file SaltFactoryTest.php.

objectInstanceNotNull ( )
Test:

Definition at line 43 of file SaltFactoryTest.php.

resettingFactoryInstanceSucceeds ( )
Test:

Definition at line 121 of file SaltFactoryTest.php.

setUp ( )
protected

Sets up the fixtures for this testcase.

Returns
void

Definition at line 35 of file SaltFactoryTest.php.

Member Data Documentation

$objectInstance = null
protected

Definition at line 28 of file SaltFactoryTest.php.