TestResult
will not have a callstack, and thus no BreakLocation
. In that case we get the path to the target node being tested directly from the DebugSession
. The original implementation required the ScriptPage and TransformationPage to display test results differently, as the TransformationPage had to get the target node path sent in separately (because of the above). In 4.0 we consolidated these two implementations into a single interface TestResultDisplayer. That required us to make sure that the target node path is always available in the BreakLocation. We use this decorator to ensure that.
|
|