class BlobfsTestSetup
Defined at line 85 of file ../../src/storage/blobfs/test/blobfs_test_setup.h
A test class that will set up a message loop, vfs, and blobfs instance. The message loop will run
on the current thread. This simplifies access to the Blobfs class and allows most types of tests,
but will not support fidl calls.
Public Methods
void BlobfsTestSetup ()
Defined at line 87 of file ../../src/storage/blobfs/test/blobfs_test_setup.h
void ~BlobfsTestSetup ()
Defined at line 90 of file ../../src/storage/blobfs/test/blobfs_test_setup.cc