func present()

in tutorials/tutorial2/TicTacToeTests/TicTacToeMocks.swift [260:265]


    func present(viewController: ViewControllable) {
        presentCallCount += 1
        if let presentHandler = presentHandler {
            return presentHandler(viewController)
        }
    }