# Functions
TestAll checks that storage component doesn't panic under any circumstances during shard operation.
TestCloseAfterOpen checks that `Close` can be done right after `Open`.
TestCloseTwice checks that `Close` can be done twice.
No description provided by the author
TestSetMode checks that any mode transition can be done safely.
# Interfaces
Component represents single storage component.
# Type aliases
Constructor constructs storage component.