C# 클래스 StoryTeller.Testing.Engine.Dooer

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

공개 프로퍼티들

프로퍼티 타입 설명
Age int
Name string

공개 메소드들

메소드 설명
DoSomethingWith ( string name, int age ) : void
MethodThatDoesNothing ( ) : void
MethodThatThrowsException ( ) : void

비공개 메소드들

메소드 설명
DoSomethingUsingContextAndAddress ( string name, ITestContext context, Address address ) : void
DoSomethingWith2 ( string name, int age ) : void

메소드 상세

DoSomethingWith() 공개 메소드

public DoSomethingWith ( string name, int age ) : void
name string
age int
리턴 void

MethodThatDoesNothing() 공개 메소드

public MethodThatDoesNothing ( ) : void
리턴 void

MethodThatThrowsException() 공개 메소드

public MethodThatThrowsException ( ) : void
리턴 void

프로퍼티 상세

Age 공개적으로 프로퍼티

public int Age
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string