Module tests

Module tests 

Source

Macros§

implement_block_device_tests

Functions§

test_basic_read_write
Generic test for basic read and write operations.
test_clone_context
Generic test for context cloning.
test_concurrent_operations
Generic test for concurrent operations.
test_control_commands
Generic test for control command.
test_flush
Generic test for flush operation.
test_large_read_write
Generic test for large read/write operations.
test_open_and_close
Generic test for open and close operations.
test_position_management
Generic test for position management.
test_position_wraparound
Generic test for position wraparound scenarios.
test_read_until_boundary_conditions
Generic test for read until boundary conditions.
test_read_until_delimiter
Generic test for read until delimiter.
test_write_at_offset
Generic test for writing at a specific offset.
test_write_pattern
Generic test for write pattern functionality.
test_write_pattern_edge_cases
Generic test for write pattern edge cases.
test_write_vectored
Generic test for vectored write operations.
test_write_vectored_edge_cases
Generic test for write vectored edge cases.