Class NetcodeLogAssert
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetcodeLogAssert : IDisposable
Constructors
Name | Description |
---|---|
NetcodeLogAssert(bool, bool) |
Methods
Name | Description |
---|---|
AddLog(string, string, LogType) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
HasLogBeenReceived(LogType, string) | |
LogWasNotReceived(LogType, string) | |
LogWasNotReceived(LogType, Regex) | |
LogWasReceived(LogType, string) | |
LogWasReceived(LogType, Regex) | |
OnTearDown() | |
Reset() |