You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do create TestResult from TestFramework, then we convert that to UnitTestResult (adapter), then convert that back to TestResult from VSTest object model. I think we can keep the TestResult from TestFramework all the way, and convert it directly to VSTest's TestResult without needing UnitTestResult at all.
#4591 has a PoC that is reverted to move forward with #4591 faster. We should investigate bringing it back.
The text was updated successfully, but these errors were encountered:
Currently, we do create TestResult from TestFramework, then we convert that to UnitTestResult (adapter), then convert that back to TestResult from VSTest object model. I think we can keep the TestResult from TestFramework all the way, and convert it directly to VSTest's TestResult without needing UnitTestResult at all.
#4591 has a PoC that is reverted to move forward with #4591 faster. We should investigate bringing it back.
The text was updated successfully, but these errors were encountered: