@@ -491,7 +491,6 @@ final class IssueTests: XCTestCase {
491
491
} . run ( configuration: . init( ) )
492
492
}
493
493
494
- @available ( * , deprecated)
495
494
func testErrorCheckingWithExpect( ) async throws {
496
495
let expectationFailed = expectation ( description: " Expectation failed " )
497
496
expectationFailed. isInverted = true
@@ -540,7 +539,6 @@ final class IssueTests: XCTestCase {
540
539
await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
541
540
}
542
541
543
- @available ( * , deprecated)
544
542
func testErrorCheckingWithExpect_Mismatching( ) async throws {
545
543
let expectationFailed = expectation ( description: " Expectation failed " )
546
544
expectationFailed. expectedFulfillmentCount = 13
@@ -665,7 +663,6 @@ final class IssueTests: XCTestCase {
665
663
await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
666
664
}
667
665
668
- @available ( * , deprecated)
669
666
func testErrorCheckingWithExpectAsync( ) async throws {
670
667
let expectationFailed = expectation ( description: " Expectation failed " )
671
668
expectationFailed. isInverted = true
@@ -709,7 +706,6 @@ final class IssueTests: XCTestCase {
709
706
await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
710
707
}
711
708
712
- @available ( * , deprecated)
713
709
func testErrorCheckingWithExpectAsync_Mismatching( ) async throws {
714
710
let expectationFailed = expectation ( description: " Expectation failed " )
715
711
expectationFailed. expectedFulfillmentCount = 13
@@ -826,7 +822,6 @@ final class IssueTests: XCTestCase {
826
822
await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
827
823
}
828
824
829
- @available ( * , deprecated)
830
825
func testErrorCheckingWithExpect_ThrowingFromErrorMatcher( ) async throws {
831
826
let errorCaught = expectation ( description: " Error matcher's error caught " )
832
827
let expectationFailed = expectation ( description: " Expectation failed " )
@@ -854,7 +849,6 @@ final class IssueTests: XCTestCase {
854
849
await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
855
850
}
856
851
857
- @available ( * , deprecated)
858
852
func testErrorCheckingWithExpectAsync_ThrowingFromErrorMatcher( ) async throws {
859
853
let errorCaught = expectation ( description: " Error matcher's error caught " )
860
854
let expectationFailed = expectation ( description: " Expectation failed " )
@@ -882,7 +876,6 @@ final class IssueTests: XCTestCase {
882
876
await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
883
877
}
884
878
885
- @available ( * , deprecated)
886
879
func testErrorCheckingWithRequire_ThrowingFromErrorMatcher( ) async throws {
887
880
let errorCaught = expectation ( description: " Error matcher's error caught " )
888
881
let expectationFailed = expectation ( description: " Expectation failed " )
@@ -911,7 +904,6 @@ final class IssueTests: XCTestCase {
911
904
await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
912
905
}
913
906
914
- @available ( * , deprecated)
915
907
func testErrorCheckingWithRequireAsync_ThrowingFromErrorMatcher( ) async throws {
916
908
let errorCaught = expectation ( description: " Error matcher's error caught " )
917
909
let expectationFailed = expectation ( description: " Expectation failed " )
0 commit comments