12 packages tagged with “Mockable”
Scaffold code generator for generating wrapper class to any existing non-testable classes such static classes and .Net libraries like System.IO. Very useful for doing TDD and decoupling dependencies to 3rd party libraries. Usage: On Package Manager Console type the following command: Scaffold Wrapper {[Namespace].ClassName} Examples: Scaffold Wrapper System.IO.Directory Scaffold Wrapper System.IO.FileSystemWatcher Scaffold Wrapper System.IO.File Note: Reference assemblies must be already referenced to your project before generating wrapper class.
Allows your class under test to be created, automatically creating mocks for all its constructor parameters
Mockable System IO FileSystem Queue
King.Azure.Data Class Library
Azure.Data.Wrappers Class Library
This package provides automatic Automatic Factory functionality similar to Castle.Windsor Typed Factories, for the Autofac IoC container.
Simple, type-safe, mockable, and json-based extension of the native HttpClient class
Async-capable Ambient Context Pattern for unit/integration testable DateTimes in C# .NET.