C# Class TestRunnerGUI, UnityTest

显示文件 Open project: MrJoy/UnityTest Class Usage Examples

Public Methods

Method Description
ShowAggregateResults ( TestResultsViewState, state, ArrayList aggregateResults ) : TestResultsViewState,
ShowSuiteResults ( Vector2 scrollPosition, ArrayList results ) : Vector2

Method Details

ShowAggregateResults() public static method

public static ShowAggregateResults ( TestResultsViewState, state, ArrayList aggregateResults ) : TestResultsViewState,
state TestResultsViewState,
aggregateResults ArrayList
return TestResultsViewState,

ShowSuiteResults() public static method

public static ShowSuiteResults ( Vector2 scrollPosition, ArrayList results ) : Vector2
scrollPosition Vector2
results ArrayList
return Vector2