MeshBaker
Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Attributes | Properties | List of all members
UnityTest.TestLine Class Reference

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, UnitTestResultGetUnitTestResult
 
- Static Public Attributes inherited from UnityTest.UnitTestRendererLine
static Action< TestFilterRunTest
 
static List< UnitTestRendererLineSelectedLines
 

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
 

Constructor & Destructor Documentation

§ TestLine()

UnityTest.TestLine.TestLine ( TestMethod  test,
string  resultId 
)

Member Function Documentation

§ CompareTo()

int UnityTest.TestLine.CompareTo ( TestLine  other)

§ DrawLine()

override void UnityTest.TestLine.DrawLine ( bool  isSelected,
RenderingOptions  options 
)
protectedvirtual

§ GetResultText()

override string UnityTest.TestLine.GetResultText ( )
virtual

Reimplemented from UnityTest.UnitTestRendererLine.

Member Data Documentation

§ GetUnitTestResult

Func<string, UnitTestResult> UnityTest.TestLine.GetUnitTestResult
static

§ s_GUIOpenInEditor

GUIContent UnityTest.TestLine.s_GUIOpenInEditor = new GUIContent("Open in editor")
staticprotected

Property Documentation

§ result

UnitTestResult UnityTest.TestLine.result
get

The documentation for this class was generated from the following file: