mirror of https://github.com/oxen-io/session-ios
Add test files
parent
a13b330f94
commit
6af71a75d0
@ -0,0 +1,9 @@
|
|||||||
|
import PromiseKit
|
||||||
|
@testable import SignalServiceKit
|
||||||
|
import XCTest
|
||||||
|
|
||||||
|
class FriendRequestProtocolTests : XCTestCase {
|
||||||
|
|
||||||
|
// TODO: Add tests
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
import PromiseKit
|
||||||
|
@testable import SignalServiceKit
|
||||||
|
import XCTest
|
||||||
|
|
||||||
|
class MultiDeviceProtocolTests : XCTestCase {
|
||||||
|
|
||||||
|
// TODO: Add tests
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
import PromiseKit
|
||||||
|
@testable import SignalServiceKit
|
||||||
|
import XCTest
|
||||||
|
|
||||||
|
class SessionManagementProtocolTests : XCTestCase {
|
||||||
|
|
||||||
|
// TODO: Add tests
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue