Lines Matching full:shouldbe
19 shouldBe("webkitIDBDatabaseException.UNKNOWN_ERR", "1");
20 shouldBe("webkitIDBDatabaseException.NON_TRANSIENT_ERR", "2");
21 shouldBe("webkitIDBDatabaseException.NOT_FOUND_ERR", "3");
22 shouldBe("webkitIDBDatabaseException.CONSTRAINT_ERR", "4");
23 shouldBe("webkitIDBDatabaseException.DATA_ERR", "5");
24 shouldBe("webkitIDBDatabaseException.NOT_ALLOWED_ERR", "6");
25 shouldBe("webkitIDBDatabaseException.SERIAL_ERR", "7");
26 shouldBe("webkitIDBDatabaseException.RECOVERABLE_ERR", "8");
27 shouldBe("webkitIDBDatabaseException.TRANSIENT_ERR", "9");
28 shouldBe("webkitIDBDatabaseException.TIMEOUT_ERR", "10");
29 shouldBe("webkitIDBDatabaseException.DEADLOCK_ERR", "11");
31 shouldBe("webkitIDBRequest.LOADING", "1");
32 shouldBe("webkitIDBRequest.DONE", "2");
34 shouldBe("webkitIDBCursor.NEXT", "0");
35 shouldBe("webkitIDBCursor.NEXT_NO_DUPLICATE", "1");
36 shouldBe("webkitIDBCursor.PREV", "2");
37 shouldBe("webkitIDBCursor.PREV_NO_DUPLICATE", "3");
39 shouldBe("webkitIDBTransaction.READ_WRITE", "0");
40 shouldBe("webkitIDBTransaction.READ_ONLY", "1");
41 shouldBe("webkitIDBTransaction.VERSION_CHANGE", "2");