PHP 클래스 DominionEnterprises\Mongo\QueueTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dominionenterprises/mongo-queue-php

공개 메소드들

메소드 설명
ack ( )
ackBadArg ( )
ackSend ( )
ackSendWithEarliestGet ( ) : void Verify earliestGet with ackSend.
ackSendWithHighEarliestGet ( )
ackSendWithLowEarliestGet ( )
ackSendWithNanPriority ( )
ackSendWithNonBoolNewTimestamp ( )
ackSendWithNonFloatPriority ( )
ackSendWithNonIntEarliestGet ( )
ackSendWithWrongIdType ( )
constructWithCollection ( ) : void Verify Queue can be constructed with \MongoDB\Collection
constructWithNonStringCollection ( )
constructWithNonStringDb ( )
constructWithNonStringUrl ( )
countWithNonNullOrBoolRunning ( )
countWithNonStringKey ( )
earliestGet ( )
ensureCountIndex ( )
ensureCountIndexWithBadValue ( )
ensureCountIndexWithNonBoolIncludeRunning ( )
ensureCountIndexWithNonStringKey ( )
ensureCountIndexWithPrefixOfPrevious ( )
ensureGetIndex ( )
ensureGetIndexWithBadAfterSortValue ( )
ensureGetIndexWithBadBeforeSortValue ( )
ensureGetIndexWithNonStringAfterSortKey ( )
ensureGetIndexWithNonStringBeforeSortKey ( )
ensureGetIndexWithTooLongCollectionName ( )
ensureIndexCannotBeCreatedAfterFiveAttempts ( ) Verifies the behaviour of the Queue when it cannot create an index after 5 attempts.
getBeforeAck ( )
getByBadQuery ( )
getByFullQuery ( )
getBySubDocQuery ( )
getWait ( )
getWithCustomPriority ( )
getWithNegativePollDuration ( )
getWithNonIntPollDuration ( )
getWithNonIntRunningResetDuration ( )
getWithNonIntWaitDuration ( )
getWithNonStringKey ( )
getWithTimeBasedPriority ( )
getWithTimeBasedPriorityWithOldTimestamp ( )
requeue ( )
requeueBadArg ( )
resetStuck ( )
send ( )
sendWithHighEarliestGet ( )
sendWithLowEarliestGet ( )
sendWithNanPriority ( )
sendWithNonFloatPriority ( )
sendWithNonIntegerEarliestGet ( )
setUp ( )
testCount ( )

메소드 상세

ack() 공개 메소드

public ack ( )

ackBadArg() 공개 메소드

public ackBadArg ( )

ackSend() 공개 메소드

public ackSend ( )

ackSendWithEarliestGet() 공개 메소드

Verify earliestGet with ackSend.
public ackSendWithEarliestGet ( ) : void
리턴 void

ackSendWithHighEarliestGet() 공개 메소드

ackSendWithLowEarliestGet() 공개 메소드

ackSendWithNanPriority() 공개 메소드

ackSendWithNonBoolNewTimestamp() 공개 메소드

ackSendWithNonFloatPriority() 공개 메소드

ackSendWithNonIntEarliestGet() 공개 메소드

ackSendWithWrongIdType() 공개 메소드

constructWithCollection() 공개 메소드

Verify Queue can be constructed with \MongoDB\Collection
public constructWithCollection ( ) : void
리턴 void

constructWithNonStringCollection() 공개 메소드

constructWithNonStringDb() 공개 메소드

constructWithNonStringUrl() 공개 메소드

countWithNonNullOrBoolRunning() 공개 메소드

countWithNonStringKey() 공개 메소드

earliestGet() 공개 메소드

public earliestGet ( )

ensureCountIndex() 공개 메소드

public ensureCountIndex ( )

ensureCountIndexWithBadValue() 공개 메소드

ensureCountIndexWithNonBoolIncludeRunning() 공개 메소드

ensureCountIndexWithNonStringKey() 공개 메소드

ensureCountIndexWithPrefixOfPrevious() 공개 메소드

ensureGetIndex() 공개 메소드

public ensureGetIndex ( )

ensureGetIndexWithBadAfterSortValue() 공개 메소드

ensureGetIndexWithBadBeforeSortValue() 공개 메소드

ensureGetIndexWithNonStringAfterSortKey() 공개 메소드

ensureGetIndexWithNonStringBeforeSortKey() 공개 메소드

ensureGetIndexWithTooLongCollectionName() 공개 메소드

ensureIndexCannotBeCreatedAfterFiveAttempts() 공개 메소드

Verifies the behaviour of the Queue when it cannot create an index after 5 attempts.

getBeforeAck() 공개 메소드

public getBeforeAck ( )

getByBadQuery() 공개 메소드

public getByBadQuery ( )

getByFullQuery() 공개 메소드

public getByFullQuery ( )

getBySubDocQuery() 공개 메소드

public getBySubDocQuery ( )

getWait() 공개 메소드

public getWait ( )

getWithCustomPriority() 공개 메소드

getWithNegativePollDuration() 공개 메소드

getWithNonIntPollDuration() 공개 메소드

getWithNonIntRunningResetDuration() 공개 메소드

getWithNonIntWaitDuration() 공개 메소드

getWithNonStringKey() 공개 메소드

public getWithNonStringKey ( )

getWithTimeBasedPriority() 공개 메소드

getWithTimeBasedPriorityWithOldTimestamp() 공개 메소드

requeue() 공개 메소드

public requeue ( )

requeueBadArg() 공개 메소드

public requeueBadArg ( )

resetStuck() 공개 메소드

public resetStuck ( )

send() 공개 메소드

public send ( )

sendWithHighEarliestGet() 공개 메소드

sendWithLowEarliestGet() 공개 메소드

sendWithNanPriority() 공개 메소드

public sendWithNanPriority ( )

sendWithNonFloatPriority() 공개 메소드

sendWithNonIntegerEarliestGet() 공개 메소드

setUp() 공개 메소드

public setUp ( )

testCount() 공개 메소드

public testCount ( )