Currently, when two tests B and C depend on the same test A, the same result from A will be passed to both B and C. In the future it should also be possible to rerun A to provide the result for B and C as well as performing a clone or deep-copy operation on the result that is returned from A.
Currently, when two tests B and C depend on the same test A, the same result from A will be passed to both B and C. In the future it should also be possible to rerun A to provide the result for B and C as well as performing a
cloneor deep-copy operation on the result that is returned from A.