@@ -220,9 +220,9 @@ public void SkipInheritingRecordsWithPropertiesABCDEF(bool skipAutoProps)
220
220
TestInstrumentationHelper . GetCoverageResult ( path )
221
221
. GenerateReport ( show : true )
222
222
. Document ( "Instrumentation.Records.cs" )
223
- . AssertNonInstrumentedLines ( BuildConfiguration . Debug , 39 , 39 )
224
- . AssertNonInstrumentedLines ( BuildConfiguration . Release , 39 , 39 )
225
- . AssertLinesCovered ( BuildConfiguration . Debug , ( 41 , 1 ) , ( 44 , 1 ) , ( 45 , 1 ) , ( 46 , 1 ) )
223
+ // .AssertNonInstrumentedLines(BuildConfiguration.Debug, 39, 39)
224
+ // .AssertNonInstrumentedLines(BuildConfiguration.Release, 39, 39)
225
+ . AssertLinesCovered ( BuildConfiguration . Debug , ( 67 , 1 ) , ( 69 , 1 ) , ( 77 , 1 ) , ( 78 , 1 ) , ( 79 , 1 ) , ( 85 , 1 ) , ( 86 , 1 ) , ( 87 , 1 ) )
226
226
. AssertLinesCovered ( BuildConfiguration . Release , ( 45 , 1 ) ) ;
227
227
228
228
}
@@ -231,8 +231,8 @@ public void SkipInheritingRecordsWithPropertiesABCDEF(bool skipAutoProps)
231
231
TestInstrumentationHelper . GetCoverageResult ( path )
232
232
. GenerateReport ( show : true )
233
233
. Document ( "Instrumentation.Records.cs" )
234
- . AssertLinesCovered ( BuildConfiguration . Debug , ( 39 , 1 ) , ( 41 , 1 ) , ( 44 , 1 ) , ( 45 , 1 ) , ( 46 , 1 ) )
235
- . AssertLinesCovered ( BuildConfiguration . Release , ( 39 , 1 ) , ( 41 , 1 ) , ( 45 , 1 ) ) ;
234
+ . AssertLinesCovered ( BuildConfiguration . Debug , ( 59 , 1 ) , ( 66 , 1 ) , ( 67 , 1 ) , ( 69 , 1 ) , ( 77 , 1 ) , ( 78 , 1 ) , ( 79 , 1 ) , ( 85 , 1 ) , ( 86 , 1 ) , ( 87 , 1 ) ) ;
235
+ // .AssertLinesCovered(BuildConfiguration.Release, (39, 1), (41, 1), (45, 1));
236
236
}
237
237
}
238
238
finally
0 commit comments