\JCryptPasswordSimpleTest
Test class for JCryptPasswordSimple.
Synopsis
class JCryptPasswordSimpleTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public array createData()
- public array createExceptionData()
- public void testCreateException()
- public void testCreate()
- public array verifyData()
- public void testVerify()
- public array defaultTypeData()
- public void testSetDefaultType()
- public void testGetDefaultType()
Hierarchy
Extends
Methods
public
- createData() — Data provider for testCreate method.
- createExceptionData() — Data provider for testCreateException method.
- defaultTypeData() — Data Provider for testDefaultType
- testCreate() — Tests the JCryptPasswordSimple::Create method.
- testCreateException() — Tests create method for expected exception
- testGetDefaultType() — Tests the getDefaultType method.
- testSetDefaultType() — Tests the setDefaultType method.
- testVerify() — Tests the verify method.
- verifyData() — Data Provider for testVerify.