Class AssertBase
Base class for different Assert, containing helper functions
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public abstract class AssertBase
Constructors
View SourceAssertBase()
Declaration
protected AssertBase()
Methods
View SourceConvertMessageWithArgs(string, object?[]?)
Check if message comes with args, and convert that to a formatted string
Declaration
protected static string ConvertMessageWithArgs(string message, object?[]? args)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
object[] | args |
Returns
Type | Description |
---|---|
string |