We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async
1 parent f762c99 commit e178d5aCopy full SHA for e178d5a
Tests/Functional/Asynchronous/Expectations/main.swift
@@ -563,6 +563,7 @@ class ExpectationsTestCase: XCTestCase {
563
564
// Multiple Expectations
565
("test_multipleExpectations", test_multipleExpectations),
566
+ ("test_multipleExpectations_async", asyncTest(test_multipleExpectations_async)),
567
("test_multipleExpectationsEnforceOrderingCorrect", test_multipleExpectationsEnforceOrderingCorrect),
568
("test_multipleExpectationsEnforceOrderingCorrectBeforeWait", test_multipleExpectationsEnforceOrderingCorrectBeforeWait),
569
("test_multipleExpectationsEnforceOrderingIncorrect", test_multipleExpectationsEnforceOrderingIncorrect),
0 commit comments