The tests I have written in this project are not strictly checking (just printing) the contents of the results that are coming as output after running the tests. I want to make the tests more strict. All the file results are to be hashed and matched. All the maps/struct results are to be sorted and Deeply matched.
Description
The tests I have written in this project are not strictly checking (just printing) the contents of the results that are coming as output after running the tests. I want to make the tests more strict. All the file results are to be hashed and matched. All the maps/struct results are to be sorted and Deeply matched.