Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Eto
Test
Sections
TestListener
C# 클래스 Eto.Test.Sections.TestListener
상속:
ITestListener
파일 보기
프로젝트 열기: picoe/Eto
1 사용 예제들
공개 메소드들
메소드
설명
TestFinished
(
ITestResult
result
) :
void
TestOutput
(
TestOutput
output
) :
void
TestStarted
(
ITest
test
) :
void
메소드 상세
TestFinished()
공개
메소드
public
TestFinished
(
ITestResult
result
) :
void
result
ITestResult
리턴
void
TestOutput()
공개
메소드
public
TestOutput
(
TestOutput
output
) :
void
output
TestOutput
리턴
void
TestStarted()
공개
메소드
public
TestStarted
(
ITest
test
) :
void
test
ITest
리턴
void