File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,5 @@ public void PrepareModules(Coverage coverage)
70
70
{
71
71
coverage . PrepareModules ( ) ;
72
72
}
73
-
74
- public void UnloadModule ( Coverage coverage , string modulePath )
75
- {
76
- coverage . UnloadModule ( modulePath ) ;
77
- }
78
73
}
79
74
}
Original file line number Diff line number Diff line change @@ -39,12 +39,5 @@ internal interface ICoverageWrapper
39
39
/// <param name="coverage"></param>
40
40
void PrepareModules ( Coverage coverage ) ;
41
41
42
- /// <summary>
43
- /// Unload module in the specified path
44
- /// </summary>
45
- /// <param name="coverage"></param>
46
- /// <param name="modulePath"> path of the module to be unloaded</param>
47
- void UnloadModule ( Coverage coverage , string modulePath ) ;
48
-
49
42
}
50
43
}
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ public CoverageResult GetCoverageResult()
334
334
335
335
/// <summary>
336
336
/// Invoke the unloading of modules and restoration of the original assembly files, made public to allow unloading
337
- /// of instrumentation is testing using parallelization
337
+ /// of instrumentation in large scale testing utilising parallelization
338
338
/// </summary>
339
339
/// <param name="modulePath"></param>
340
340
public void UnloadModule ( string modulePath )
You can’t perform that action at this time.
0 commit comments