WIP: documentation and unit tests

This commit is contained in:
John Rommel Estropia
2016-03-12 20:13:38 +09:00
parent 8a1144b1be
commit 603dffffb0
21 changed files with 760 additions and 65 deletions

View File

@@ -71,7 +71,7 @@ public /*abstract*/ class BaseDataTransaction {
context.assignObject(object, toPersistentStore: persistentStore)
return object
case (.None, true):
case (nil, true):
fatalError("Attempted to create an entity of type \(typeName(entityClass)) with ambiguous destination persistent store, but the configuration name was not specified.")
default: