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.
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