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

Inherits IComparable< UnitTestRendererLine >.

Inherited by UnityTest.GroupLine, and UnityTest.TestLine.

Public Member Functions

int CompareTo (UnitTestRendererLine other)
 
bool Render (RenderingOptions options)
 
void RunTests (object[] testObjectsList)
 
void RunTests (string[] testList)
 
void RunSelectedTests ()
 
virtual string GetResultText ()
 

Static Public Attributes

static Action< TestFilterRunTest
 
static List< UnitTestRendererLineSelectedLines
 

Protected Member Functions

 UnitTestRendererLine (Test test)
 
void OnSelect ()
 
abstract void DrawLine (bool isSelected, RenderingOptions options)
 

Protected Attributes

string m_UniqueId
 
string m_RenderedName
 

Static Protected Attributes

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

bool IsAnySelected [get]
 

Constructor & Destructor Documentation

§ UnitTestRendererLine()

UnityTest.UnitTestRendererLine.UnitTestRendererLine ( Test  test)
protected

Member Function Documentation

§ CompareTo()

int UnityTest.UnitTestRendererLine.CompareTo ( UnitTestRendererLine  other)

§ DrawLine()

abstract void UnityTest.UnitTestRendererLine.DrawLine ( bool  isSelected,
RenderingOptions  options 
)
protectedpure virtual

§ GetResultText()

virtual string UnityTest.UnitTestRendererLine.GetResultText ( )
virtual

Reimplemented in UnityTest.TestLine.

§ OnSelect()

void UnityTest.UnitTestRendererLine.OnSelect ( )
protected

§ Render()

bool UnityTest.UnitTestRendererLine.Render ( RenderingOptions  options)

§ RunSelectedTests()

void UnityTest.UnitTestRendererLine.RunSelectedTests ( )

§ RunTests() [1/2]

void UnityTest.UnitTestRendererLine.RunTests ( object []  testObjectsList)

§ RunTests() [2/2]

void UnityTest.UnitTestRendererLine.RunTests ( string []  testList)

Member Data Documentation

§ m_RenderedName

string UnityTest.UnitTestRendererLine.m_RenderedName
protected

§ m_UniqueId

string UnityTest.UnitTestRendererLine.m_UniqueId
protected

§ RunTest

Action<TestFilter> UnityTest.UnitTestRendererLine.RunTest
static

§ s_GUIRun

GUIContent UnityTest.UnitTestRendererLine.s_GUIRun = new GUIContent("Run")
staticprotected

§ s_GUIRunSelected

GUIContent UnityTest.UnitTestRendererLine.s_GUIRunSelected = new GUIContent("Run Selected")
staticprotected

§ s_GUITimeoutIcon

GUIContent UnityTest.UnitTestRendererLine.s_GUITimeoutIcon = new GUIContent(Icons.StopwatchImg, "Timeout")
staticprotected

§ s_Refresh

bool UnityTest.UnitTestRendererLine.s_Refresh
staticprotected

§ SelectedLines

List<UnitTestRendererLine> UnityTest.UnitTestRendererLine.SelectedLines
static

Property Documentation

§ IsAnySelected

bool UnityTest.UnitTestRendererLine.IsAnySelected
get

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