Skip to content

Commit f115799

Browse files
committed
Removes redundant comments.
1 parent b50e571 commit f115799

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

Tests/RxCocoaTests/DelegateProxyTest+UIKit.swift

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import XCTest
1414

1515
// MARK: Tests
1616

17-
// MARK: UITableView
18-
1917
extension DelegateProxyTest {
2018
func test_UITableViewDelegateExtension() {
2119
performDelegateTest(UITableViewSubclass1(frame: CGRect.zero))
@@ -26,8 +24,6 @@ extension DelegateProxyTest {
2624
}
2725
}
2826

29-
// MARK: UICollectionView
30-
3127
extension DelegateProxyTest {
3228

3329
func test_UICollectionViewDelegateExtension() {
@@ -41,24 +37,18 @@ extension DelegateProxyTest {
4137
}
4238
}
4339

44-
// MARK: UITabBarController
45-
4640
extension DelegateProxyTest {
4741
func test_UINavigationControllerDelegateExtension() {
4842
performDelegateTest(UINavigationControllerSubclass())
4943
}
5044
}
5145

52-
// MARK: UIScrollView
53-
5446
extension DelegateProxyTest {
5547
func test_UIScrollViewDelegateExtension() {
5648
performDelegateTest(UIScrollViewSubclass(frame: CGRect.zero))
5749
}
5850
}
5951

60-
// MARK: UISearchBar
61-
6252
#if os(iOS)
6353
extension DelegateProxyTest {
6454
func test_UISearchBarDelegateExtension() {
@@ -67,15 +57,12 @@ extension DelegateProxyTest {
6757
}
6858
#endif
6959

70-
// MARK: UITextView
71-
7260
extension DelegateProxyTest {
7361
func test_UITextViewDelegateExtension() {
7462
performDelegateTest(UITextViewSubclass(frame: CGRect.zero))
7563
}
7664
}
7765

78-
// MARK UISearchController
7966
#if os(iOS)
8067
extension DelegateProxyTest {
8168
func test_UISearchController() {
@@ -90,7 +77,6 @@ extension DelegateProxyTest {
9077
}
9178
#endif
9279

93-
// MARK: UIWebView
9480
#if os(iOS)
9581
extension DelegateProxyTest {
9682
func test_UIWebViewDelegateExtension() {
@@ -99,24 +85,18 @@ extension DelegateProxyTest {
9985
}
10086
#endif
10187

102-
// MARK: UITabBarController
103-
10488
extension DelegateProxyTest {
10589
func test_UITabBarControllerDelegateExtension() {
10690
performDelegateTest(UITabBarControllerSubclass())
10791
}
10892
}
10993

110-
// MARK: UITabBar
111-
11294
extension DelegateProxyTest {
11395
func test_UITabBarDelegateExtension() {
11496
performDelegateTest(UITabBarSubclass())
11597
}
11698
}
11799

118-
// MARK: NSTextStorage
119-
120100
extension DelegateProxyTest {
121101
/* something is wrong with subclassing mechanism.
122102
func test_NSTextStorageDelegateExtension() {

0 commit comments

Comments
 (0)