<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.AssertBase

public abstract class AssertBase
Base class for different Assert, containing helper functions
namespace NUnit.Framework { public abstract class AssertBase { protected static string ConvertMessageWithArgs(string message, object[] args); protected AssertBase(); } }