I\'m writing some unit tests and, because of the nature of this particular app, it\'s important that I get as high up the UI chain as possible. So, what I\'d l
UI
Swift 3:
self.btn.sendActions(for: .touchUpInside)