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

Inherits IComparable< IntegrationTestRendererBase >.

Inherited by UnityTest.IntegrationTestGroupLine, and UnityTest.IntegrationTestLine.

Public Member Functions

int CompareTo (IntegrationTestRendererBase other)
 
bool Render (RenderingOptions options)
 
abstract bool SetCurrentTest (TestComponent tc)
 

Static Public Member Functions

static void DrawContextMenu (TestComponent testComponent)
 
static Texture GetIconForResult (TestResult.ResultType resultState)
 

Public Attributes

TestComponent test
 

Static Public Attributes

static Action< IList< ITestComponent > > RunTest
 

Protected Member Functions

 IntegrationTestRendererBase (GameObject gameObject)
 
void OnSelect ()
 
void OnLeftMouseButtonClick (Rect rect)
 
void OnContextClick (Rect rect)
 

Protected Attributes

GameObject m_GameObject
 

Static Protected Attributes

static bool s_Refresh
 
static GUIContent s_GUITimeoutIcon = new GUIContent(Icons.StopwatchImg, "Timeout")
 

Constructor & Destructor Documentation

§ IntegrationTestRendererBase()

UnityTest.IntegrationTestRendererBase.IntegrationTestRendererBase ( GameObject  gameObject)
protected

Member Function Documentation

§ CompareTo()

int UnityTest.IntegrationTestRendererBase.CompareTo ( IntegrationTestRendererBase  other)

§ DrawContextMenu()

static void UnityTest.IntegrationTestRendererBase.DrawContextMenu ( TestComponent  testComponent)
static

§ GetIconForResult()

static Texture UnityTest.IntegrationTestRendererBase.GetIconForResult ( TestResult.ResultType  resultState)
static

§ OnContextClick()

void UnityTest.IntegrationTestRendererBase.OnContextClick ( Rect  rect)
protected

§ OnLeftMouseButtonClick()

void UnityTest.IntegrationTestRendererBase.OnLeftMouseButtonClick ( Rect  rect)
protected

§ OnSelect()

void UnityTest.IntegrationTestRendererBase.OnSelect ( )
protected

§ Render()

bool UnityTest.IntegrationTestRendererBase.Render ( RenderingOptions  options)

§ SetCurrentTest()

abstract bool UnityTest.IntegrationTestRendererBase.SetCurrentTest ( TestComponent  tc)
pure virtual

Member Data Documentation

§ m_GameObject

GameObject UnityTest.IntegrationTestRendererBase.m_GameObject
protected

§ RunTest

Action<IList<ITestComponent> > UnityTest.IntegrationTestRendererBase.RunTest
static

§ s_GUITimeoutIcon

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

§ s_Refresh

bool UnityTest.IntegrationTestRendererBase.s_Refresh
staticprotected

§ test

TestComponent UnityTest.IntegrationTestRendererBase.test

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