C# Class IInteractive.WebTest.TestCasePart

Mostrar archivo Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Public Properties

Property Type Description
Attr string
IsCorrectScheme bool
Path string

Public Methods

Method Description
TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System

Method Details

TestCasePart() public method

public TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System
Attr string
Path string
IsCorrectScheme bool
return System

Property Details

Attr public_oe property

public string Attr
return string

IsCorrectScheme public_oe property

public bool IsCorrectScheme
return bool

Path public_oe property

public string Path
return string