SimpleKernel 1.17.0
Loading...
Searching...
No Matches
FdTableTest Class Reference
Inheritance diagram for FdTableTest:
Inheritance graph
Collaboration diagram for FdTableTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
- Protected Member Functions inherited from BaseEnvTest
void SetUp () override
 
void TearDown () override
 

Protected Attributes

FileDescriptorTablefd_table_
 
- Protected Attributes inherited from BaseEnvTest
test_env::TestEnvironmentState env_state_
 

Detailed Description

Definition at line 153 of file vfs_test.cpp.

Member Function Documentation

◆ SetUp()

void FdTableTest::SetUp ( )
inlineoverrideprotected

Definition at line 157 of file vfs_test.cpp.

157 {
160 }
void SetUp() override
Definition vfs_test.cpp:100
FileDescriptorTable * fd_table_
Definition vfs_test.cpp:155
进程级文件描述符表
Here is the call graph for this function:

◆ TearDown()

void FdTableTest::TearDown ( )
inlineoverrideprotected

Definition at line 162 of file vfs_test.cpp.

162 {
163 delete fd_table_;
165 }
void TearDown() override
Definition vfs_test.cpp:105
Here is the call graph for this function:

Member Data Documentation

◆ fd_table_

FileDescriptorTable* FdTableTest::fd_table_
protected

Definition at line 155 of file vfs_test.cpp.


The documentation for this class was generated from the following file: