We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a036cf commit d7332a2Copy full SHA for d7332a2
src/NUnitEngine/nunit.engine.api/ITestRunner.cs
@@ -21,9 +21,9 @@ public interface ITestRunner : IDisposable
21
/// </summary>
22
/// <returns>An XmlNode representing the loaded package.</returns>
23
/// <remarks>
24
- /// This method is normally optional, since Explore and Run call
25
- /// it automatically when necessary. The method is kept in order
26
- /// to make it easier to convert older programs that use it.
+ /// This method is optional, since Explore and Run both load the
+ /// tests automatically when necessary. Programs needing a correct
+ /// test case count may still need to call it in advance.
27
/// </remarks>
28
XmlNode Load();
29
0 commit comments