YapDatabase/Testing/UnitTesting
2014-10-01 15:19:01 -07:00
..
TestNodes.h Added support for encrypting the destinationFilePath when storing it to the database. Also fixed a few bugs in the YapDatabaseRelationship extension. And added quite a bit more unit test coverage for the extension. 2014-05-30 16:35:21 -07:00
TestNodes.m Added support for encrypting the destinationFilePath when storing it to the database. Also fixed a few bugs in the YapDatabaseRelationship extension. And added quite a bit more unit test coverage for the extension. 2014-05-30 16:35:21 -07:00
TestObject.h Adding YapDatabaseSecondaryIndex extension 2013-10-21 17:06:59 -07:00
TestObject.m Adding YapDatabaseSecondaryIndex extension 2013-10-21 17:06:59 -07:00
TestViewChangeLogic.m Bug fix: Invoking [YapDatabaseViewMappings updateWithTransaction] (rather than going through getSectionChanges:rowChanges:::) did not result in properly updating rangeOptions. Several unit tests added. 2014-08-21 11:48:16 -07:00
TestViewMappingsLogic.m Bug fix: Invoking [YapDatabaseViewMappings updateWithTransaction] (rather than going through getSectionChanges:rowChanges:::) did not result in properly updating rangeOptions. Several unit tests added. 2014-08-21 11:48:16 -07:00
TestYapDatabase.m Added permittedTransactions property. Allows for enforcement of desired behavior for dedicated connections. 2014-09-24 22:41:24 -07:00
TestYapDatabaseFilteredView.m Simplifying the API for creating Views. Instead of passing a block & blockType, there is a new wrapper class that automatically sets the blockType for you. This also helps when using YDBViews in Swift. Addresses issue #91. 2014-09-14 17:32:11 -07:00
TestYapDatabaseFullTextSearch.m Updating YapDatabaseFullTextSearch init API to work with Swift. (Similar to recent fixes for YapDatabaseView) 2014-10-01 10:30:19 -07:00
TestYapDatabaseRelationship.m Added support for encrypting the destinationFilePath when storing it to the database. Also fixed a few bugs in the YapDatabaseRelationship extension. And added quite a bit more unit test coverage for the extension. 2014-05-30 16:35:21 -07:00
TestYapDatabaseSearchResultsView.m Updating YapDatabaseFullTextSearch init API to work with Swift. (Similar to recent fixes for YapDatabaseView) 2014-10-01 10:30:19 -07:00
TestYapDatabaseSecondaryIndex.m Updating YapDatabaseSecondaryIndex init API to work with Swift. (Similar to recent fixes for YapDatabaseView) 2014-10-01 15:19:01 -07:00
TestYapDatabaseView.m Fixed an obscure bug in YapDatabaseView that may not properly remove a rowid if an item is inserted & deleted in the same transaction. Unit test added. 2014-09-30 18:53:44 -07:00