From e91a444773b91e5acf4dfde88f491135aac220c8 Mon Sep 17 00:00:00 2001 From: dhrname Date: Thu, 12 Jul 2012 23:24:56 +0900 Subject: [PATCH] =?utf8?q?Spec=E3=81=AEDOM::Node=E3=82=92=E7=B7=A8?= =?utf8?q?=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tool/Spec/spec/SvgDomSpec.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index 448c739..2b309b7 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -1334,5 +1334,29 @@ describe("SVG Spec in JavaScript", function() { expect(s.previousSibling).toBeNull(); expect(s.parentNode).toBeNull(); }); + /*insertBeforeメソッドの境界条件を調べておく (limit value analysis, when it calls a insertBefore method)*/ + it("should be this for the value, when it calls a insertBefore method (limit value analysis)", function() { + }); + /*appendChildメソッドの境界条件を調べておく (limit value analysis, when it calls a appendChild method)*/ + it("should be this for the value, when it calls a appendChild method (limit value analysis)", function() { + }); + /*removeChildメソッドの境界条件を調べておく (limit value analysis, when it calls a removeChild method)*/ + it("should be this for the value, when it calls a removeChild method (limit value analysis)", function() { + }); + /*hasChildNodesメソッドの境界条件を調べておく (limit value analysis, when it calls a hasChildNodes method)*/ + it("should be this for the value, when it calls a hasChildNodes method (limit value analysis)", function() { + }); + /*cloneNodeメソッドの境界条件を調べておく (limit value analysis, when it calls a cloneNode method)*/ + it("should be this for the value, when it calls a cloneNode method (limit value analysis)", function() { + }); + /*normalizeメソッドの境界条件を調べておく (limit value analysis, when it calls a normalize method)*/ + it("should be this for the value, when it calls a normalize method (limit value analysis)", function() { + }); + /*isSupportedメソッドの境界条件を調べておく (limit value analysis, when it calls a isSupported method)*/ + it("should be this for the value, when it calls a isSupported method (limit value analysis)", function() { + }); + /*hasAttributesメソッドの境界条件を調べておく (limit value analysis, when it calls a hasAttributes method)*/ + it("should be this for the value, when it calls a hasAttributes method (limit value analysis)", function() { + }); }); }); \ No newline at end of file -- 2.11.0