PHP Class Bitpay\PublicKeyTest

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

Public Methods

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

Private Methods

Method Description
getMockPrivateKey ( $hex = null )

Method Details

testCreate() public method

public testCreate ( )

testCreateFromPrivateKey() public method

testGenerate() public method

public testGenerate ( )

testGenerateOnlyOnce() public method

testGetDec() public method

public testGetDec ( )

testGetHex() public method

public testGetHex ( )

testGetSin() public method

public testGetSin ( )

testGetSinOnlyOnce() public method

public testGetSinOnlyOnce ( )

testGetX() public method

public testGetX ( )

testGetY() public method

public testGetY ( )

testId() public method

public testId ( )

testIsGenerated() public method

public testIsGenerated ( )

testIsValid() public method

public testIsValid ( )

testToString() public method

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