|
MeshBaker
|
Inherits UnityTest.UnitTestRendererLine, and IComparable< TestLine >.
Public Member Functions | |
| TestLine (TestMethod test, string resultId) | |
| int | CompareTo (TestLine other) |
| override string | GetResultText () |
Public Member Functions inherited from UnityTest.UnitTestRendererLine | |
| int | CompareTo (UnitTestRendererLine other) |
| bool | Render (RenderingOptions options) |
| void | RunTests (object[] testObjectsList) |
| void | RunTests (string[] testList) |
| void | RunSelectedTests () |
Static Public Attributes | |
| static Func< string, UnitTestResult > | GetUnitTestResult |
Static Public Attributes inherited from UnityTest.UnitTestRendererLine | |
| static Action< TestFilter > | RunTest |
| static List< UnitTestRendererLine > | SelectedLines |
Protected Member Functions | |
| override void | DrawLine (bool isSelected, RenderingOptions options) |
Protected Member Functions inherited from UnityTest.UnitTestRendererLine | |
| UnitTestRendererLine (Test test) | |
| void | OnSelect () |
Static Protected Attributes | |
| static GUIContent | s_GUIOpenInEditor = new GUIContent("Open in editor") |
Static Protected Attributes inherited from UnityTest.UnitTestRendererLine | |
| static bool | s_Refresh |
| static GUIContent | s_GUIRunSelected = new GUIContent("Run Selected") |
| static GUIContent | s_GUIRun = new GUIContent("Run") |
| static GUIContent | s_GUITimeoutIcon = new GUIContent(Icons.StopwatchImg, "Timeout") |
Properties | |
| UnitTestResult | result [get] |
Properties inherited from UnityTest.UnitTestRendererLine | |
| bool | IsAnySelected [get] |
Additional Inherited Members | |
Protected Attributes inherited from UnityTest.UnitTestRendererLine | |
| string | m_UniqueId |
| string | m_RenderedName |
| UnityTest.TestLine.TestLine | ( | TestMethod | test, |
| string | resultId | ||
| ) |
| int UnityTest.TestLine.CompareTo | ( | TestLine | other | ) |
|
protectedvirtual |
Implements UnityTest.UnitTestRendererLine.
|
virtual |
Reimplemented from UnityTest.UnitTestRendererLine.
|
static |
|
staticprotected |
|
get |
1.8.12