PHP Class Psecio\PropAuth\Test\TestPasswordTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: psecio/propauth

Public Methods

Method Description
testEqualsInvalidMatcNull ( ) When a null value is given it will return false
testEqualsInvalidMatchMultiple ( ) When multiple values are given, search until a match is found
testEqualsValidMatchMultiple ( ) When multiple values are given, search until a match is found
testEqualsValidMatchSingle ( ) When a single password string is provided, evaluate for a match
testNotEqualsValidMatch ( ) When not equals is called, it will always return false

Method Details

testEqualsInvalidMatcNull() public method

When a null value is given it will return false

testEqualsInvalidMatchMultiple() public method

When multiple values are given, search until a match is found

testEqualsValidMatchMultiple() public method

When multiple values are given, search until a match is found

testEqualsValidMatchSingle() public method

When a single password string is provided, evaluate for a match

testNotEqualsValidMatch() public method

When not equals is called, it will always return false