-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathember-2.3.2-Ember.Test.Adapter.json
98 lines (98 loc) · 3.06 KB
/
ember-2.3.2-Ember.Test.Adapter.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"data": {
"id": "ember-2.3.2-Ember.Test.Adapter",
"type": "class",
"attributes": {
"name": "Ember.Test.Adapter",
"shortname": "Ember.Test.Adapter",
"classitems": [],
"plugins": [],
"extensions": [],
"plugin_for": [],
"extension_for": [],
"module": "ember",
"submodule": "ember-testing",
"namespace": "Ember.Test",
"file": "packages/ember-testing/lib/adapters/adapter.js",
"line": 10,
"description": "The primary purpose of this class is to create hooks that can be implemented\nby an adapter for various test frameworks.",
"access": "public",
"tagname": "",
"methods": [
{
"file": "packages/ember-testing/lib/adapters/adapter.js",
"line": 19,
"description": "This callback will be called whenever an async operation is about to start.\n\nOverride this to call your framework's methods that handle async\noperations.",
"access": "public",
"tagname": "",
"itemtype": "method",
"name": "asyncStart",
"class": "Ember.Test.Adapter",
"module": "ember",
"submodule": "ember-testing",
"namespace": "Ember.Test"
},
{
"file": "packages/ember-testing/lib/adapters/adapter.js",
"line": 30,
"description": "This callback will be called whenever an async operation has completed.",
"access": "public",
"tagname": "",
"itemtype": "method",
"name": "asyncEnd",
"class": "Ember.Test.Adapter",
"module": "ember",
"submodule": "ember-testing",
"namespace": "Ember.Test"
},
{
"file": "packages/ember-testing/lib/adapters/adapter.js",
"line": 38,
"description": "Override this method with your testing framework's false assertion.\nThis function is called whenever an exception occurs causing the testing\npromise to fail.\n\nQUnit example:\n\n```javascript\n exception: function(error) {\n ok(false, error);\n };\n```",
"access": "public",
"tagname": "",
"itemtype": "method",
"name": "exception",
"params": [
{
"name": "error",
"description": "The exception to be raised.",
"type": "String"
}
],
"class": "Ember.Test.Adapter",
"module": "ember",
"submodule": "ember-testing",
"namespace": "Ember.Test"
}
],
"events": [],
"properties": []
},
"relationships": {
"parent-class": {
"data": null
},
"descendants": {
"data": [
{
"type": "class",
"id": "ember-2.3.2-Ember.Test.QUnitAdapter"
}
]
},
"module": {
"data": {
"id": "ember-2.3.2-ember",
"type": "module"
}
},
"project-version": {
"data": {
"id": "ember-2.3.2",
"type": "project-version"
}
}
}
}
}