C# Class StoryTeller.Domain.Tags

Inheritance: ITestPart
显示文件 Open project: adymitruk/storyteller Class Usage Examples

Public Properties

Property Type Description
TAGS string

Public Methods

Method 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 method

public AcceptVisitor ( ITestVisitor visitor ) : void
visitor ITestVisitor
return void

AddTag() public method

public AddTag ( string text ) : void
text string
return void

DoesTestMatch() public method

public DoesTestMatch ( System.Test test ) : bool
test System.Test
return bool

Equals() public method

public Equals ( Tags obj ) : bool
obj Tags
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StepCount() public method

public StepCount ( ) : int
return int

Tags() public method

public Tags ( ) : System
return System

Tags() public method

public Tags ( string text ) : System
text string
return System

Property Details

TAGS public_oe static_oe property

public static string TAGS
return string