PHP Class PhpDeal\Functional\Verify\ContractTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: lisachenko/php-deal

Méthodes publiques

Méthode Description
providerVerifyManyContractsInvalid ( )
providerVerifyWithAssertInvalid ( )
setUp ( )
tearDown ( )
testAccessToPrivateFields ( )
testVerifyInvalid ( )
testVerifyManyContractsInvalid ( mixed $value )
testVerifyManyContractsValid ( )
testVerifyValid ( )
testVerifyWithAssertInvalid ( mixed $value )
testVerifyWithAssertValid ( )

Method Details

providerVerifyManyContractsInvalid() public méthode

providerVerifyWithAssertInvalid() public méthode

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testAccessToPrivateFields() public méthode

testVerifyInvalid() public méthode

public testVerifyInvalid ( )

testVerifyManyContractsInvalid() public méthode

public testVerifyManyContractsInvalid ( mixed $value )
$value mixed

testVerifyManyContractsValid() public méthode

testVerifyValid() public méthode

public testVerifyValid ( )

testVerifyWithAssertInvalid() public méthode

public testVerifyWithAssertInvalid ( mixed $value )
$value mixed

testVerifyWithAssertValid() public méthode