PHP Class lithium\tests\cases\data\source\MongoDbTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_configs
$_db
$_model
$_query
$_schema
$_testConfig

Public Methods

Method Description
setUp ( )
skip ( )
tearDown ( )
testArbitraryMethodCalls ( )
testAtomicUpdate ( )
testBadConnection ( )
testCalculation ( )
testCastingConditionsValues ( )
testCastingElemMatchValuesInConditions ( )
testConditions ( )
testConditionsWithSchema ( )
testCreate ( )
testCreateNoConnectionException ( )
testCreateSuccess ( )
testCreateWithEmbeddedObjects ( )
testDefaultSafeOptions ( )
testDelete ( )
testDeleteNoConnectionException ( )
testDescribe ( )
testDocumentSorting ( )
testEnabled ( )
testGeoQueries ( ) Assert that Mongo and the Mongo Exporter don't mangle manual geospatial queries.
testGoodConnectionBadDatabase ( )
testGridFsCRUDWithDefaultPrefix ( )
testGridFsCreateWithCustomPrefix ( )
testGridFsDeleteWithCustomPrefix ( )
testGridFsReadWithCustomPrefix ( )
testMongoConditionalOperators ( )
testMongoIdPreservation ( )
testMultiOperationConditions ( )
testName ( )
testNotCastingConditionsForSpecialQueryOpts ( )
testPreserveId ( ) Tests that the MongoDB adapter will not attempt to overwrite the _id field on document update.
testReadNoConditions ( )
testReadNoConnectionException ( )
testReadWithConditions ( )
testRelationshipGeneration ( )
testRelationshipGenerationWithPluralNamingConvention ( )
testRespondsToParentCall ( )
testRespondsToWithNoServer ( )
testRespondsToWithServer ( )
testSchema ( )
testSchemaCallback ( )
testSetReadPreference ( )
testSetReadPreferenceBeforeAccessCollection ( )
testSources ( )
testSourcesNoConnectionException ( )
testUpdate ( )
testUpdateNoConnectionException ( )
testUpdateWithEmbeddedObjects ( )

Method Details

setUp() public method

public setUp ( )

skip() public method

public skip ( )

tearDown() public method

public tearDown ( )

testArbitraryMethodCalls() public method

testAtomicUpdate() public method

public testAtomicUpdate ( )

testBadConnection() public method

public testBadConnection ( )

testCalculation() public method

public testCalculation ( )

testCastingConditionsValues() public method

testCastingElemMatchValuesInConditions() public method

testConditions() public method

public testConditions ( )

testConditionsWithSchema() public method

testCreate() public method

public testCreate ( )

testCreateNoConnectionException() public method

testCreateSuccess() public method

public testCreateSuccess ( )

testCreateWithEmbeddedObjects() public method

testDefaultSafeOptions() public method

testDelete() public method

public testDelete ( )

testDeleteNoConnectionException() public method

testDescribe() public method

public testDescribe ( )

testDocumentSorting() public method

public testDocumentSorting ( )

testEnabled() public method

public testEnabled ( )

testGeoQueries() public method

Assert that Mongo and the Mongo Exporter don't mangle manual geospatial queries.
public testGeoQueries ( )

testGoodConnectionBadDatabase() public method

testGridFsCRUDWithDefaultPrefix() public method

testGridFsCreateWithCustomPrefix() public method

testGridFsDeleteWithCustomPrefix() public method

testGridFsReadWithCustomPrefix() public method

testMongoConditionalOperators() public method

testMongoIdPreservation() public method

testMultiOperationConditions() public method

testName() public method

public testName ( )

testNotCastingConditionsForSpecialQueryOpts() public method

testPreserveId() public method

Tests that the MongoDB adapter will not attempt to overwrite the _id field on document update.
public testPreserveId ( )

testReadNoConditions() public method

testReadNoConnectionException() public method

testReadWithConditions() public method

testRelationshipGeneration() public method

testRelationshipGenerationWithPluralNamingConvention() public method

testRespondsToParentCall() public method

testRespondsToWithNoServer() public method

testRespondsToWithServer() public method

testSchema() public method

public testSchema ( )

testSchemaCallback() public method

public testSchemaCallback ( )

testSetReadPreference() public method

testSetReadPreferenceBeforeAccessCollection() public method

testSources() public method

public testSources ( )

testSourcesNoConnectionException() public method

testUpdate() public method

public testUpdate ( )

testUpdateNoConnectionException() public method

testUpdateWithEmbeddedObjects() public method

Property Details

$_configs protected_oe property

protected $_configs

$_db protected_oe property

protected $_db

$_model protected_oe property

protected $_model

$_query protected_oe property

protected $_query

$_schema protected_oe property

protected $_schema

$_testConfig protected_oe property

protected $_testConfig