Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ITestRunnerCallback.RunStarted

public void RunStarted(string suiteName, int testCount);

Parameters

suiteName The name of the suite that is being run.
testCount The number of tests that will be run.

Description

The run has started.