Class AssertBase
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)