C# Class TestResult, UnityTest

Show file Open project: MrJoy/UnityTest Class Usage Examples

Public Properties

Property Type Description
assertions int
isRunning bool
messages ArrayList,
method MethodInfo,
suite Type

Public Methods

Method Description
Done ( ) : void
TestResult ( Type s, MethodInfo, m, ArrayList, msgs ) : System

Method Details

Done() public method

public Done ( ) : void
return void

TestResult() public method

public TestResult ( Type s, MethodInfo, m, ArrayList, msgs ) : System
s Type
m MethodInfo,
msgs ArrayList,
return System

Property Details

assertions public property

public int assertions
return int

isRunning public property

public bool isRunning
return bool

messages public property

public ArrayList, messages
return ArrayList,

method public property

public MethodInfo, method
return MethodInfo,

suite public property

public Type suite
return Type