C# 클래스 fitSharp.Test.NUnit.Slim.SampleClass

상속: DomainAdapter
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Info string
MethodCount int

공개 메소드들

메소드 설명
AbortSuite ( ) : void
AbortTest ( ) : void
MakeSample ( ) : SampleClass
SampleClass ( ) : System
SampleClass ( string info ) : System
SampleMethod ( ) : string
SampleMethodWithParm ( string parameter ) : string
SampleVoidMethod ( ) : void
ToString ( ) : string

메소드 상세

AbortSuite() 공개 메소드

public AbortSuite ( ) : void
리턴 void

AbortTest() 공개 메소드

public AbortTest ( ) : void
리턴 void

MakeSample() 공개 메소드

public MakeSample ( ) : SampleClass
리턴 SampleClass

SampleClass() 공개 메소드

public SampleClass ( ) : System
리턴 System

SampleClass() 공개 메소드

public SampleClass ( string info ) : System
info string
리턴 System

SampleMethod() 공개 메소드

public SampleMethod ( ) : string
리턴 string

SampleMethodWithParm() 공개 메소드

public SampleMethodWithParm ( string parameter ) : string
parameter string
리턴 string

SampleVoidMethod() 공개 메소드

public SampleVoidMethod ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static int Count
리턴 int

Info 공개적으로 프로퍼티

public string Info
리턴 string

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

public static int MethodCount
리턴 int