Skip to content

TestRunContext

Stephen McCafferty edited this page Mar 2, 2020 · 2 revisions

The TestRunContext supplies you with information about your current test run. You can get an instance of it through context injection.

Public properties

string TestDirectory {get;}

Provides the path to the folder of the test assembly

Clone this wiki locally