Class LogAssert
Namespace: UnityEngine.TestTools
Syntax
public static class LogAssert
Methods
Expect(LogType, Regex)
Declaration
public static void Expect(LogType type, Regex regex)
Parameters
Type | Name | Description |
---|---|---|
LogType | type | |
Regex | regex |
Expect(LogType, String)
Declaration
[Conditional("DEBUG")]
public static void Expect(LogType type, string message)
Parameters
Type | Name | Description |
---|---|---|
LogType | type | |
String | message |
ExpectReset()
Declaration
[Conditional("DEBUG")]
public static void ExpectReset()
NoUnexpectedReceived()
Declaration
[Conditional("DEBUG")]
public static void NoUnexpectedReceived()