C# Class IInteractive.WebTest.TestCasePart

Afficher le fichier Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Méthodes publiques

Свойство Type Description
Attr string
IsCorrectScheme bool
Path string

Méthodes publiques

Méthode Description
TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System

Method Details

TestCasePart() public méthode

public TestCasePart ( string Attr, string Path, bool IsCorrectScheme ) : System
Attr string
Path string
IsCorrectScheme bool
Résultat System

Property Details

Attr public_oe property

public string Attr
Résultat string

IsCorrectScheme public_oe property

public bool IsCorrectScheme
Résultat bool

Path public_oe property

public string Path
Résultat string