Show / Hide Table of Contents

Constructor MockResolveFailure

| Edit this page View Source

MockResolveFailure(string, string, string, Type)

Creates a new instance of the MockResolveFailure class.
Declaration
public MockResolveFailure(string message, string failedMockName, string failedMockPath, Type mockType)
Parameters
Type Name Description
string message
string failedMockName
string failedMockPath
Type mockType
| Edit this page View Source

MockResolveFailure(string, string, IEnumerable<string>, Type)

Creates a new instance of the MockResolveFailure class.
Declaration
public MockResolveFailure(string message, string failedMockName, IEnumerable<string> failedMockPath, Type mockType)
Parameters
Type Name Description
string message
string failedMockName
IEnumerable<string> failedMockPath
Type mockType
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾