PHP 클래스 Phalcon\Test\Unit\Text\TextRandomTest

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testRandomAlnum ( ) Tests the random function with alnum
testRandomAlpha ( ) Tests the random function with alpha
testRandomConstants ( ) Tests the constants for the random function
testRandomHexDec ( ) Tests the random function with hexdec
testRandomNonZero ( ) Tests the random function with non zero
testRandomNumeric ( ) Tests the random function with numeric

메소드 상세

testRandomAlnum() 공개 메소드

Tests the random function with alnum
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomAlnum ( )

testRandomAlpha() 공개 메소드

Tests the random function with alpha
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomAlpha ( )

testRandomConstants() 공개 메소드

Tests the constants for the random function
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomConstants ( )

testRandomHexDec() 공개 메소드

Tests the random function with hexdec
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomHexDec ( )

testRandomNonZero() 공개 메소드

Tests the random function with non zero
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomNonZero ( )

testRandomNumeric() 공개 메소드

Tests the random function with numeric
부터: 2014-09-29
저자: Nikolaos Dimopoulos ([email protected])
public testRandomNumeric ( )