Class NetcodeLogAssert
  
  
  
    Inheritance
    
    NetcodeLogAssert
   
  
  
  
  Assembly: Unity.Netcode.TestHelpers.Runtime.dll
  Syntax
  
    public class NetcodeLogAssert : IDisposable
   
  Constructors
  
  NetcodeLogAssert(bool, bool)
  
  
  Declaration
  
    public NetcodeLogAssert(bool ignorFailingMessages = false, bool resetOnTearDown = true)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        ignorFailingMessages | 
         | 
      
      
        | bool | 
        resetOnTearDown | 
         | 
      
    
  
  Methods
  
  AddLog(string, string, LogType)
  
  
  Declaration
  
    public void AddLog(string message, string stacktrace, LogType type)
   
  Parameters
  
  
  Dispose()
  
  
  Declaration
  
  
  HasLogBeenReceived(LogType, string)
  
  
  Declaration
  
    public bool HasLogBeenReceived(LogType type, string message)
   
  Parameters
  
  Returns
  
  
  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
  
  
  OnTearDown()
  
  
  Declaration
  
  
  Reset()
  
  
  Declaration
  
  Implements