Interface IGeneratePreTestInitCode
Namespace: ArtOfTest.Common.Design.CodeGeneration
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IGeneratePreTestInitCode
Methods
ToCodeInit(CodeMemberMethod)
Declaration
void ToCodeInit(CodeMemberMethod testMethod)
Parameters
System.CodeDom.CodeMemberMethod
testMethod
|