Expand description
helper functions for testing (these functions unwrap and panic, only use for tests)
Functionsยง
- assert_
files_ equal - Ensures the content of two files is equal
- test_
filter_ 2d - Tests a 2D filter by comparing the result of its usage on the test quare vs. its expected result
- test_
filter_ 3d - Tests a 3D filter by comparing the result of its usage on the test cube vs. its expected result
- write_
expected_ filter_ 2d - Can be used to write the expected result of a 2D filter to later compare against in a test
- write_
expected_ filter_ 3d - Can be used to write the expected result of a 3D filter to later compare against in a test