InterfaceIGeneratePreTestInitCode
Interface
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
The CodeDOM object representing the test method