This exercise was done using Pharo 12, and consists of testing a custom Sparse Matrix structure.
The tests ensure correct behavior of the matrix operations and logic.
- Pharo 12
- DrTests : Pharo 12’s testing framework
- Git / Iceberg : Version control
MatrixProject-Tests Package
- SparseMatrixTest : Contains unit tests verifying the functionality of the sparse matrix.
