Class NetcodeLogAssert
Inheritance
NetcodeLogAssert
Syntax
public class NetcodeLogAssert
Constructors
NetcodeLogAssert()
Declaration
public NetcodeLogAssert()
Methods
AddLog(String, String, LogType)
Declaration
public void AddLog(string message, string stacktrace, LogType type)
Parameters
Dispose()
Declaration
LogWasNotReceived(LogType, String)
Declaration
public void LogWasNotReceived(LogType type, string message)
Parameters
LogWasNotReceived(LogType, Regex)
Declaration
public void LogWasNotReceived(LogType type, Regex messageRegex)
Parameters
LogWasReceived(LogType, String)
Declaration
public void LogWasReceived(LogType type, string message)
Parameters
LogWasReceived(LogType, Regex)
Declaration
public void LogWasReceived(LogType type, Regex messageRegex)
Parameters
Reset()
Declaration