UITestStorage

class UITestStorage : Storage

Undocumented

  • Undocumented

    Declaration

    Swift

    private lazy var persistentContainer: NSPersistentContainer { get set }
  • Declaration

    Swift

    func saveContext()
  • Declaration

    Swift

    var context: NSManagedObjectContext { get }
  • Declaration

    Swift

    func clear()
  • Undocumented

    Declaration

    Swift

    func deleteAllData<T>(type: T.Type, entity: String) where T : NSFetchRequestResult