PHP 클래스 Bitpay\Math\BcEngineTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: bitpay/php-client

공개 메소드들

메소드 설명
testAdd ( )
testCmp ( )
testConstruct ( )
testCoprime ( )
testDiv ( )
testInput ( )
testInputFloat ( )
testInputNonNumeric ( )
testMod ( )
testMul ( )
testPow ( )
testSub ( )
testiInvertm ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testAdd() 공개 메소드

public testAdd ( )

testCmp() 공개 메소드

public testCmp ( )

testConstruct() 공개 메소드

public testConstruct ( )

testCoprime() 공개 메소드

public testCoprime ( )

testDiv() 공개 메소드

public testDiv ( )

testInput() 공개 메소드

public testInput ( )

testInputFloat() 공개 메소드

public testInputFloat ( )

testInputNonNumeric() 공개 메소드

public testInputNonNumeric ( )

testMod() 공개 메소드

public testMod ( )

testMul() 공개 메소드

public testMul ( )

testPow() 공개 메소드

public testPow ( )

testSub() 공개 메소드

public testSub ( )

testiInvertm() 공개 메소드

public testiInvertm ( )