Index: build/NUnit.Console/nunit.engine.api.xml =================================================================== diff -u -r8a5b3641c3f19b507145f70001735e530f252cf0 -reb797293fe97dcb55bc36fc2afd1788e4f155aed --- build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision 8a5b3641c3f19b507145f70001735e530f252cf0) +++ build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision eb797293fe97dcb55bc36fc2afd1788e4f155aed) @@ -919,17 +919,23 @@ Create an instance of the test engine. - This parameter is no longer used but has not been removed to ensure API compatibility. + If private copy is false, the search order is the NUnit install directory for the current user, then + the install directory for the local machine and finally the current AppDomain's ApplicationBase. + if set to true loads the engine found in the application base directory, + otherwise searches for the test engine with the highest version installed. Defaults to true. Thrown when a test engine of the required minimum version is not found An Create an instance of the test engine with a minimum version. + If private copy is false, the search order is the NUnit install directory for the current user, then + the install directory for the local machine and finally the current AppDomain's ApplicationBase. The minimum version of the engine to return inclusive. - This parameter is no longer used but has not been removed to ensure API compatibility. - Thrown when a test engine of the required minimum version is not found + if set to true loads the engine found in the application base directory, + otherwise searches for the test engine with the highest version installed. Defaults to true. + Thrown when a test engine of the given minimum version is not found An