C# 클래스 UnityEditor.EditorTests.Batch

This class can invoke editor tests runs.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
RunTests ( ITestRunnerCallback testRunnerCallback ) : void

Execute editor tests run.

RunTests ( ITestRunnerCallback testRunnerCallback, string nameFilter, string categoryFilter ) : void

Execute editor tests run.

RunTestsInRunnerWindow ( ) : void

Run tests in the editor tests runner window.

RunTestsInRunnerWindow ( string tests ) : void

Run tests in the editor tests runner window.

비공개 메소드들

메소드 설명
GetVerboseTestLogger ( string verboseLog ) : ITestRunnerCallback
RunEditorTests ( string resultFilePath, string verboseLog, string nameFilter, string categoryFilter ) : void

메소드 상세

RunTests() 공개 정적인 메소드

Execute editor tests run.

public static RunTests ( ITestRunnerCallback testRunnerCallback ) : void
testRunnerCallback ITestRunnerCallback Test runner callback.
리턴 void

RunTests() 공개 정적인 메소드

Execute editor tests run.

public static RunTests ( ITestRunnerCallback testRunnerCallback, string nameFilter, string categoryFilter ) : void
testRunnerCallback ITestRunnerCallback Test runner callback.
nameFilter string Test names to run.
categoryFilter string Categories to run.
리턴 void

RunTestsInRunnerWindow() 공개 정적인 메소드

Run tests in the editor tests runner window.

public static RunTestsInRunnerWindow ( ) : void
리턴 void

RunTestsInRunnerWindow() 공개 정적인 메소드

Run tests in the editor tests runner window.

public static RunTestsInRunnerWindow ( string tests ) : void
tests string Names of the tests to run.
리턴 void