Files
ContainerController/Tests/ContainerControllerTests/ContainerControllerTests.swift
2020-06-22 13:58:52 +03:00

16 lines
444 B
Swift

import XCTest
@testable import ContainerController
final class ContainerControllerTests: 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(ContainerController().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}