What is @testable Annotation in Swift?
Hallo velden en bergen, Leo hier. Today we will talk about @testable when testing in Swift. Before diving into Swift per se, let’s briefly discuss another topic. Lately, I’ve been thinking a lot about how we judge other people’s tastes. I’ve seen in several situations when someone says he likes reality shows like Big Brother, […]
How to Start iOS Development Career Part 5 – Programmatically Testing your Code
Hallo allemaal, Leo hier. The topic today is how to Programmatically Testing your Code. This is the fifth part of my series “How to start iOS Development Career”. If you didn’t read the introduction, Part 2, Part 3 and Part 4 I would strongly suggest doing so. If you came here, you probably have everything […]
Testing your Swift codables with Python
Hallo collega’s, Leo hier. The topic is Testing your Swift codables with Python to fast check if your codable objects work. The problem we will face today is something that every iOS Developer eventually encounters. You start your sprint (if you still do sprints and not a kanban-like development), and the backend is not ready […]
Best ways to do Equatable in Unit Tests using Swift
Hallo keizerinnen en keizers, Leo hier. The topic today is various ways to do equatable in Unit Tests using Swift. Today we will explore a somewhat common problem when testing code in Swift/iOS development. I can’t stress enough the fact we all should be doing tests, this is a real game changer for any developer. […]