MeshBaker
Classes | Static Public Member Functions | Public Attributes | List of all members
IntegrationTest Class Reference

Classes

class  DynamicTestAttribute
 
class  ExcludePlatformAttribute
 
class  ExpectExceptions
 
class  IgnoreAttribute
 
class  SucceedWithAssertions
 
class  TimeoutAttribute
 

Static Public Member Functions

static void Pass ()
 
static void Pass (GameObject go)
 
static void Fail (string reason)
 
static void Fail (GameObject go, string reason)
 
static void Fail ()
 
static void Fail (GameObject go)
 
static void Assert (bool condition)
 
static void Assert (GameObject go, bool condition)
 
static void Assert (bool condition, string message)
 
static void Assert (GameObject go, bool condition, string message)
 

Public Attributes

const string passMessage = "IntegrationTest Pass"
 
const string failMessage = "IntegrationTest Fail"
 

Member Function Documentation

§ Assert() [1/4]

static void IntegrationTest.Assert ( bool  condition)
static

§ Assert() [2/4]

static void IntegrationTest.Assert ( GameObject  go,
bool  condition 
)
static

§ Assert() [3/4]

static void IntegrationTest.Assert ( bool  condition,
string  message 
)
static

§ Assert() [4/4]

static void IntegrationTest.Assert ( GameObject  go,
bool  condition,
string  message 
)
static

§ Fail() [1/4]

static void IntegrationTest.Fail ( string  reason)
static

§ Fail() [2/4]

static void IntegrationTest.Fail ( GameObject  go,
string  reason 
)
static

§ Fail() [3/4]

static void IntegrationTest.Fail ( )
static

§ Fail() [4/4]

static void IntegrationTest.Fail ( GameObject  go)
static

§ Pass() [1/2]

static void IntegrationTest.Pass ( )
static

§ Pass() [2/2]

static void IntegrationTest.Pass ( GameObject  go)
static

Member Data Documentation

§ failMessage

const string IntegrationTest.failMessage = "IntegrationTest Fail"

§ passMessage

const string IntegrationTest.passMessage = "IntegrationTest Pass"

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