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

Inherits UnityTest.UnitTestRendererLine.

Public Member Functions

 GroupLine (TestSuite suite)
 
void AddChildren (UnitTestRendererLine[] children)
 
- 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 ()
 
virtual string GetResultText ()
 

Static Public Attributes

static List< string > FoldMarkers
 
- 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_GUIExpandAll = new GUIContent("Expand all")
 
static GUIContent s_GUICollapseAll = new GUIContent("Collapse all")
 
- 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")
 

Additional Inherited Members

- Protected Attributes inherited from UnityTest.UnitTestRendererLine
string m_UniqueId
 
string m_RenderedName
 
- Properties inherited from UnityTest.UnitTestRendererLine
bool IsAnySelected [get]
 

Constructor & Destructor Documentation

§ GroupLine()

UnityTest.GroupLine.GroupLine ( TestSuite  suite)

Member Function Documentation

§ AddChildren()

void UnityTest.GroupLine.AddChildren ( UnitTestRendererLine []  children)

§ DrawLine()

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

Member Data Documentation

§ FoldMarkers

List<string> UnityTest.GroupLine.FoldMarkers
static

§ s_GUICollapseAll

GUIContent UnityTest.GroupLine.s_GUICollapseAll = new GUIContent("Collapse all")
staticprotected

§ s_GUIExpandAll

GUIContent UnityTest.GroupLine.s_GUIExpandAll = new GUIContent("Expand all")
staticprotected

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