Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Tests that the specified checksum formats are supported and that invalid formats are handled gracefully.
  1. Perform a GetChecksum without any salt
  2. Perform a GetChecksum with a correct salt (even number of characters, hexvalues).
  3. Perform a GetChecksum with a special character salt (e.g. æøå??§§§)
  4. Perform a GetChecksum with a odd length of characters (e.g. "abcde")
  • No labels