Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManagerObject_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface DataSynchronizationManagerObject exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManagerObject:DataSynchronizationManagerObject U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA NIO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
//==== TEST: DataSynchronizationManager_add
//==== LABEL Check with non-optional arguments add(valid_profile)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MMINA MAST MR
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_add_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_add_exist
//==== LABEL Check if method add of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_add_missarg</title>
+<title>DataSynchronizationManager_add_missarg</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: DataSynchronizationManager_add_missarg
//==== LABEL Check add with missing non-optional argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== PRIORITY P2
//==== TEST_CRITERIA MMA
tizen.datasync.add();
}, exceptionName + " should be thrown - missing argument.");
}, "DataSynchronizationManager_add_missarg");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_add_profile_TypeMismatch</title>
+<title>DataSynchronizationManager_add_profile_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== LABEL Check add argument profile conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MC
test(function () {
}, exceptionName + " should be thrown - given incorrect profile.");
}
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_add_profile_invalid_obj</title>
+<title>DataSynchronizationManager_add_profile_invalid_obj</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL Check add argument profile validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:add M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MTO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_extend</title>
+<title>DataSynchronizationManager_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== LABEL check if DataSynchronizationManager is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:DataSynchronizationManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_get</title>
+<title>DataSynchronizationManager_get</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_get
//==== LABEL Check with non-optional arguments get(valid_profileId)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:get M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MMINA MR
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_getAll</title>
+<title>DataSynchronizationManager_getAll</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_getAll
//==== LABEL Proper invocation getAll without arguments - should work
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getAll M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MNA MR
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getAll_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getAll_exist
//==== LABEL Check if method getAll of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getAll M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com
+ Andrzej Krolikowski <a.krolikowsk@samsung.com
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getAll_extra_argument</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getAll_extra_argument
//==== LABEL Check if method getAll of DataSynchronizationManager accepts extra argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getAll M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MNAEX
test(function () {
checkExtraArgument(tizen.datasync, "getAll");
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getLastSyncStatistics_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getLastSyncStatistics_exist
//==== LABEL Check if method getLastSyncStatistics of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getLastSyncStatistics M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_getMaxProfilesNum</title>
+<title>DataSynchronizationManager_getMaxProfilesNum</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: DataSynchronizationManager_getMaxProfilesNum
//==== LABEL Proper invocation getMaxProfilesNum without arguments
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getMaxProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MNA MR
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getMaxProfilesNum_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getMaxProfilesNum_exist
//==== LABEL Check if method getMaxProfilesNum of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getMaxProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com
+ Andrzej Krolikowski <a.krolikowsk@samsung.com
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getMaxProfilesNum_extra_argument</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getMaxProfilesNum_extra_argument
//==== LABEL Check if method getMaxProfilesNum of DataSynchronizationManager accepts extra argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getMaxProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MNAEX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_getProfilesNum</title>
+<title>DataSynchronizationManager_getProfilesNum</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_getProfilesNum
//==== LABEL Proper invocation getProfilesNum without arguments
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MR MNA
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getProfilesNum_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getProfilesNum_exist
//==== LABEL Check if method getProfilesNum of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com
+ Andrzej Krolikowski <a.krolikowsk@samsung.com
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_getProfilesNum_extra_argument</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_getProfilesNum_extra_argument
//==== LABEL Check if method getProfilesNum of DataSynchronizationManager accepts extra argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:getProfilesNum M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MNAEX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_get_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_get_exist
//==== LABEL Check if method get of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:get M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>DataControlManager_in_tizen</title>
+<title>DataSynchronizationManager_in_tizen</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
</head>
//==== TEST: DataSynchronizationManager_in_tizen
//==== LABEL Check if package exists in tizen.
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:DataSynchronizationManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== PRIORITY P3
//==== TEST_CRITERIA OBME
-test(function() {
+test(function () {
assert_true("datasync" in tizen, "No datasync in tizen.");
check_readonly(tizen, "datasync", tizen.datasync, "object", "dummyValue");
}, "DataSynchronizationManager_in_tizen");
+
</script>
</body>
</html>
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface DataSynchronizationManager exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:DataSynchronizationManager U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA NIO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title>DataSynchronizationManager_update</title>
+<title>DataSynchronizationManager_remove</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_remove
//==== LABEL Check with non-optional arguments remove(valid_profileId)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:remove M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MAST MMINA MR
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_remove_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_remove_exist
//==== LABEL Check if method remove of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:remove M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_startSync</title>
+<title>DataSynchronizationManager_startSync</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_startSync
//==== LABEL Check with non-optional arguments startSync(valid_profileId)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:startSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MMINA MR
test(function () {
assert_equals(retValue, undefined, "Method startSync returns wrong value.");
}, "DataSynchronizationManager_startSync");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_startSync_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_startSync_exist
//==== LABEL Check if method startSync of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:startSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_startSync_progressCallback_TypeMismatch</title>
+<title>DataSynchronizationManager_startSync_progressCallback_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL Check argument progressCallback conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:startSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MC
test(function () {
}
}, "DataSynchronizationManager_startSync_progressCallback_TypeMismatch");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_startSync_progressCallback_invalid_cb</title>
+<title>DataSynchronizationManager_startSync_progressCallback_invalid_cb</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL Check argument progressCallback validation - use simple function
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:startSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MTL
var t = async_test("DataSynchronizationManager_startSync_progressCallback_invalid_cb"),
//==== TEST: DataSynchronizationManager_startSync_with_callback
//==== LABEL Check startSync with optional argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:startSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MOA
var syncInfo = new tizen.SyncInfo(syncUrl, syncId, syncPassword, "MANUAL", "TWO_WAY"),
tizen.datasync.startSync(profile.profileId, syncProgressCallback);
t.done();
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_stopSync</title>
+<title>DataSynchronizationManager_stopSync</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_stopSync
//==== LABEL Check with non-optional arguments stopSync(valid_profileId)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:stopSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MMINA MR
test(function () {
assert_equals(retValue, undefined, "Method stopSync returns wrong value.");
}, "DataSynchronizationManager_stopSync");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_stopSync_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_stopSync_exist
//==== LABEL Check if method stopSync of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:stopSync M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_update</title>
+<title>DataSynchronizationManager_update</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== TEST: DataSynchronizationManager_update
//==== LABEL Check with non-optional arguments update(valid_profile)
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MR MMINA MAST
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>DataSynchronizationManager_update_exist</title>
<meta charset="utf-8"/>
//==== TEST: DataSynchronizationManager_update_exist
//==== LABEL Check if method update of DataSynchronizationManager exists
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA ME
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_update_missarg</title>
+<title>DataSynchronizationManager_update_missarg</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== TEST: DataSynchronizationManager_update_missarg
//==== LABEL Check update with missing non-optional argument
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== PRIORITY P2
//==== TEST_CRITERIA MMA
tizen.datasync.update();
}, exceptionName + " should be thrown - missing argument.");
}, "DataSynchronizationManager_update_missarg");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_update_profile_TypeMismatch</title>
+<title>DataSynchronizationManager_update_profile_TypeMismatch</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL Check update argument profile conversions exception
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MC
test(function () {
}, exceptionName + " should be thrown - given incorrect profile.");
}
});
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> DataSynchronizationManager_update_profile_invalid_obj</title>
+<title>DataSynchronizationManager_update_profile_invalid_obj</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL Check update argument profile validation - use simple object
//==== PRIORITY: P2
//==== SPEC Tizen Web API:Social:Datasync:DataSynchronizationManager:update M
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA MTO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_constructor</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_constructor
//==== LABEL new tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported)
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
assert_equals(syncInfo.mode, "MANUAL", "syncInfo.mode attribute.");
}, "SyncInfo_constructor");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
-<title>SyncInfo_constructor_type_interval</title>
+<title>SyncInfo_constructor_interval</title>
<meta charset="utf-8"/>
<script type="text/javascript" src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
//==== TEST: SyncInfo_constructor_interval
//==== LABEL new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported)
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
assert_equals(syncInfo.interval, "5_MINUTES", "syncInfo.interval attribute.");
}, "SyncInfo_constructor_interval");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_constructor_type</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_constructor_type
//==== LABEL new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported)
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
assert_equals(syncInfo.type, "TWO_WAY", "syncInfo.type attribute.");
}, "SyncInfo_constructor_type");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_exist</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_exist
//==== LABEL Check if SyncInfo exists
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRF
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> SyncInfo_extend</title>
+<title>SyncInfo_extend</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL check if SyncInfo is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:SyncInfo U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_id_attribute
//==== LABEL Check if attribute id of SyncInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE ADV
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_interval_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_interval_attribute
//==== LABEL Check if attribute interval of SyncInfo exists, has type SyncInterval
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:interval A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_mode_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_mode_attribute
//==== LABEL Check if attribute mode of SyncInfo exists, has type SyncMode
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:mode A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_password_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_password_attribute
//==== LABEL Check if attribute password of SyncInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:password A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE ADV
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_type_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_type_attribute
//==== LABEL Check if attribute type of SyncInfo exists, has type SyncType
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:type A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncInfo_url_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncInfo_url_attribute
//==== LABEL Check if attribute url of SyncInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncInfo:url A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_constructor</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_constructor
//==== LABEL new tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported)
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_exist</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_exist
//==== LABEL Check if SyncProfileInfo exists
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRF
test(function () {
check_constructor("SyncProfileInfo");
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> SyncProfileInfo_extend</title>
+<title>SyncProfileInfo_extend</title>
<script src="../resources/unitcommon.js"></script>
<script src="support/datasync_common.js"></script>
</head>
//==== LABEL check if SyncProfileInfo is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:SyncProfileInfo U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_profileId_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_profileId_attribute
//==== LABEL Check if attribute profileId of SyncProfileInfo exists, has type SyncProfileId and is readonly
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:profileId A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ARO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_profileName_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_profileName_attribute
//==== LABEL Check if attribute profileName of SyncProfileInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:profileName A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_serviceInfo_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_serviceInfo_attribute
//==== LABEL Check if attribute serviceInfo of SyncProfileInfo exists, has type Array
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:serviceInfo A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProfileInfo_syncInfo_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncProfileInfo_syncInfo_attribute
//==== LABEL Check if attribute syncInfo of SyncProfileInfo exists, has type SyncInfo
//==== SPEC Tizen Web API:Social:Datasync:SyncProfileInfo:syncInfo A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE ASG AT AN
test(function () {
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncProgressCallback_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface SyncProgressCallback exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncProgressCallback:SyncProgressCallback U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CBNIO
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
- Mariusz Polasinski <m.polasinski@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
+ Mariusz Polasinski <m.polasinski@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_constructor</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_constructor
//==== LABEL new tizen.SyncServiceInfo(Boolean, SyncServiceType, String, String?, String?) works (is supported)
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRM CONSTRA
test(function () {
assert_equals(contactInfo.password, null, "wrong value of password attribute");
}, "SyncServiceInfo_constructor");
+
</script>
</body>
</html>
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_enable_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_enable_attribute
//==== LABEL Check if attribute enable of SyncServiceInfo exists, has type Boolean
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:enable A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_exist</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_exist
//==== LABEL Check if SyncServiceInfo exists
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA CONSTRF
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
<html>
<head>
-<title> SyncServiceInfo_extend</title>
+<title>SyncServiceInfo_extend</title>
<script src="../resources/unitcommon.js"></script>
</head>
//==== LABEL check if SyncServiceInfo is extendable
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:SyncServiceInfo U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA OBX
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_id_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_id_attribute
//==== LABEL Check if attribute id of SyncServiceInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:id A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE ADV
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_password_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_password_attribute
//==== LABEL Check if attribute password of SyncServiceInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:password A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE ADV
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_serverDatabaseUri_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_serverDatabaseUri_attribute
//==== LABEL Check if attribute serverDatabaseUri of SyncServiceInfo exists, has type DOMString
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:serverDatabaseUri A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Lukasz Bardeli <l.bardeli@samsung.com>
+ Lukasz Bardeli <l.bardeli@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncServiceInfo_serviceType_attribute</title>
<meta charset="utf-8"/>
//==== TEST: SyncServiceInfo_serviceType_attribute
//==== LABEL Check if attribute serviceType of SyncServiceInfo exists, has type SyncServiceType
//==== SPEC Tizen Web API:Social:Datasync:SyncServiceInfo:serviceType A
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA AE AT ASG AN
test(function () {
Authors:
- Andrzej Krolikowski <a.krolikowsk@samsung.com>
+ Andrzej Krolikowski <a.krolikowsk@samsung.com>
-->
-<html lang="en">
+<html>
<head>
<title>SyncStatistics_notexist</title>
<meta charset="utf-8"/>
//==== LABEL Check if interface SyncStatistics exists, it should not.
//==== PRIORITY P3
//==== SPEC Tizen Web API:Social:Datasync:SyncStatistics:SyncStatistics U
-//==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html
//==== TEST_CRITERIA NIO
test(function () {
<specs>
<spec>
<spec_assertion interface="DataSynchronizationManagerObject" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_notexist">
+ <testcase purpose="Check with non-optional arguments add(valid_profile)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_add">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface SyncProgressCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProgressCallback_notexist">
+ <testcase purpose="Check if method add of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_add_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProgressCallback" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface SyncStatistics exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncStatistics_notexist">
+ <testcase purpose="Check add with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_missarg">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncStatistics" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if package exists in tizen." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_in_tizen">
+ <testcase purpose="Check add argument profile conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_profile_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute id of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_id_attribute">
+ <testcase purpose="Check add argument profile validation - use simple object" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_profile_invalid_obj">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_invalid_obj.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="id" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute interval of SyncInfo exists, has type SyncInterval" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_interval_attribute">
+ <testcase purpose="check if DataSynchronizationManager is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_interval_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="interval" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute mode of SyncInfo exists, has type SyncMode" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_mode_attribute">
+ <testcase purpose="Check with non-optional arguments get(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_get">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_mode_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="mode" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="get" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute password of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_password_attribute">
+ <testcase purpose="Proper invocation getAll without arguments - should work" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_password_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="password" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute type of SyncInfo exists, has type SyncType" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_type_attribute">
+ <testcase purpose="Check if method getAll of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_type_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="type" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute url of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_url_attribute">
+ <testcase purpose="Check if method getAll of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_url_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="attribute" element_name="url" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute enable of SyncServiceInfo exists, has type Boolean" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_enable_attribute">
+ <testcase purpose="Check if method getLastSyncStatistics of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getLastSyncStatistics_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_enable_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getLastSyncStatistics_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="enable" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getLastSyncStatistics" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute id of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_id_attribute">
+ <testcase purpose="Proper invocation getMaxProfilesNum without arguments" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="id" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute password of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_password_attribute">
+ <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_password_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="password" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute serverDatabaseUri of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_serverDatabaseUri_attribute">
+ <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serverDatabaseUri_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="serverDatabaseUri" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute serviceType of SyncServiceInfo exists, has type SyncServiceType" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_serviceType_attribute">
+ <testcase purpose="Proper invocation getProfilesNum without arguments" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serviceType_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="serviceType" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute profileId of SyncProfileInfo exists, has type SyncProfileId and is readonly" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_profileId_attribute">
+ <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="profileId" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute profileName of SyncProfileInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_profileName_attribute">
+ <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileName_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="profileName" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute serviceInfo of SyncProfileInfo exists, has type Array" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_serviceInfo_attribute">
+ <testcase purpose="Check if method get of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_get_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_serviceInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="serviceInfo" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="get" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if attribute syncInfo of SyncProfileInfo exists, has type SyncInfo" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_syncInfo_attribute">
+ <testcase purpose="Check if package exists in tizen." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_syncInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="syncInfo" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if SyncInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_exist">
+ <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if SyncProfileInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_exist">
+ <testcase purpose="Check with non-optional arguments remove(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_remove">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="remove" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if DataSynchronizationManager is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="DataSynchronizationManager_extend">
+ <testcase purpose="Check if method remove of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_remove_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="remove" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if SyncInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncInfo_extend">
+ <testcase purpose="Check with non-optional arguments startSync(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if SyncServiceInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncServiceInfo_extend">
+ <testcase purpose="Check if method startSync of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if SyncServiceInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_exist">
+ <testcase purpose="Check argument progressCallback conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_startSync_progressCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if SyncProfileInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProfileInfo_extend">
+ <testcase purpose="Check argument progressCallback validation - use simple function" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_startSync_progressCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method add of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_add_exist">
+ <testcase purpose="Check startSync with optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync_with_callback">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_with_callback.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getAll of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll_exist">
+ <testcase purpose="Check with non-optional arguments stopSync(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_stopSync">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="stopSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getLastSyncStatistics of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getLastSyncStatistics_exist">
+ <testcase purpose="Check if method stopSync of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_stopSync_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getLastSyncStatistics_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getLastSyncStatistics" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="stopSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum_exist">
+ <testcase purpose="Check with non-optional arguments update(valid_profile)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_update">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum_exist">
+ <testcase purpose="Check if method update of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_update_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method get of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_get_exist">
+ <testcase purpose="Check update with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_missarg">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="get" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method remove of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_remove_exist">
+ <testcase purpose="Check update argument profile conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_profile_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="remove" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method startSync of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync_exist">
+ <testcase purpose="Check update argument profile validation - use simple object" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_profile_invalid_obj">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_invalid_obj.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method stopSync of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_stopSync_exist">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="stopSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method update of DataSynchronizationManager exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_update_exist">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_interval">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getAll of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll_extra_argument">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_type">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum_extra_argument">
+ <testcase purpose="Check if SyncInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager accepts extra argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum_extra_argument">
+ <testcase purpose="check if SyncInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check add with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_missarg">
+ <testcase purpose="Check if attribute id of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_id_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_id_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="id" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check update with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_missarg">
+ <testcase purpose="Check if attribute interval of SyncInfo exists, has type SyncInterval" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_interval_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_interval_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="interval" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check add argument profile conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_profile_TypeMismatch">
+ <testcase purpose="Check if attribute mode of SyncInfo exists, has type SyncMode" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_mode_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_mode_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="mode" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check update argument profile validation - use simple object" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_profile_invalid_obj">
+ <testcase purpose="Check if attribute password of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_password_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_password_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="password" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check add argument profile validation - use simple object" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_add_profile_invalid_obj">
+ <testcase purpose="Check if attribute type of SyncInfo exists, has type SyncType" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_type_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_type_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="type" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check update argument profile conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_update_profile_TypeMismatch">
+ <testcase purpose="Check if attribute url of SyncInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_url_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_url_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncInfo" element_type="attribute" element_name="url" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments add(valid_profile)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_add">
+ <testcase purpose="new tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="add" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments update(valid_profile)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_update">
+ <testcase purpose="Check if SyncProfileInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="update" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Proper invocation getAll without arguments - should work" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getAll">
+ <testcase purpose="check if SyncProfileInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProfileInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getAll" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument progressCallback validation - use simple function" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_startSync_progressCallback_invalid_cb">
+ <testcase purpose="Check if attribute profileId of SyncProfileInfo exists, has type SyncProfileId and is readonly" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_profileId_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileId_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="profileId" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments remove(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_remove">
+ <testcase purpose="Check if attribute profileName of SyncProfileInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_profileName_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileName_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="remove" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="profileName" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Proper invocation getProfilesNum without arguments" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getProfilesNum">
+ <testcase purpose="Check if attribute serviceInfo of SyncProfileInfo exists, has type Array" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_serviceInfo_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_serviceInfo_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="serviceInfo" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Proper invocation getMaxProfilesNum without arguments" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_getMaxProfilesNum">
+ <testcase purpose="Check if attribute syncInfo of SyncProfileInfo exists, has type SyncInfo" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_syncInfo_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_syncInfo_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="getMaxProfilesNum" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProfileInfo" element_type="attribute" element_name="syncInfo" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments startSync(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync">
+ <testcase purpose="Check if interface SyncProgressCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncProgressCallback_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncProgressCallback" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments get(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_get">
+ <testcase purpose="new tizen.SyncServiceInfo(Boolean, SyncServiceType, String, String?, String?) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_constructor.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="get" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments stopSync(valid_profileId)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_stopSync">
+ <testcase purpose="Check if attribute enable of SyncServiceInfo exists, has type Boolean" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_enable_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_enable_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="stopSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="enable" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="new tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncProfileInfo_constructor">
+ <testcase purpose="Check if SyncServiceInfo exists" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncProfileInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_type">
+ <testcase purpose="check if SyncServiceInfo is extendable" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncServiceInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor">
+ <testcase purpose="Check if attribute id of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_id_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_id_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="id" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="new tizen.SyncServiceInfo(Boolean, SyncServiceType, String, String?, String?) works (is supported)" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_constructor">
+ <testcase purpose="Check if attribute password of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_password_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_password_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncServiceInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="password" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument progressCallback conversions exception" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P2" id="DataSynchronizationManager_startSync_progressCallback_TypeMismatch">
+ <testcase purpose="Check if attribute serverDatabaseUri of SyncServiceInfo exists, has type DOMString" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_serverDatabaseUri_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serverDatabaseUri_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="serverDatabaseUri" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported) " type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncInfo_constructor_interval">
+ <testcase purpose="Check if attribute serviceType of SyncServiceInfo exists, has type SyncServiceType" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="SyncServiceInfo_serviceType_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serviceType_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="SyncInfo" element_type="constructor" element_name="constructor" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncServiceInfo" element_type="attribute" element_name="serviceType" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="Check startSync with optional argument" type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P1" id="DataSynchronizationManager_startSync_with_callback">
+ <testcase purpose="Check if interface SyncStatistics exists, it should not." type="compliance" status="approved" component="TizenAPI/Social/Datasync" execution_type="auto" priority="P3" id="SyncStatistics_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_with_callback.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="DataSynchronizationManager" element_type="method" element_name="startSync" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
- <spec_url>https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/datasynchronization.html</spec_url>
+ <spec_assertion interface="SyncStatistics" usage="true" specification="Datasync" section="Social" category="Tizen Device API Specifications"/>
+ <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/datasync.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
<test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManagerObject_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_notexist">
+ <testcase purpose="Check with non-optional arguments add(valid_profile)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface SyncProgressCallback exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProgressCallback_notexist">
+ <testcase purpose="Check if method add of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface SyncStatistics exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncStatistics_notexist">
+ <testcase purpose="Check add with missing non-optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_missarg">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if package exists in tizen." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_in_tizen">
+ <testcase purpose="Check add argument profile conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_profile_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute id of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_id_attribute">
+ <testcase purpose="Check add argument profile validation - use simple object" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_profile_invalid_obj">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_invalid_obj.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute interval of SyncInfo exists, has type SyncInterval" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_interval_attribute">
+ <testcase purpose="check if DataSynchronizationManager is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_interval_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute mode of SyncInfo exists, has type SyncMode" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_mode_attribute">
+ <testcase purpose="Check with non-optional arguments get(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_get">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_mode_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute password of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_password_attribute">
+ <testcase purpose="Proper invocation getAll without arguments - should work" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_password_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute type of SyncInfo exists, has type SyncType" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_type_attribute">
+ <testcase purpose="Check if method getAll of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_type_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute url of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_url_attribute">
+ <testcase purpose="Check if method getAll of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_url_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute enable of SyncServiceInfo exists, has type Boolean" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_enable_attribute">
+ <testcase purpose="Check if method getLastSyncStatistics of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getLastSyncStatistics_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_enable_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getLastSyncStatistics_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute id of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_id_attribute">
+ <testcase purpose="Proper invocation getMaxProfilesNum without arguments" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_id_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute password of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_password_attribute">
+ <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_password_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute serverDatabaseUri of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_serverDatabaseUri_attribute">
+ <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serverDatabaseUri_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute serviceType of SyncServiceInfo exists, has type SyncServiceType" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_serviceType_attribute">
+ <testcase purpose="Proper invocation getProfilesNum without arguments" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serviceType_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute profileId of SyncProfileInfo exists, has type SyncProfileId and is readonly" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_profileId_attribute">
+ <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileId_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute profileName of SyncProfileInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_profileName_attribute">
+ <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum_extra_argument">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileName_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute serviceInfo of SyncProfileInfo exists, has type Array" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_serviceInfo_attribute">
+ <testcase purpose="Check if method get of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_get_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_serviceInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute syncInfo of SyncProfileInfo exists, has type SyncInfo" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_syncInfo_attribute">
+ <testcase purpose="Check if package exists in tizen." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_syncInfo_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_in_tizen.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if SyncInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_exist">
+ <testcase purpose="Check if interface DataSynchronizationManager exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if SyncProfileInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_exist">
+ <testcase purpose="Check with non-optional arguments remove(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_remove">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if DataSynchronizationManager is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_extend">
+ <testcase purpose="Check if method remove of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_remove_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if SyncInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_extend">
+ <testcase purpose="Check with non-optional arguments startSync(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if SyncServiceInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_extend">
+ <testcase purpose="Check if method startSync of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if SyncServiceInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_exist">
+ <testcase purpose="Check argument progressCallback conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_progressCallback_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if SyncProfileInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_extend">
+ <testcase purpose="Check argument progressCallback validation - use simple function" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_progressCallback_invalid_cb">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method add of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_exist">
+ <testcase purpose="Check startSync with optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_with_callback">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_with_callback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getAll of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll_exist">
+ <testcase purpose="Check with non-optional arguments stopSync(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_stopSync">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getLastSyncStatistics of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getLastSyncStatistics_exist">
+ <testcase purpose="Check if method stopSync of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_stopSync_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getLastSyncStatistics_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum_exist">
+ <testcase purpose="Check with non-optional arguments update(valid_profile)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum_exist">
+ <testcase purpose="Check if method update of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method get of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_get_exist">
+ <testcase purpose="Check update with missing non-optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_missarg">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method remove of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_remove_exist">
+ <testcase purpose="Check update argument profile conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_profile_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method startSync of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_exist">
+ <testcase purpose="Check update argument profile validation - use simple object" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_profile_invalid_obj">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_invalid_obj.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method stopSync of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_stopSync_exist">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method update of DataSynchronizationManager exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_exist">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_interval">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getAll of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll_extra_argument">
+ <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_type">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getMaxProfilesNum of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum_extra_argument">
+ <testcase purpose="Check if SyncInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if method getProfilesNum of DataSynchronizationManager accepts extra argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum_extra_argument">
+ <testcase purpose="check if SyncInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check add with missing non-optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_missarg">
+ <testcase purpose="Check if attribute id of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_id_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_id_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check update with missing non-optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_missarg">
+ <testcase purpose="Check if attribute interval of SyncInfo exists, has type SyncInterval" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_interval_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_interval_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check add argument profile conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_profile_TypeMismatch">
+ <testcase purpose="Check if attribute mode of SyncInfo exists, has type SyncMode" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_mode_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_mode_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check update argument profile validation - use simple object" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_profile_invalid_obj">
+ <testcase purpose="Check if attribute password of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_password_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_password_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check add argument profile validation - use simple object" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add_profile_invalid_obj">
+ <testcase purpose="Check if attribute type of SyncInfo exists, has type SyncType" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_type_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add_profile_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_type_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check update argument profile conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update_profile_TypeMismatch">
+ <testcase purpose="Check if attribute url of SyncInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_url_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update_profile_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_url_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments add(valid_profile)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_add">
+ <testcase purpose="new tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_add.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments update(valid_profile)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_update">
+ <testcase purpose="Check if SyncProfileInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_update.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Proper invocation getAll without arguments - should work" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getAll">
+ <testcase purpose="check if SyncProfileInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument progressCallback validation - use simple function" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_progressCallback_invalid_cb">
+ <testcase purpose="Check if attribute profileId of SyncProfileInfo exists, has type SyncProfileId and is readonly" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_profileId_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_invalid_cb.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments remove(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_remove">
+ <testcase purpose="Check if attribute profileName of SyncProfileInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_profileName_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_remove.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_profileName_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Proper invocation getProfilesNum without arguments" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getProfilesNum">
+ <testcase purpose="Check if attribute serviceInfo of SyncProfileInfo exists, has type Array" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_serviceInfo_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getProfilesNum.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_serviceInfo_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Proper invocation getMaxProfilesNum without arguments" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_getMaxProfilesNum">
+ <testcase purpose="Check if attribute syncInfo of SyncProfileInfo exists, has type SyncInfo" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_syncInfo_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_getMaxProfilesNum.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_syncInfo_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments startSync(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync">
+ <testcase purpose="Check if interface SyncProgressCallback exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProgressCallback_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProgressCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments get(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_get">
+ <testcase purpose="new tizen.SyncServiceInfo(Boolean, SyncServiceType, String, String?, String?) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_constructor">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_get.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_constructor.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments stopSync(valid_profileId)" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_stopSync">
+ <testcase purpose="Check if attribute enable of SyncServiceInfo exists, has type Boolean" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_enable_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_stopSync.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_enable_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="new tizen.SyncProfileInfo(String profileName, SyncInfo syncInfo, SyncServiceInfo serviceInfo) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncProfileInfo_constructor">
+ <testcase purpose="Check if SyncServiceInfo exists" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_exist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncProfileInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncType type) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_type">
+ <testcase purpose="check if SyncServiceInfo is extendable" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_extend">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_type.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor">
+ <testcase purpose="Check if attribute id of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_id_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_id_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="new tizen.SyncServiceInfo(Boolean, SyncServiceType, String, String?, String?) works (is supported)" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_constructor">
+ <testcase purpose="Check if attribute password of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_password_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_constructor.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_password_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument progressCallback conversions exception" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_progressCallback_TypeMismatch">
+ <testcase purpose="Check if attribute serverDatabaseUri of SyncServiceInfo exists, has type DOMString" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_serverDatabaseUri_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_progressCallback_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serverDatabaseUri_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="new tizen.SyncInfo(String url, String id, String password, SyncMode mode, SyncInterval interval) works (is supported) " component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncInfo_constructor_interval">
+ <testcase purpose="Check if attribute serviceType of SyncServiceInfo exists, has type SyncServiceType" component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncServiceInfo_serviceType_attribute">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncInfo_constructor_interval.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncServiceInfo_serviceType_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check startSync with optional argument" component="TizenAPI/Social/Datasync" execution_type="auto" id="DataSynchronizationManager_startSync_with_callback">
+ <testcase purpose="Check if interface SyncStatistics exists, it should not." component="TizenAPI/Social/Datasync" execution_type="auto" id="SyncStatistics_notexist">
<description>
- <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/DataSynchronizationManager_startSync_with_callback.html</test_script_entry>
+ <test_script_entry>/opt/tct-datasync-tizen-tests/datasync/SyncStatistics_notexist.html</test_script_entry>
</description>
</testcase>
</set>