Searched refs:testDbName (Results 1 – 1 of 1) sorted by relevance
142 String testDbName; in getDatabasePath_shouldAllowAbsolutePaths() local145 testDbName = "C:\\absolute\\full\\path\\to\\db\\abc.db"; in getDatabasePath_shouldAllowAbsolutePaths()147 testDbName = "/absolute/full/path/to/db/abc.db"; in getDatabasePath_shouldAllowAbsolutePaths()149 File dbFile = context.getDatabasePath(testDbName); in getDatabasePath_shouldAllowAbsolutePaths()150 assertThat(dbFile).isEqualTo(new File(testDbName)); in getDatabasePath_shouldAllowAbsolutePaths()