PHP 클래스 Webmozart\KeyValueStore\Tests\AbstractMongoDbStoreTest

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends AbstractKeyValueStoreTest
파일 보기 프로젝트 열기: webmozart/key-value-store 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client MongoDB\Client

공개 메소드들

메소드 설명
setUpBeforeClass ( )
testClearThrowsWriteExceptionIfWriteFails ( )
testExistsThrowsReadExceptionIfReadFails ( )
testGetMultipleOrFailThrowsExceptionIfNotUnserializable ( )
testGetMultipleOrFailThrowsReadExceptionIfReadFails ( )
testGetMultipleThrowsExceptionIfNotUnserializable ( )
testGetMultipleThrowsReadExceptionIfReadFails ( )
testGetOrFailThrowsExceptionIfNotUnserializable ( )
testGetOrFailThrowsReadExceptionIfReadFails ( )
testGetThrowsExceptionIfNotUnserializable ( )
testGetThrowsReadExceptionIfReadFails ( )
testKeysThrowsReadExceptionIfReadFails ( )
testRemoveThrowsWriteExceptionIfGetDeletedCountFails ( )
testRemoveThrowsWriteExceptionIfWriteFails ( )
testSetThrowsWriteExceptionIfWriteFails ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

tearDown() 보호된 메소드

protected tearDown ( )

testClearThrowsWriteExceptionIfWriteFails() 공개 메소드

testExistsThrowsReadExceptionIfReadFails() 공개 메소드

testGetMultipleOrFailThrowsExceptionIfNotUnserializable() 공개 메소드

testGetMultipleOrFailThrowsReadExceptionIfReadFails() 공개 메소드

testGetMultipleThrowsExceptionIfNotUnserializable() 공개 메소드

testGetMultipleThrowsReadExceptionIfReadFails() 공개 메소드

testGetOrFailThrowsExceptionIfNotUnserializable() 공개 메소드

testGetOrFailThrowsReadExceptionIfReadFails() 공개 메소드

testGetThrowsExceptionIfNotUnserializable() 공개 메소드

testGetThrowsReadExceptionIfReadFails() 공개 메소드

testKeysThrowsReadExceptionIfReadFails() 공개 메소드

testRemoveThrowsWriteExceptionIfGetDeletedCountFails() 공개 메소드

testRemoveThrowsWriteExceptionIfWriteFails() 공개 메소드

testSetThrowsWriteExceptionIfWriteFails() 공개 메소드

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected Client,MongoDB $client
리턴 MongoDB\Client