Interface
IGeneratePreTestInitCode

Definition

Namespace:ArtOfTest.Common.Design.CodeGeneration

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IGeneratePreTestInitCode

Methods

ToCodeInit(CodeMemberMethod)

Generates initialization code to run at the beginning of a test method, to prepare the test for this step. e.g. to install dialog handlers.

Declaration

cs-api-definition
void ToCodeInit(CodeMemberMethod testMethod)

Parameters

testMethod

CodeMemberMethod

The CodeDOM object representing the test method

In this article
DefinitionMethodsToCodeInit(CodeMemberMethod)
Not finding the help you need?
Contact Support