mirror of
https://github.com/wnagrodzki/UserInterfaceVariations.git
synced 2025-05-03 17:21:40 +02:00
11 lines
421 B
Swift
11 lines
421 B
Swift
import XCTest
|
|
@testable import UserInterfaceVariations
|
|
|
|
final class UserInterfaceVariationsTests: XCTestCase {
|
|
func testExample() {
|
|
// This is an example of a functional test case.
|
|
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
// results.
|
|
XCTAssertEqual(UserInterfaceVariations().text, "Hello, World!")
|
|
}
|
|
}
|