FakeTypeResolver Class

A fake type resolver suitable for testing.
public sealed class FakeTypeResolver : ITypeResolver
Interfaces

Constructors

Methods

object Resolve(Type)
Resolves an instance of the specified type.

Extension Methods

T And<FakeTypeResolver>(Action<FakeTypeResolver>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.