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

Inherits ScriptableObject.

Inherited by UnityTest.ActionBaseGeneric< T >, UnityTest.ComparerBase, and UnityTest.ValueDoesNotChange.

Public Member Functions

virtual Type [] GetAccepatbleTypesForA ()
 
virtual int GetDepthOfSearch ()
 
virtual string [] GetExcludedFieldNames ()
 
bool Compare ()
 
virtual Type GetParameterType ()
 
virtual string GetConfigurationDescription ()
 
ActionBase CreateCopy (GameObject oldGameObject, GameObject newGameObject)
 
virtual void Fail (AssertionComponent assertion)
 
virtual string GetFailureMessage ()
 

Public Attributes

GameObject go
 
string thisPropertyPath = ""
 

Protected Member Functions

abstract bool Compare (object objVal)
 

Protected Attributes

object m_ObjVal
 

Properties

virtual bool UseCache [get]
 

Member Function Documentation

§ Compare() [1/2]

bool UnityTest.ActionBase.Compare ( )

§ Compare() [2/2]

abstract bool UnityTest.ActionBase.Compare ( object  objVal)
protectedpure virtual

§ CreateCopy()

ActionBase UnityTest.ActionBase.CreateCopy ( GameObject  oldGameObject,
GameObject  newGameObject 
)

§ Fail()

virtual void UnityTest.ActionBase.Fail ( AssertionComponent  assertion)
virtual

§ GetAccepatbleTypesForA()

virtual Type [] UnityTest.ActionBase.GetAccepatbleTypesForA ( )
virtual

§ GetConfigurationDescription()

virtual string UnityTest.ActionBase.GetConfigurationDescription ( )
virtual

§ GetDepthOfSearch()

virtual int UnityTest.ActionBase.GetDepthOfSearch ( )
virtual

§ GetExcludedFieldNames()

virtual string [] UnityTest.ActionBase.GetExcludedFieldNames ( )
virtual

§ GetFailureMessage()

virtual string UnityTest.ActionBase.GetFailureMessage ( )
virtual

Reimplemented in UnityTest.ComparerBase.

§ GetParameterType()

virtual Type UnityTest.ActionBase.GetParameterType ( )
virtual

Member Data Documentation

§ go

GameObject UnityTest.ActionBase.go

§ m_ObjVal

object UnityTest.ActionBase.m_ObjVal
protected

§ thisPropertyPath

string UnityTest.ActionBase.thisPropertyPath = ""

Property Documentation

§ UseCache

virtual bool UnityTest.ActionBase.UseCache
getprotected

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