another.im-ios/Monal/MonalXMPPUnitTests/MonalXMPPUnitTests.swift

21 lines
545 B
Swift
Raw Normal View History

2024-11-18 14:53:52 +00:00
//
// 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.
}
}