HomeSort by relevance Sort by last modified time
    Searched refs:SQLConnectionTest (Results 1 - 2 of 2) sorted by null

  /external/chromium/app/sql/
connection_unittest.cc 12 class SQLConnectionTest : public testing::Test {
14 SQLConnectionTest() {}
18 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLConnectionTest.db")));
32 TEST_F(SQLConnectionTest, Execute) {
42 TEST_F(SQLConnectionTest, CachedStatement) {
74 TEST_F(SQLConnectionTest, DoesStuffExist) {
91 TEST_F(SQLConnectionTest, GetLastInsertRowId) {
  /external/chromium_org/sql/
connection_unittest.cc 89 class SQLConnectionTest : public testing::Test {
91 SQLConnectionTest() {}
105 return temp_dir_.path().AppendASCII("SQLConnectionTest.db");
119 TEST_F(SQLConnectionTest, Execute) {
130 TEST_F(SQLConnectionTest, ExecuteWithErrorCode) {
140 TEST_F(SQLConnectionTest, CachedStatement) {
172 TEST_F(SQLConnectionTest, IsSQLValidTest) {
178 TEST_F(SQLConnectionTest, DoesStuffExist) {
195 TEST_F(SQLConnectionTest, GetLastInsertRowId) {
211 TEST_F(SQLConnectionTest, Rollback)
    [all...]

Completed in 536 milliseconds