Found 347 packages
A set of abstractions to help make file system interactions testable.
A set of pre-built mocks to help when testing file system interactions.
Abstractions for making code that uses file system and environment testable.
A fluent, testable HTTP client library.
Convenience functionalities on top of System.IO.Abstractions
TestableIO.System.IO.Abstractions.Analyzers
Testable web assembly base package required for generation of Testable dlls, which can be uploaded and executed from the Test API
An easy way to test HttpClient interactions in unit tests
Implements TestableFileSystem.Interfaces by forwarding to the .NET Framework or .NET Core.
Interfaces to substitute System.IO calls in the .NET Framework and .NET Core.
Changelog: 2.5 Updated for Microsoft.Azure.DurableTask.Core 2.9.0 and Microsoft.Azure.WebJobs.Extensions.DurableTask 2.7.0 2.4 Added WaitForCustomStatus(predicate). Updated for DurableTask.Core 2.6.0 2.3 Added WaitForOrchestrationToReachStatus(status[]) and WaitForOrchestrationToFinish. Added TaskFailed history event to orchestration start failures. 2.2 Updated for Microsoft.Azure.DurableTask.Core 2.5.1 2.1 Added support for CallHttpAsync 2.0.3 Fixed bug in IDurableOrchestrationContext.StartNewOrchestration 2.0.2 Updated for Microsoft.Azure.WebJobs.Extensions.DurableTask 2.3.0 2.0.1 Updated for altest DurableTask packages 2.0 Durable Functions 2.0 support. No support for Durable Entities as of yet.
Remove the ceremony from your test classes. Easily mock your dependencies using the testable pattern. AutoWrockTestable is an adaptation of Richard Cirerol's AutoMocking wrapper that uses StructureMap's AutoMocking assembly along with the popular MOQ mocking toolset to make it easy to test classes and automatically mock their dependencies.
A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. This is the base package with the base platform implementations
Serialize objects to xml and persist on filesystem.
Implements TestableFileSystem.Interfaces using a blazingly fast in-memory NTFS-based file system.
PrivateObject allows to access/call private members for any test framework. PrivateStaticAccessor is provided for access/call private static members.