Scripts: RepaintTest - measure whether a drawing indicator repaints

 

RepaintTest - measure whether a drawing indicator repaints:

Measures whether a drawing indicator repaints, instead of asserting that it does not. The invariant: once a bar has closed and been processed, no object drawn on it may ever change - not move, not recolour, not change its text, and not disappear. The script seeds a custom symbol with real history, attaches your indicator through a template, records every object, appends bars, forces a full recalculation, and compares object by object. Changes and disappearances are counted separately, because only a change means the claim is false. A run that compared nothing is reported as INCONCLUSIVE, never as a pass. Output is a CSV you can publish next to the number.

RepaintTest - measure whether a drawing indicator repaints

Author: Yogeswaran Suppiah