Commit Graph

25 Commits

Author SHA1 Message Date
Jérôme Alves e59adc3ae9 Updates Unit Tests and makes them succeed. 2016-08-15 17:46:13 +02:00
Krunoslav Zaher a2ee04e721 Fixes unit tests. 2016-08-04 11:12:53 +02:00
sergdort cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03:00
Krunoslav Zaher 5c0ce0a1c8 Xcode 8 beta, Swift 2.3 fixes. 2016-07-04 03:35:41 +02:00
sergdort 5bf319adda Made RxAllTests compile with Swift 3.0 2016-06-25 22:10:12 +03:00
Jamie Pinkham c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Krunoslav Zaher a5f1d1eef7 Merge branch 'feature/uialert-action' of git://github.com/AndrewSB/RxSwift into AndrewSB-feature/uialert-action 2016-05-27 23:24:50 +02:00
Krunoslav Zaher 3fa44935a1 Adds unit test for only setting different text values. 2016-05-14 01:20:54 +02:00
Andrew Breckenridge af7c011a53 add forgotten parentheses to test function declarations 2016-05-08 15:08:43 -07:00
Andrew Breckenridge c4e83f3f34 add UIAlertAction tests to Control+RxTests+UIKit 2016-05-07 12:31:31 -07:00
Krunoslav Zaher 45540eb574 Improves UITableView and UICollectionView tests. 2016-04-10 00:06:28 +02:00
Krunoslav Zaher bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Krunoslav Zaher d16dd15679 Fixes unit tests for `UISearchBar`. 2016-03-13 00:23:00 +01:00
sambae 8559a67d89 Adds `rx_progress` to `UIProgressView` 2016-02-28 01:26:32 -05:00
Krunoslav Zaher 03aa560de0 Adds `rx_selected` to `UIControl`. 2016-02-14 22:44:13 +01:00
Mark Woollard c6c6ec002d Correction for rx_itemAccessoryButtonTapped unit test - use testRow value for delegate call 2016-02-05 20:16:39 +00:00
Mark Woollard 825d09a04b Added unit tests for rx_itemAccessoryButtonTapped
Added test to validate observable produces the correct NSIndexPath when delegate method called
2016-02-05 20:16:39 +00:00
Krunoslav Zaher eeddf1fe5d Adds `SectionedViewDataSourceType` and `rx_modelDeselected`, `rx_deselectedItemAtIndexPath` for `UICollectionView`, and corresponding unit tests. 2016-01-10 20:19:30 +01:00
Yannick Loriot e5978c796d [UPDATE] Test case 2016-01-07 13:10:00 +01:00
Krunoslav Zaher aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01:00
Krunoslav Zaher 8b2984e4e2 Deprecates `Variable` implementing `ObservableType` in favor of `asObservable()`, and changes behavior so it completes the sequence once it is deallocated. 2015-12-29 23:49:30 +01:00
Krunoslav Zaher 5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher 5e1732134c Fixes warnings in unit tests. 2015-12-21 21:34:48 +01:00
Krunoslav Zaher 415af045ec Add tests for optional `cellType`. 2015-12-21 01:20:28 +01:00
Krunoslav Zaher 6dfec96820 Fixes directory structure, adds Podspec, fixes `pre-release-tests.sh`. 2015-12-19 18:40:09 +01:00