Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

PrebuildSetupAttribute Constructor

public PrebuildSetupAttribute(Type setupClass);

Parameters

setupClass Type of the class implementing IPrebuildSetup.

Description

Points to a class that imlpements IPrebuildSetup. The method from IPrebuildSetup will be executed before the test run is initiated.