Unit Testing Model Classes that derive from NSManagedObject
- by Matt Baker
So...I'm trying to get unit tests set up in my iPhone App but I'm having some issues. I'm trying to test my model classes but they inherit directly from NSManagedObject. I'm sure this is a problem but I don't know how to get around it.
Everything is building and running as expected but I get this error when calling any method on the class I'm…