e77cf09b58fb508167b728a7d0bbbfb57a4731e4
[test/tct/web/api.git] /
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2012 Intel Corporation.
4
5 Redistribution and use in source and binary forms, with or without modification, 
6 are permitted provided that the following conditions are met:
7
8 * Redistributions of works must retain the original copyright notice, this list 
9 of conditions and the following disclaimer.
10 * Redistributions in binary form must reproduce the original copyright notice, 
11 this list of conditions and the following disclaimer in the documentation 
12 and/or other materials provided with the distribution.
13 * Neither the name of Intel Corporation nor the names of its contributors 
14 may be used to endorse or promote products derived from this work without 
15 specific prior written permission.
16
17 THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" 
18 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
19 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
20 ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, 
21 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
22 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
23 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 
24 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
26 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28 Authors:
29         Li, Li <li.l.li@intel.com>
30         HaoYunfen <Yunfenx.hao@intel.com>
31         Roman Frolow <r.frolow@samsung.com>
32
33 -->
34 <html>
35 <head>
36 <title>SystemInfo_removePropertyValueChangeListener_exist</title>
37 <meta charset="utf-8">
38 <script src="support/unitcommon.js"></script>
39 </head>
40 <body>
41 <div id="log"></div>
42 <script type="text/javascript">
43 //==== TEST: SystemInfo_removePropertyValueChangeListener_exist
44 //==== LABEL Check if method removePropertyValueChangeListener of SystemInfo exists
45 //==== SPEC Tizen Web API:System:SystemInfo:SystemInfo:removePropertyValueChangeListener M
46 //==== TEST_CRITERIA ME
47 //==== PRIORITY P0
48 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html
49 test(function () {
50     assert_true("removePropertyValueChangeListener" in tizen.systeminfo, "No removePropertyValueChangeListener method in tizen.systeminfo.");
51     check_method_exists(tizen.systeminfo, "removePropertyValueChangeListener");
52 }, document.title);
53
54 </script>
55 </body>
56 </html>