MeshBaker
Public Types | Public Attributes | Protected Member Functions | List of all members
UnityTest.GeneralComparer Class Reference

Inherits UnityTest.ComparerBase.

Public Types

enum  CompareType { CompareType.AEqualsB, CompareType.ANotEqualsB }
 
- Public Types inherited from UnityTest.ComparerBase
enum  CompareToType { CompareToType.CompareToObject, CompareToType.CompareToConstantValue, CompareToType.CompareToNull }
 

Public Attributes

CompareType compareType
 
- Public Attributes inherited from UnityTest.ComparerBase
CompareToType compareToType = CompareToType.CompareToObject
 
GameObject other
 
string otherPropertyPath = ""
 
- Public Attributes inherited from UnityTest.ActionBase
GameObject go
 
string thisPropertyPath = ""
 

Protected Member Functions

override bool Compare (object a, object b)
 
- Protected Member Functions inherited from UnityTest.ComparerBase
override bool Compare (object objValue)
 

Additional Inherited Members

- Public Member Functions inherited from UnityTest.ComparerBase
virtual Type [] GetAccepatbleTypesForB ()
 
virtual object GetDefaultConstValue ()
 
override string GetFailureMessage ()
 
- Public Member Functions inherited from UnityTest.ActionBase
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)
 
- Protected Attributes inherited from UnityTest.ComparerBase
object m_ObjOtherVal
 
- Protected Attributes inherited from UnityTest.ActionBase
object m_ObjVal
 
- Properties inherited from UnityTest.ComparerBase
virtual object ConstValue [get, set]
 
- Properties inherited from UnityTest.ActionBase
virtual bool UseCache [get]
 

Member Enumeration Documentation

§ CompareType

Enumerator
AEqualsB 
ANotEqualsB 

Member Function Documentation

§ Compare()

override bool UnityTest.GeneralComparer.Compare ( object  a,
object  b 
)
protectedvirtual

Member Data Documentation

§ compareType

CompareType UnityTest.GeneralComparer.compareType

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