Searched defs:FakeAttachmentStoreTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store_unittest.cc21 class FakeAttachmentStoreTest : public testing::Test { class in namespace:syncer
36 FakeAttachmentStoreTest() function in class:syncer::FakeAttachmentStoreTest
41 read_callback = base::Bind(&FakeAttachmentStoreTest::CopyResultAttachments,
47 &FakeAttachmentStoreTest::CopyResult, base::Unretained(this), &result);
89 TEST_F(FakeAttachmentStoreTest, Write_NoOverwriteNoError) {
123 TEST_F(FakeAttachmentStoreTest, Write_RoundTrip) {
153 TEST_F(FakeAttachmentStoreTest, Read_OneNotFound) {
179 TEST_F(FakeAttachmentStoreTest, Drop_DropTwoButOnlyOneExists) {
226 TEST_F(FakeAttachmentStoreTest, Drop_DoesNotExist) {

Completed in 78 milliseconds