class TestFileServerBase

Defined at line 17 of file ../../sdk/lib/zxio/tests/test_file_server_base.h

This is a test friendly implementation of a fuchsia_io::File server

that simply returns ZX_ERR_NOT_SUPPORTED for every operation other than

fuchsia.io.File/Close.

Public Methods

void TestFileServerBase ()

Defined at line 19 of file ../../sdk/lib/zxio/tests/test_file_server_base.h

void ~TestFileServerBase ()

Defined at line 20 of file ../../sdk/lib/zxio/tests/test_file_server_base.h

void NotImplemented_ (const std::string & name, fidl::CompleterBase & completer)

Defined at line 22 of file ../../sdk/lib/zxio/tests/test_file_server_base.h

void Close (CloseCompleter::Sync & completer)

Exercised by |zxio_close|.

Defined at line 28 of file ../../sdk/lib/zxio/tests/test_file_server_base.h