Constructor MockResolveFailure
| Edit this page View SourceMockResolveFailure(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 |
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 |