UserInterfaceVariations/Tests/UserInterfaceVariationsTests/UserInterfaceVariationsTests.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!")
}
}