Skip to content

Commit d7332a2

Browse files
committed
Prepare for release
1 parent 4a036cf commit d7332a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/NUnitEngine/nunit.engine.api/ITestRunner.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ public interface ITestRunner : IDisposable
2121
/// </summary>
2222
/// <returns>An XmlNode representing the loaded package.</returns>
2323
/// <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.
24+
/// This method is optional, since Explore and Run both load the
25+
/// tests automatically when necessary. Programs needing a correct
26+
/// test case count may still need to call it in advance.
2727
/// </remarks>
2828
XmlNode Load();
2929

0 commit comments

Comments
 (0)