65934983a83b37377414baf2e621cf6ac470ef2c
[test/tct/web/api.git] /
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2014 Samsung Electronics Co., Ltd.
4
5 Licensed under the Apache License, Version 2.0 (the License);
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9     http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 Authors:
18         Zhongyuan Yuan <zy123.yuan@samsung.com>
19
20 -->
21 <html>
22 <head>
23 <title>FMRadioManager_unsetFMRadioInterruptedListener_extra_argument</title>
24 <script src="support/unitcommon.js"></script>
25 </head>
26 <body>
27 <div id="log"></div>
28 <script>
29 //==== TEST: FMRadioManager_unsetFMRadioInterruptedListener_extra_argument
30 //==== LABEL Check if unsetFMRadioInterruptedListener method can be invoked with extra argument
31 //==== SPEC Tizen Web API:Social:FMRadio:FMRadioManager:unsetFMRadioInterruptedListener M
32 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/fmradio.html
33 //==== PRIORITY P1
34 //==== TEST_CRITERIA MNAEX
35
36 test(function () {
37     checkExtraArgument(tizen.fmradio, "unsetFMRadioInterruptedListener");
38 }, document.title);
39
40 </script>
41 </body>
42 </html>