C# 클래스 StoryTeller.Domain.Tags

상속: ITestPart
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TAGS string

공개 메소드들

메소드 설명
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

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ITestVisitor visitor ) : void
visitor ITestVisitor
리턴 void

AddTag() 공개 메소드

public AddTag ( string text ) : void
text string
리턴 void

DoesTestMatch() 공개 메소드

public DoesTestMatch ( System.Test test ) : bool
test System.Test
리턴 bool

Equals() 공개 메소드

public Equals ( Tags obj ) : bool
obj Tags
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StepCount() 공개 메소드

public StepCount ( ) : int
리턴 int

Tags() 공개 메소드

public Tags ( ) : System
리턴 System

Tags() 공개 메소드

public Tags ( string text ) : System
text string
리턴 System

프로퍼티 상세

TAGS 공개적으로 정적으로 프로퍼티

public static string TAGS
리턴 string