|
| 1 | +//===----------------------------------------------------------------------===// |
| 2 | +// |
| 3 | +// This source file is part of the Swift Service Context |
| 4 | +// open source project |
| 5 | +// |
| 6 | +// Copyright (c) 2020-2021 Apple Inc. and the Swift Service Context |
| 7 | +// project authors |
| 8 | +// Licensed under Apache License v2.0 |
| 9 | +// |
| 10 | +// See LICENSE.txt for license information |
| 11 | +// |
| 12 | +// SPDX-License-Identifier: Apache-2.0 |
| 13 | +// |
| 14 | +//===----------------------------------------------------------------------===// |
| 15 | +// |
| 16 | +// ServiceContextTests+XCTest.swift |
| 17 | +// |
| 18 | +import XCTest |
| 19 | +/// |
| 20 | +/// NOTE: This file was generated by generate_linux_tests.rb |
| 21 | +/// |
| 22 | +/// Do NOT edit this file directly as it will be regenerated automatically when needed. |
| 23 | +/// |
| 24 | + |
| 25 | +extension ServiceContextTests { |
| 26 | + |
| 27 | + @available(*, deprecated, message: "not actually deprecated. Just deprecated to allow deprecated tests (which test deprecated functionality) without warnings") |
| 28 | + static var allTests : [(String, (ServiceContextTests) -> () throws -> Void)] { |
| 29 | + return [ |
| 30 | + ("test_topLevelServiceContextIsEmpty", test_topLevelServiceContextIsEmpty), |
| 31 | + ("test_readAndWriteThroughSubscript", test_readAndWriteThroughSubscript), |
| 32 | + ("test_forEachIteratesOverAllServiceContextItems", test_forEachIteratesOverAllServiceContextItems), |
| 33 | + ("test_TODO_doesNotCrashWithoutExplicitCompilerFlag", test_TODO_doesNotCrashWithoutExplicitCompilerFlag), |
| 34 | + ("test_automaticPropagationThroughTaskLocal", test_automaticPropagationThroughTaskLocal), |
| 35 | + ("test", test), |
| 36 | + ] |
| 37 | + } |
| 38 | +} |
| 39 | + |
0 commit comments