I am trying to determine what events I need to wait for in a test in order to ensure that my custom component has updated all of its properties. I was using VALUE_COMMIT, but for some reason that isn't working out for me.
So, I want some easy mechanism for tracing every event dispatched from a component. Is this possible?