Skip to content

Instantly share code, notes, and snippets.

View jamorat's full-sized avatar

Jack Amoratis jamorat

View GitHub Profile
@ccabanero
ccabanero / Sample iOS Unit Tests: Working with a ViewController composed of UISearchBar
Last active January 24, 2020 20:29
Sample iOS Unit Tests: Working with a ViewController composed of UISearchBar
import XCTest
@testable import YourProjectModule
class ViewControllerTest: XCTestCase {
var systemUnderTest: ViewController!
override func setUp() {
super.setUp()