21 lines
545 B
Swift
21 lines
545 B
Swift
|
//
|
||
|
// MonalXMPPUnitTests.swift
|
||
|
// MonalXMPPUnitTests
|
||
|
//
|
||
|
// Created by Friedrich Altheide on 30.03.21.
|
||
|
// Copyright © 2021 Monal.im. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import XCTest
|
||
|
|
||
|
class MonalXMPPUnitTests: XCTestCase {
|
||
|
|
||
|
override func setUpWithError() throws {
|
||
|
// Put setup code here. This method is called before the invocation of each test method in the class.
|
||
|
}
|
||
|
|
||
|
override func tearDownWithError() throws {
|
||
|
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||
|
}
|
||
|
}
|