Table of Contents

Class AssertBase

Namespace
NUnit.Framework
Assembly
nunit.framework.dll

Base class for different Assert, containing helper functions

public abstract class AssertBase
Inheritance
AssertBase
Derived
Inherited Members

Constructors

AssertBase()

protected AssertBase()

Methods

ConvertMessageWithArgs(string, object?[]?)

Check if message comes with args, and convert that to a formatted string

protected static string ConvertMessageWithArgs(string message, object?[]? args)

Parameters

message string
args object[]

Returns

string