I am a total beginner in both Swift and UI/Unit testing.
The goal is to test if a label is visible when a view is tapped on. Yes, a view. The problem is that my 'button' is a UIView class and my label is an @IBInspectable computed property inside of this UIView class. So, I am kind of perplexed about how I test.
Would appreciate any recommendations on where I can find nice explanations about UI/Unit Testing in general. :) Thanks!