C# 클래스 SharpUnit.UnityTestCase

상속: UnityEngine.MonoBehaviour, ITestCase
파일 보기 프로젝트 열기: acidlemon/SharpUnit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Exception TestException
_Failed bool

공개 메소드들

메소드 설명
GetTestResult ( ) : TestResult
Run ( TestResult result ) : IEnumerator
SetTestMethod ( string method ) : void
SetUp ( ) : void
TearDown ( ) : void

보호된 메소드들

메소드 설명
DoneTesting ( ) : void
MarkAsFailure ( TestException e ) : void

메소드 상세

DoneTesting() 보호된 메소드

protected DoneTesting ( ) : void
리턴 void

GetTestResult() 공개 메소드

public GetTestResult ( ) : TestResult
리턴 TestResult

MarkAsFailure() 보호된 메소드

protected MarkAsFailure ( TestException e ) : void
e TestException
리턴 void

Run() 공개 메소드

public Run ( TestResult result ) : IEnumerator
result TestResult
리턴 IEnumerator

SetTestMethod() 공개 메소드

public SetTestMethod ( string method ) : void
method string
리턴 void

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void

TearDown() 공개 메소드

public TearDown ( ) : void
리턴 void

프로퍼티 상세

_Exception 보호되어 있는 프로퍼티

protected TestException _Exception
리턴 TestException

_Failed 보호되어 있는 프로퍼티

protected bool _Failed
리턴 bool