Home | History | Annotate | Download | only in indexeddb

Lines Matching full:shouldbe

49     shouldBe("storeNames.contains('storeName')", "true");
50 shouldBe("storeNames.length", "1");
61 shouldBe("code", "webkitIDBDatabaseException.NOT_FOUND_ERR");
84 shouldBe("code", "webkitIDBDatabaseException.NOT_FOUND_ERR");
119 shouldBe("store.indexNames", "['indexName']");
120 shouldBe("store.indexNames.length", "1");
121 shouldBe("store.indexNames.contains('')", "false");
122 shouldBe("store.indexNames.contains('indexFail')", "false");
123 shouldBe("store.indexNames.contains('indexName')", "true");
157 shouldBe("code", "DOMException.NOT_SUPPORTED_ERR");
180 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.UNKNOWN_ERR");
196 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.DATA_ERR");
213 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.DATA_ERR");