PHP Class Webmozart\KeyValueStore\Tests\AbstractMongoDbStoreTest

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends AbstractKeyValueStoreTest
显示文件 Open project: webmozart/key-value-store Class Usage Examples

Protected Properties

Property Type Description
$client MongoDB\Client

Public Methods

Method Description
setUpBeforeClass ( )
testClearThrowsWriteExceptionIfWriteFails ( )
testExistsThrowsReadExceptionIfReadFails ( )
testGetMultipleOrFailThrowsExceptionIfNotUnserializable ( )
testGetMultipleOrFailThrowsReadExceptionIfReadFails ( )
testGetMultipleThrowsExceptionIfNotUnserializable ( )
testGetMultipleThrowsReadExceptionIfReadFails ( )
testGetOrFailThrowsExceptionIfNotUnserializable ( )
testGetOrFailThrowsReadExceptionIfReadFails ( )
testGetThrowsExceptionIfNotUnserializable ( )
testGetThrowsReadExceptionIfReadFails ( )
testKeysThrowsReadExceptionIfReadFails ( )
testRemoveThrowsWriteExceptionIfGetDeletedCountFails ( )
testRemoveThrowsWriteExceptionIfWriteFails ( )
testSetThrowsWriteExceptionIfWriteFails ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDown() protected method

protected tearDown ( )

testClearThrowsWriteExceptionIfWriteFails() public method

testExistsThrowsReadExceptionIfReadFails() public method

testGetMultipleOrFailThrowsExceptionIfNotUnserializable() public method

testGetMultipleOrFailThrowsReadExceptionIfReadFails() public method

testGetMultipleThrowsExceptionIfNotUnserializable() public method

testGetMultipleThrowsReadExceptionIfReadFails() public method

testGetOrFailThrowsExceptionIfNotUnserializable() public method

testGetOrFailThrowsReadExceptionIfReadFails() public method

testGetThrowsExceptionIfNotUnserializable() public method

testGetThrowsReadExceptionIfReadFails() public method

testKeysThrowsReadExceptionIfReadFails() public method

testRemoveThrowsWriteExceptionIfGetDeletedCountFails() public method

testRemoveThrowsWriteExceptionIfWriteFails() public method

testSetThrowsWriteExceptionIfWriteFails() public method

Property Details

$client protected_oe property

protected Client,MongoDB $client
return MongoDB\Client