Files
letro-ios/UnitTests/Sources/ElementXTests.swift
2022-07-06 16:01:50 +01:00

21 lines
550 B
Swift

//
// ElementXTests.swift
// ElementXTests
//
// Created by Stefan Ceriu on 11.02.2022.
// Copyright © 2022 Element. All rights reserved.
//
@testable import ElementX
import XCTest
class ElementXTests: 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.
}
}