提交 6f93f71a 编写于 作者: C Christian Noon

Unified global chained response identation to match the README format.

上级 dfd4ac11
......@@ -80,7 +80,7 @@ class BasicAuthenticationTestCase: AuthenticationTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -111,7 +111,7 @@ class BasicAuthenticationTestCase: AuthenticationTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -159,7 +159,7 @@ class HTTPDigestAuthenticationTestCase: AuthenticationTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -190,7 +190,7 @@ class HTTPDigestAuthenticationTestCase: AuthenticationTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
......@@ -94,7 +94,7 @@ class DownloadResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
......@@ -44,7 +44,7 @@ class JSONResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -80,7 +80,7 @@ class JSONResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -122,7 +122,7 @@ class RedirectResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -157,7 +157,7 @@ class RedirectResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -197,7 +197,7 @@ class RedirectResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -237,7 +237,7 @@ class RedirectResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -279,7 +279,7 @@ class RedirectResponseTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
......@@ -37,7 +37,7 @@ class TLSEvaluationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
......@@ -158,7 +158,7 @@ class UploadDataTestCase: BaseTestCase {
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
......@@ -38,7 +38,7 @@ class StatusCodeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -59,7 +59,7 @@ class StatusCodeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -81,7 +81,7 @@ class StatusCodeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -107,7 +107,7 @@ class ContentTypeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -130,7 +130,7 @@ class ContentTypeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -151,7 +151,7 @@ class ContentTypeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -173,7 +173,7 @@ class ContentTypeValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -200,7 +200,7 @@ class MultipleValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -222,7 +222,7 @@ class MultipleValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -251,7 +251,7 @@ class AutomaticValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -272,7 +272,7 @@ class AutomaticValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -297,7 +297,7 @@ class AutomaticValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -321,7 +321,7 @@ class AutomaticValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......@@ -345,7 +345,7 @@ class AutomaticValidationTestCase: BaseTestCase {
.response { _, _, _, responseError in
error = responseError
expectation.fulfill()
}
}
waitForExpectationsWithTimeout(self.defaultTimeout, handler: nil)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册