RxSwift/RxTests/RxSwiftTests/Tests
Krunoslav Zaher 4d775f8c06 Polishing of `Timeout`. 2015-11-26 11:23:17 +01:00
..
AnonymousObservable+Test.swift Rename `ObserverOf` to `AnyObserver`. 2015-10-17 12:15:37 +02:00
AssumptionsTest.swift Performance optimizations, makes `Observable` init internal. 2015-10-15 23:30:47 +02:00
BagTest.swift Optimizes `Bag`. 2015-11-01 20:40:08 +01:00
BehaviorSubjectTest.swift Fixes unit test warnings. 2015-09-26 02:03:00 +02:00
CompositeObserverTest.swift Refactoring of ObservableType, ObserverType, SubjectType, Bag and Subjects. 2015-08-23 17:30:26 +02:00
ConcurrencyTest.swift Renames test project. 2015-05-02 17:25:37 +02:00
DelegateProxyTest.swift Fixes automation tests, unit tests warnings and example app warnings. 2015-10-03 15:55:57 +02:00
DisposableTest.swift Unification with optimization refactorings. 2015-11-07 12:56:01 +01:00
Driver+Test.swift Adds `flatMapLatest` to `Driver` unit. 2015-11-15 23:21:39 +01:00
Observable+AggregateTest.swift Adds `toArray` operator 2015-10-22 09:35:44 +02:00
Observable+BindingTest.swift added tests for replayAll() 2015-11-22 17:17:36 +01:00
Observable+BlockingTest.swift Adds `CurrentThreadScheduler` to blocking operators. 2015-11-16 00:11:30 +01:00
Observable+ConcurrencyTest.swift Adds unused warnings. 2015-10-19 21:59:31 +02:00
Observable+CreationTest.swift Adds scheduler overloads to `just`, `sequenceOf`. Deprecates `asObservable` in favor of `toObservable`. 2015-11-15 00:09:41 +01:00
Observable+MultipleTest+CombineLatest.swift Refactorings for combineLatest, zip, variable. 2015-08-23 20:32:10 +02:00
Observable+MultipleTest+CombineLatest.tt Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Observable+MultipleTest+Zip.swift Refactorings for combineLatest, zip, variable. 2015-08-23 20:32:10 +02:00
Observable+MultipleTest+Zip.tt Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Observable+MultipleTest.swift Making withLatestFrom subscribe to the right hand side first 2015-11-17 14:37:19 -08:00
Observable+SingleTest.swift Polishing and optimizing `retryWhen`. 2015-11-08 17:51:18 +01:00
Observable+StandardSequenceOperatorsTest.swift Optimizations: `map.map.map ...` -> `map`. 2015-11-15 13:10:42 +01:00
Observable+SubscriptionTest.swift Adds Observable+Extensions tests. 2015-10-15 23:30:47 +02:00
Observable+TimeTest.swift Polishing of `Timeout`. 2015-11-26 11:23:17 +01:00
ObserverTests.swift Removes locks from sink forwarding (25% improvement). 2015-11-02 00:17:11 +01:00
QueueTests.swift Merge from `develop` 2015-08-23 21:07:59 +02:00
SubjectConcurrencyTest.swift Performance optimizations for stateful components. 2015-11-08 22:34:16 +01:00
VariableTest.swift Adds `Zip` and `CombineLatest` to `Driver` unit. 2015-10-15 23:30:48 +02:00