C# Class TestResult, UnityTest

Exibir arquivo 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_oe property

public int assertions
return int

isRunning public_oe property

public bool isRunning
return bool

messages public_oe property

public ArrayList, messages
return ArrayList,

method public_oe property

public MethodInfo, method
return MethodInfo,

suite public_oe property

public Type suite
return Type