C# Class IInteractive.WebTest.TestCasePart

Show file 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 property

public string Attr
return string

IsCorrectScheme public property

public bool IsCorrectScheme
return bool

Path public property

public string Path
return string