Version

TestingProcess Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal toolWithNCover As Boolean, _
   ByVal processName As String, _
   ByVal workingDirectory As String, _
   ByVal logFileBase As String, _
   ByVal currentMain As Rational.Test.Ft.Script.RationalTestScript _
)
public TestingProcess( 
   bool toolWithNCover,
   string processName,
   string workingDirectory,
   string logFileBase,
   Rational.Test.Ft.Script.RationalTestScript currentMain
)

Parameters

toolWithNCover
processName
workingDirectory
logFileBase
currentMain
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also