PHP Class Bitpay\PublicKeyTest

See also: https://github.com/bitpay/bitcore/blob/master/test/test.Key.js
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: bitpay/php-client

Méthodes publiques

Méthode Description
testCreate ( )
testCreateFromPrivateKey ( )
testGenerate ( )
testGenerateOnlyOnce ( )
testGetDec ( )
testGetHex ( )
testGetSin ( )
testGetSinOnlyOnce ( )
testGetX ( )
testGetY ( )
testId ( )
testIsGenerated ( )
testIsValid ( )
testToString ( )

Private Methods

Méthode Description
getMockPrivateKey ( $hex = null )

Method Details

testCreate() public méthode

public testCreate ( )

testCreateFromPrivateKey() public méthode

testGenerate() public méthode

public testGenerate ( )

testGenerateOnlyOnce() public méthode

testGetDec() public méthode

public testGetDec ( )

testGetHex() public méthode

public testGetHex ( )

testGetSin() public méthode

public testGetSin ( )

testGetSinOnlyOnce() public méthode

public testGetSinOnlyOnce ( )

testGetX() public méthode

public testGetX ( )

testGetY() public méthode

public testGetY ( )

testId() public méthode

public testId ( )

testIsGenerated() public méthode

public testIsGenerated ( )

testIsValid() public méthode

public testIsValid ( )

testToString() public méthode

See also: https://github.com/bitpay/bitcore/blob/master/test/test.Key.js
public testToString ( )