C# Class UnityEditor.EditorTestsRunner.MessageMatcher

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
pattern string

Public Methods

Method Description
Assert ( string message ) : void

Protected Methods

Method Description
MessageMatcher ( ) : System

Method Details

Assert() public method

public Assert ( string message ) : void
message string
return void

MessageMatcher() protected method

protected MessageMatcher ( ) : System
return System

Property Details

pattern public_oe property

public string pattern
return string