C# Class StoryTeller.Domain.Tags

Inheritance: ITestPart
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
TAGS string

Méthodes publiques

Méthode Description
AcceptVisitor ( ITestVisitor visitor ) : void
AddTag ( string text ) : void
DoesTestMatch ( System.Test test ) : bool
Equals ( Tags obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StepCount ( ) : int
Tags ( ) : System
Tags ( string text ) : System

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ITestVisitor visitor ) : void
visitor ITestVisitor
Résultat void

AddTag() public méthode

public AddTag ( string text ) : void
text string
Résultat void

DoesTestMatch() public méthode

public DoesTestMatch ( System.Test test ) : bool
test System.Test
Résultat bool

Equals() public méthode

public Equals ( Tags obj ) : bool
obj Tags
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StepCount() public méthode

public StepCount ( ) : int
Résultat int

Tags() public méthode

public Tags ( ) : System
Résultat System

Tags() public méthode

public Tags ( string text ) : System
text string
Résultat System

Property Details

TAGS public_oe static_oe property

public static string TAGS
Résultat string