<PackageReference Include="NUnit" Version="3.0.0-rc" />

AssertionHelper

AssertionHelper is an optional base class for user tests, allowing the use of shorter ids for constraints and asserts and avoiding conflict with the definition of Is, from which it inherits much of its behavior, in certain mock object frameworks.
/* Error decompiling System.Void NUnit.Framework.AssertionHelper::Expect(NUnit.Framework.Constraints.ActualValueDelegate`1,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[]) */