Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ test
Method
test
apps/automated/src/data/observable-tests.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
var
TESTED_NAME =
'tested'
;
9
class
TestObservable extends Observable {
10
public test() {
11
this._emit(TESTED_NAME);
12
}
13
}
14
15
export
var
test_Observable_Constructor =
function
() {
Callers
6
test_Observable_addEventListener_MultipleEvents
Function · 0.95
test_Observable_addEventListener_MultipleEvents_ShouldTrim
Function · 0.95
test_Observable_addEventListener_MultipleCallbacks_MultipleEvents
Function · 0.95
test_Observable_removeEventListener_MultipleEvents_SingleCallback
Function · 0.95
assertMatches
Function · 0.45
assertThrowsRegExp
Function · 0.45
Calls
1
_emit
Method · 0.80
Tested by
no test coverage detected