Checksum format test
Tests that the specified checksum formats are supported and that invalid formats are handled gracefully.
- Perform a GetChecksum without any salt
This should return the same checksums for all pillars. - Perform a GetChecksum with a correct salt (even number of characters, hexvalues).
This should return the same checksums for all pillars. - Perform a GetChecksum with a invalid character salt (e.g. æøå??§§§)
Should generate a failure, informing that the salt format is invalid. - Perform a GetChecksum with a odd length of characters (e.g. "abcde")
Should generate a failure, informing that the salt format is invalid.