MeshBaker
Public Member Functions | Static Public Member Functions | Properties | List of all members
UnityTest.UnitTestInfo Class Reference

Public Member Functions

 UnitTestInfo (TestMethod testMethod)
 
 UnitTestInfo (string id)
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (UnitTestInfo a, UnitTestInfo b)
 
static bool operator!= (UnitTestInfo a, UnitTestInfo b)
 

Properties

string ParamName [get]
 
string MethodName [get]
 
string FullMethodName [get]
 
string ClassName [get]
 
string FullClassName [get]
 
string Namespace [get]
 
string FullName [get]
 
string [] Categories [get]
 
string AssemblyPath [get]
 
string Id [get]
 
bool IsIgnored [get]
 

Constructor & Destructor Documentation

§ UnitTestInfo() [1/2]

UnityTest.UnitTestInfo.UnitTestInfo ( TestMethod  testMethod)

§ UnitTestInfo() [2/2]

UnityTest.UnitTestInfo.UnitTestInfo ( string  id)

Member Function Documentation

§ Equals()

override bool UnityTest.UnitTestInfo.Equals ( Object  obj)

§ GetHashCode()

override int UnityTest.UnitTestInfo.GetHashCode ( )

§ operator!=()

static bool UnityTest.UnitTestInfo.operator!= ( UnitTestInfo  a,
UnitTestInfo  b 
)
static

§ operator==()

static bool UnityTest.UnitTestInfo.operator== ( UnitTestInfo  a,
UnitTestInfo  b 
)
static

Property Documentation

§ AssemblyPath

string UnityTest.UnitTestInfo.AssemblyPath
get

§ Categories

string [] UnityTest.UnitTestInfo.Categories
get

§ ClassName

string UnityTest.UnitTestInfo.ClassName
get

§ FullClassName

string UnityTest.UnitTestInfo.FullClassName
get

§ FullMethodName

string UnityTest.UnitTestInfo.FullMethodName
get

§ FullName

string UnityTest.UnitTestInfo.FullName
get

§ Id

string UnityTest.UnitTestInfo.Id
get

§ IsIgnored

bool UnityTest.UnitTestInfo.IsIgnored
get

§ MethodName

string UnityTest.UnitTestInfo.MethodName
get

§ Namespace

string UnityTest.UnitTestInfo.Namespace
get

§ ParamName

string UnityTest.UnitTestInfo.ParamName
get

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