linphone-ios/UITests/Methods/ConferenceCallViewUITestsMethods.swift

24 lines
456 B
Swift

//
// ConferenceCallViewUITestsMethods.swift
// ConferenceUITests
//
// Created by Quentin Monnier on 05/08/2022.
//
import XCTest
import linphonesw
class ConferrenceCallViewUITestsMethods {
let app: XCUIApplication
let appAccountAuthInfo = UITestsCoreManager.instance.appAccountAuthInfo!
let ghostAccounts = UITestsCoreManager.instance.ghostAccounts
init(app: XCUIApplication) {
self.app = app
}
func startOutgoingConference() {
}
}