PHP 클래스 Mongolid\Cursor\EmbeddedCursorTest

상속: extends TestCas\TestCase
파일 보기 프로젝트 열기: leroy-merlin-br/mongolid

공개 메소드들

메소드 설명
tearDown ( )
testShouldCountDocuments ( )
testShouldGetAllInArrayFormat ( )
testShouldGetAllItems ( )
testShouldGetCurrent ( )
testShouldGetCurrentUsingEntityClass ( )
testShouldGetCurrentUsingEntityClassAndMorphinIt ( )
testShouldGetFirst ( )
testShouldImplementKeyMethodFromIterator ( )
testShouldImplementNextMethodFromIterator ( )
testShouldImplementValidMethodFromIterator ( )
testShouldLimitDocumentQuantity ( )
testShouldNotGetCurrentWhenCursorIsInvalid ( )
testShouldRewind ( )
testShouldSkipDocuments ( )
testShouldSortDocuments ( )

보호된 메소드들

메소드 설명
getCursor ( $entityClass = stdClass::class, $items = [] )

메소드 상세

getCursor() 보호된 메소드

protected getCursor ( $entityClass = stdClass::class, $items = [] )

tearDown() 공개 메소드

public tearDown ( )

testShouldCountDocuments() 공개 메소드

testShouldGetAllInArrayFormat() 공개 메소드

testShouldGetAllItems() 공개 메소드

testShouldGetCurrent() 공개 메소드

testShouldGetCurrentUsingEntityClass() 공개 메소드

testShouldGetCurrentUsingEntityClassAndMorphinIt() 공개 메소드

testShouldGetFirst() 공개 메소드

public testShouldGetFirst ( )

testShouldImplementKeyMethodFromIterator() 공개 메소드

testShouldImplementNextMethodFromIterator() 공개 메소드

testShouldImplementValidMethodFromIterator() 공개 메소드

testShouldLimitDocumentQuantity() 공개 메소드

testShouldNotGetCurrentWhenCursorIsInvalid() 공개 메소드

testShouldRewind() 공개 메소드

public testShouldRewind ( )

testShouldSkipDocuments() 공개 메소드

testShouldSortDocuments() 공개 메소드