@@ -138,6 +138,14 @@ final class PrimitiveSequenceTest_ : PrimitiveSequenceTest, RxTestCase {
138
138
( " testSingle_retryWhen2_producesSingleElement " , PrimitiveSequenceTest . testSingle_retryWhen2_producesSingleElement) ,
139
139
( " testSingle_timer_producesSingleElement " , PrimitiveSequenceTest . testSingle_timer_producesSingleElement) ,
140
140
( " testSingle_using_producesSingleElement " , PrimitiveSequenceTest . testSingle_using_producesSingleElement) ,
141
+ ( " testSingle_timeout " , PrimitiveSequenceTest . testSingle_timeout) ,
142
+ ( " testSingle_timeout_other " , PrimitiveSequenceTest . testSingle_timeout_other) ,
143
+ ( " testMaybe_timeout " , PrimitiveSequenceTest . testMaybe_timeout) ,
144
+ ( " testMaybe_timeout_other " , PrimitiveSequenceTest . testMaybe_timeout_other) ,
145
+ ( " testCompletable_timeout " , PrimitiveSequenceTest . testCompletable_timeout) ,
146
+ ( " testCompletable_timeout_other " , PrimitiveSequenceTest . testCompletable_timeout_other) ,
147
+ ( " testCompletable_timeout_succeeds " , PrimitiveSequenceTest . testCompletable_timeout_succeeds) ,
148
+ ( " testCompletable_timeout_other_succeeds " , PrimitiveSequenceTest . testCompletable_timeout_other_succeeds) ,
141
149
( " testAsSingle_Empty " , PrimitiveSequenceTest . testAsSingle_Empty) ,
142
150
( " testAsSingle_One " , PrimitiveSequenceTest . testAsSingle_One) ,
143
151
( " testAsSingle_Many " , PrimitiveSequenceTest . testAsSingle_Many) ,
@@ -568,6 +576,7 @@ final class DriverTest_ : DriverTest, RxTestCase {
568
576
( " testAsDriver_withLatestFromDefaultOverload " , DriverTest . testAsDriver_withLatestFromDefaultOverload) ,
569
577
( " testAsDriver_skip " , DriverTest . testAsDriver_skip) ,
570
578
( " testAsDriver_startWith " , DriverTest . testAsDriver_startWith) ,
579
+ ( " testAsDriver_delay " , DriverTest . testAsDriver_delay) ,
571
580
( " testAsDriver_interval " , DriverTest . testAsDriver_interval) ,
572
581
( " testAsDriver_timer " , DriverTest . testAsDriver_timer) ,
573
582
( " testDriveObserver " , DriverTest . testDriveObserver) ,
0 commit comments