C# 클래스 TestResult, UnityTest

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

공개 프로퍼티들

프로퍼티 타입 설명
assertions int
isRunning bool
messages ArrayList,
method MethodInfo,
suite Type

공개 메소드들

메소드 설명
Done ( ) : void
TestResult ( Type s, MethodInfo, m, ArrayList, msgs ) : System

메소드 상세

Done() 공개 메소드

public Done ( ) : void
리턴 void

TestResult() 공개 메소드

public TestResult ( Type s, MethodInfo, m, ArrayList, msgs ) : System
s Type
m MethodInfo,
msgs ArrayList,
리턴 System

프로퍼티 상세

assertions 공개적으로 프로퍼티

public int assertions
리턴 int

isRunning 공개적으로 프로퍼티

public bool isRunning
리턴 bool

messages 공개적으로 프로퍼티

public ArrayList, messages
리턴 ArrayList,

method 공개적으로 프로퍼티

public MethodInfo, method
리턴 MethodInfo,

suite 공개적으로 프로퍼티

public Type suite
리턴 Type