Golden file fixes (#17299)
1. Make goldenFileComparator getter return `null` if it's set to the uninitialized comparator, which matches the behavior of the setter (it sets it to the uninitialized comparator if the caller specifies `null`). 2. Make the uninitialized comparator return trivial success (and print a message) when asked to compare as opposed to throwing. This ensures that the comparator will play nicely with live widget bindings 3. Augment documentation 4. Add assert that test doesn't modify the value of `autoUpdateGoldenFiles`
T
Todd Volkert committed
52e4605677fcaca9cc5b1f4b030ace7b02a81fc9
Parent: aa341be
Committed by GitHub <noreply@github.com>
on 5/7/2018, 6:33:41 PM