C# Class UnityTest.ResultDTO

显示文件 Open project: snozbot/fungus Class Usage Examples

Public Properties

Property Type Description
levelCount int
loadedLevel int
loadedLevelName string
messageType MessageType
testName string
testResult ITestResult
testTimeout float

Public Methods

Method Description
CreateAllScenesFinished ( ) : ResultDTO
CreatePing ( ) : ResultDTO
CreateRunFinished ( List testResults ) : ResultDTO
CreateRunStarted ( ) : ResultDTO
CreateTestFinished ( UnityTest.TestResult test ) : ResultDTO
CreateTestStarted ( UnityTest.TestResult test ) : ResultDTO

Private Methods

Method Description
GetSerializableTestResult ( UnityTest.TestResult test ) : ITestResult
ResultDTO ( MessageType messageType ) : System

Method Details

CreateAllScenesFinished() public static method

public static CreateAllScenesFinished ( ) : ResultDTO
return ResultDTO

CreatePing() public static method

public static CreatePing ( ) : ResultDTO
return ResultDTO

CreateRunFinished() public static method

public static CreateRunFinished ( List testResults ) : ResultDTO
testResults List
return ResultDTO

CreateRunStarted() public static method

public static CreateRunStarted ( ) : ResultDTO
return ResultDTO

CreateTestFinished() public static method

public static CreateTestFinished ( UnityTest.TestResult test ) : ResultDTO
test UnityTest.TestResult
return ResultDTO

CreateTestStarted() public static method

public static CreateTestStarted ( UnityTest.TestResult test ) : ResultDTO
test UnityTest.TestResult
return ResultDTO

Property Details

levelCount public_oe property

public int levelCount
return int

loadedLevel public_oe property

public int loadedLevel
return int

loadedLevelName public_oe property

public string loadedLevelName
return string

messageType public_oe property

public MessageType messageType
return MessageType

testName public_oe property

public string testName
return string

testResult public_oe property

public ITestResult testResult
return ITestResult

testTimeout public_oe property

public float testTimeout
return float