-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
As part of moving out of ToF and into the open, I've been going through the "Tree of the future" tests and calculating which of those tests provide coverage that we're missing in the open tests. The goal of this is to get the open tests universally better than the ToF tests so that we can turn the ToF tests off for ProjectK runs and save us all a lot of headache diagnosing test failures from potentially outdated tests.
For System.Reflection.DispatchProxy, we're missing 79 lines of coverage.
To fulfill the uncovered lines we would need to either create new tests for them or port 1 ToF tests to the open. Those tests are:
- System.Reflection.DispatchProxy\4.0.0.0\System.Reflection.DispatchProxy.Tests\DispatchProxyTests.DispatchProxyTests.Created_Proxy_With_Different_Proxy_Type_Us_Different_Proxy_Type_Use_Different_Generated_Type.xml
Coverage reports, coverage xml files, and detailed json lists of each piece of missing coverage and the corresponding ToF test that fills it are available on request.