blob: b8766633130bccb6017242d97019d198f804584f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[observable-drop.any.worker.html]
[drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
expected: FAIL
[drop(): Observable passes through errors from source Observable]
expected: FAIL
[drop(): Observable passes through errors from source observable even before drop count is met]
expected: FAIL
[drop(): Observable passes through completions from source observable even before drop count is met]
expected: FAIL
[drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
expected: FAIL
[drop(): A drop amount of 0 simply mirrors the source Observable]
expected: FAIL
[drop(): Passing negative value wraps to maximum value ]
expected: FAIL
[observable-drop.any.html]
[drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
expected: FAIL
[drop(): Observable passes through errors from source Observable]
expected: FAIL
[drop(): Observable passes through errors from source observable even before drop count is met]
expected: FAIL
[drop(): Observable passes through completions from source observable even before drop count is met]
expected: FAIL
[drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
expected: FAIL
[drop(): A drop amount of 0 simply mirrors the source Observable]
expected: FAIL
[drop(): Passing negative value wraps to maximum value ]
expected: FAIL
|