Use Golden Testing for assertions
masterGolden testing allows you to compare an actual value against an 'expected' value that is automatically managed. This is useful for simple assertions where you want uTest to help fill in the expected value the first time you run the test and keep it up to date as your code evolves.
Supported methods:
assertGoldenLiteral: For comparing against a literal value.assertGoldenFile: For comparing against a file.assertGoldenFolder: (Added in 0.10.0-RC1) For comparing against a folder of files.