OSDN Git Service

Modify the Spec
authordhrname <dhrname@users.sourceforge.jp>
Tue, 30 Dec 2014 13:27:17 +0000 (22:27 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Tue, 30 Dec 2014 13:27:17 +0000 (22:27 +0900)
tool/Spec/spec/BaseJSSpec.js

index 49f322e..91faaf6 100644 (file)
@@ -366,6 +366,12 @@ describe("base.js", function() {
     \r
     /*無効同値を調べる*/\r
     it("Equivalence partitioning, the following is the invalid partion", function() {\r
+      expect( function() {\r
+          base("$ffp").up("$error").of( {\r
+            call: null\r
+          } )\r
+          .of( {} );\r
+      } ).toThrow("Reset error");\r
     } );\r
   });\r
   \r