Method FormatConstructorArgsMissingMessage
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
FormatConstructorArgsMissingMessage(TContext, ConstructorInfo, IReadOnlyList<Tuple<int, ParameterInfo>>)
Gets the message to be used when the constructor is missing arguments.
[Obsolete("This is no longer called, as the type activator is responsible for resolving missing values. It will be removed in the next major version.")]
protected virtual string FormatConstructorArgsMissingMessage(TContext ctxt, ConstructorInfo constructor, IReadOnlyList<Tuple<int, ParameterInfo>> unusedArguments)
Parameters
ctxtTContextThe context that describes the current test class
constructorConstructorInfoThe constructor that was selected
unusedArgumentsIReadOnlyList<Tuple<int, ParameterInfo>>The arguments that had no matching parameter values