docs.unity3d.com
    Show / Hide Table of Contents

    Class NetcodeLogAssert

    Inheritance
    Object
    NetcodeLogAssert
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.RuntimeTests
    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
    Type Name Description
    String message
    String stacktrace
    LogType type

    Dispose()

    Declaration
    public void Dispose()

    LogWasNotReceived(LogType, String)

    Declaration
    public void LogWasNotReceived(LogType type, string message)
    Parameters
    Type Name Description
    LogType type
    String message

    LogWasNotReceived(LogType, Regex)

    Declaration
    public void LogWasNotReceived(LogType type, Regex messageRegex)
    Parameters
    Type Name Description
    LogType type
    Regex messageRegex

    LogWasReceived(LogType, String)

    Declaration
    public void LogWasReceived(LogType type, string message)
    Parameters
    Type Name Description
    LogType type
    String message

    LogWasReceived(LogType, Regex)

    Declaration
    public void LogWasReceived(LogType type, Regex messageRegex)
    Parameters
    Type Name Description
    LogType type
    Regex messageRegex

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023