michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

Unit test Entity deletion and research #4

Closed PGLongo closed 9 years ago

PGLongo commented 10 years ago

Added tests, documentation, pragma for Entity deletion and search.

I have also added the following method

class func deleteAll(predicate: NSPredicate!, context: NSManagedObjectContext =
SuperCoreDataStack.defaultStack.managedObjectContext!) -> Void
PGLongo commented 9 years ago

Fixed