C# 클래스 UnityTest.Batch

파일 보기 프로젝트 열기: snozbot/fungus

공개 메소드들

메소드 설명
RunIntegrationTests ( BuildTarget targetPlatform ) : void
RunIntegrationTests ( BuildTarget targetPlatform, List testScenes, List otherBuildScenes ) : void

비공개 메소드들

메소드 설명
BuildAndRun ( BuildTarget target, List testScenes, List otherBuildScenes ) : void
RunInEditor ( List testScenes, List otherBuildScenes ) : void

메소드 상세

RunIntegrationTests() 공개 정적인 메소드

public static RunIntegrationTests ( BuildTarget targetPlatform ) : void
targetPlatform BuildTarget
리턴 void

RunIntegrationTests() 공개 정적인 메소드

public static RunIntegrationTests ( BuildTarget targetPlatform, List testScenes, List otherBuildScenes ) : void
targetPlatform BuildTarget
testScenes List
otherBuildScenes List
리턴 void