38 lines
1.4 KiB
INI
38 lines
1.4 KiB
INI
[observable-take.any.html]
|
|
[take(): Takes the first N values from the source observable, then completes]
|
|
expected: FAIL
|
|
|
|
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
|
|
expected: FAIL
|
|
|
|
[take(): Should forward errors from the source observable]
|
|
expected: FAIL
|
|
|
|
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
|
|
expected: FAIL
|
|
|
|
[take(): Negative count is treated as maximum value]
|
|
expected: FAIL
|
|
|
|
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
|
|
expected: FAIL
|
|
|
|
|
|
[observable-take.any.worker.html]
|
|
[take(): Takes the first N values from the source observable, then completes]
|
|
expected: FAIL
|
|
|
|
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
|
|
expected: FAIL
|
|
|
|
[take(): Should forward errors from the source observable]
|
|
expected: FAIL
|
|
|
|
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
|
|
expected: FAIL
|
|
|
|
[take(): Negative count is treated as maximum value]
|
|
expected: FAIL
|
|
|
|
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
|
|
expected: FAIL
|