Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / extensions / common / api / test.json
index 4ede098..440ba26 100644 (file)
         ]
       },
       {
-        "name": "resetQuota",
-        "type": "function",
-        "description": "Resets all accumulated quota state for all extensions.  This is only used for internal unit testing.",
-        "parameters": []
-      },
-      {
         "name": "log",
         "type": "function",
         "description": "Logs a message during internal unit testing.",
         ]
       },
       {
+        "name": "runWithModuleSystem",
+        "type": "function",
+        "nocompile": true,
+        "description": "Gets a module system suitable for use in the context of a test.",
+        "parameters": [
+          {
+            "type": "function",
+            "name": "callback"
+          }
+        ]
+      },
+      {
         "name": "assertTrue",
         "type": "function",
         "nocompile": true,