C# Class ShouldThrowExceptionAttribute, UnityTest

Inheritance: System.Attribute
Mostrar archivo Open project: MrJoy/UnityTest

Public Properties

Property Type Description
allowedExceptionType System.Type

Public Methods

Method Description
ShouldThrowExceptionAttribute ( ) : UnityEngine
ShouldThrowExceptionAttribute ( System t ) : UnityEngine

Method Details

ShouldThrowExceptionAttribute() public method

public ShouldThrowExceptionAttribute ( ) : UnityEngine
return UnityEngine

ShouldThrowExceptionAttribute() public method

public ShouldThrowExceptionAttribute ( System t ) : UnityEngine
t System
return UnityEngine

Property Details

allowedExceptionType public_oe property

public Type,System allowedExceptionType
return System.Type