90 packages tagged with “agile”
Moq is the most popular and friendly mocking framework for .NET.
Integrate with Azure DevOps Server and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to version control, work item tracking, build, and more via public REST APIs.
Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.
It's what a Mocking Framework should be. Powerful. And it's the first of its kind.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based Windows applications. Work with and manage version control, work items, and build, and other resources from your client application.
Extension methods for setupping mock values of Microsoft.Extensions.Configuration.IConfiguration.
Provides coarse-grained access to VersionOne Asset objects via the REST-based HTTP API for building custom applications against the VersionOne platform.
Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API
NSpectator is a ready-to-use solution for development using .NET with Context/Specification flavor. Toolset is intended to be used to drive development through specifying behavior and interaction at the unit level. NSpectator has no dependencies. Feel free to use any assertion library.
With inspiration taken from mocking frameworks like NSubstitute, FakeItEasy and JustMock this package adds some of the syntactic advantages of these frameworks to Moq. TransparentMoq allows to use Moq without having to store mocks in Mock<T> variables, instead a T variable can be used. This also removes the need to pass mocks with ".Object" everywhere as they can be passed directly. The library provides extension methods for most (if not all) of Moq's methods, so they can be called directly on the T variable. Examples: Instead of private Mock<IFileSystem> fileSystem = new Mock<IFileSystem>(); Write private IFileSystem fileSystem = New.Mock<IFileSystem>(); Instead of MethodThatTakesFileSystem(fileSystem.Object); write MethodThatTakesFileSystem(fileSystem); To arrange a mock everything remains the same: fileSystem.Setup(x => x.Exists(It.IsAny<string>())).Returns(true);
Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.
Provides strongly-typed VersionOne model objects (Project, Story, Iteration, etc) for building custom applications against the VersionOne platform. For details about what product releases this has been tested against, see https://github.com/versionone/VersionOne.SDK.NET.ObjectModel/wiki/Which-product-releases-has-the-ObjectModel-library-been-tested-against%3F
NSpectator`s Selenium toolset is a ready-to-use PageObjects for pragmatic development of browser automation and Web user interface acceptance tests and verification. Enjoy using fluent configuration, sessions and page objects to write tests as fast as you think it should works!
Dotnet core client library for planning poker
This library is a contribution to Microsoft Fakes. It allows tests to verify expectations on mocks with an easy and fluent syntax.
A C# class library that handles mocking, test data generation, and validation.
Fork of Moq, which is the most popular and friendly mocking framework for .NET. But without malware.
Toolbox for the agile development of .Net Web Api projects.
Paquete Core Modelos Primitivos, Enumerados, Extensiones de Utilidad apoyo para el desarrollo ágil, preciso
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. This is a meta-package referencing both the library and the code generator.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. Mocklis.Core contains classes and interfaces used by the generated test doubles. See also the Mocklis package for a more comprehensive set of tools for writing tests using the generated code.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. Mocklis.MockGenerator contains the code generation packaged as a Roslyn Analyzer/Code fix pair.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. This package contains tools for writing tests using the generated code.
Generate documentation
Ability to define and enforce custom DONE criteria Integrate with any work tracking system like, TFS, Rally, Jira, etc. (via API) Extend DONE criteria evaluation rules Ability to send analysis report to multiple consumers like - email - store in DB (can be later used to discover trends, etc)
Time-saving extensions to create and setup large number of mocks using Moq framework.
Agile process template for WiLinq
Extensions for AutoFixture and Moq
该库是支付对接库,目前实现了微信支付部分API。
Componentes Core para el desarrollo de seguridad de aplicaciones