44 lines
1.6 KiB
INI
44 lines
1.6 KiB
INI
[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
|