func routeToTicTacToe()

in tutorials/tutorial2/TicTacToeTests/TicTacToeMocks.swift [138:143]


    func routeToTicTacToe() {
        routeToTicTacToeCallCount += 1
        if let routeToTicTacToeHandler = routeToTicTacToeHandler {
            return routeToTicTacToeHandler()
        }
    }