E.g. this should work: ```js { get arg() { return someExpression1() }, get expect () { return someExpression2() } } ``` Today, they would (probably) work, but they'd be executed in the `Test` constructor and not in `TestResult.run()`, which is incorrect.
E.g. this should work:
Today, they would (probably) work, but they'd be executed in the
Testconstructor and not inTestResult.run(), which is incorrect.