MeshBaker
Classes | Public Member Functions | Protected Member Functions | List of all members
UnityTest.AssertionListRenderer< T > Class Template Referenceabstract

Inherits UnityTest.IListRenderer.

Public Member Functions

void Render (IEnumerable< AssertionComponent > allAssertions, List< string > foldMarkers)
 

Protected Member Functions

abstract IEnumerable< IGrouping< T, AssertionComponent > > GroupResult (IEnumerable< AssertionComponent > assertionComponents)
 
virtual string GetStringKey (T key)
 
virtual bool PrintFoldout (bool isFolded, T key)
 
virtual string GetFoldoutDisplayName (T key)
 
virtual void PrintFoldedAssertionLine (AssertionComponent assertionComponent)
 
virtual void PrintAssertionLineDetails (AssertionComponent assertionComponent)
 

Member Function Documentation

§ GetFoldoutDisplayName()

virtual string UnityTest.AssertionListRenderer< T >.GetFoldoutDisplayName ( key)
protectedvirtual

§ GetStringKey()

virtual string UnityTest.AssertionListRenderer< T >.GetStringKey ( key)
protectedvirtual

§ GroupResult()

abstract IEnumerable<IGrouping<T, AssertionComponent> > UnityTest.AssertionListRenderer< T >.GroupResult ( IEnumerable< AssertionComponent assertionComponents)
protectedpure virtual

§ PrintAssertionLineDetails()

virtual void UnityTest.AssertionListRenderer< T >.PrintAssertionLineDetails ( AssertionComponent  assertionComponent)
protectedvirtual

§ PrintFoldedAssertionLine()

virtual void UnityTest.AssertionListRenderer< T >.PrintFoldedAssertionLine ( AssertionComponent  assertionComponent)
protectedvirtual

§ PrintFoldout()

virtual bool UnityTest.AssertionListRenderer< T >.PrintFoldout ( bool  isFolded,
key 
)
protectedvirtual

§ Render()

void UnityTest.AssertionListRenderer< T >.Render ( IEnumerable< AssertionComponent allAssertions,
List< string >  foldMarkers 
)

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