Home | History | Annotate | Download | only in indexeddb

Lines Matching full:shouldbe

51     shouldBe("store.keyPath", "'id'");
52 shouldBe("storeNames.contains('StoreWithKeyPath')", "true");
53 shouldBe("storeNames.contains('StoreWithAutoIncrement')", "true");
54 shouldBe("storeNames.contains('PlainOldStore')", "true");
55 shouldBe("storeNames.length", "3");
79 shouldBe("event.target.result", "3");
90 shouldBe("event.target.result", "4");
102 shouldBe("event.target.result.id", "4");
114 shouldBe("event.target.result", "5");
135 shouldBe("event.target.result", "6");
158 shouldBe("event.target.errorCode", "webkitIDBDatabaseException.DATA_ERR");
170 shouldBe("event.target.result", "1");