Found 69 packages
Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state. Commonly Used Types: System.Threading.Thread System.Threading.ThreadStart System.Threading.ParameterizedThreadStart When using NuGet 3.x this package requires at least version 3.4.
Some test frameworks do not support parameterized tests. Others only support them through attributes on the test method, and that may not always be easy to read - and it is limited to compile time constants. This library is an attempt to give support for parameterized tests from within a single test with a fluent syntax. Packages exists targeted at specific test frameworks, but this core package should be usable from all test frameworks.
Unity IoC parameterized instantiation extension inspired by Autofac
A UnityContainer extension inspired by Autofac's parameterized instantiation. Generates implementations of Func<TParam0, TParam1, ..., TDependency> while resolving types with such a dependency. This package is compatible with Unity v4.0.1
This library provides the DSL for parameterized unit test.
This is a MSTest extension for the ParameterizedTest library that will provide nicer error message formatting when ParameterizedTest is used together with MSTest.
String extension methods for performing {named} {{parameterized}} string formatting, written for NetStandard 2.0
Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test. Simply use [WpfFact], [WinFormsFact], [StaFact] or the cross-platform [UIFact] on your test method to run your test under conditions that most closely match the main thread in your application. Theory variants of these attributes allow for parameterized testing. Check out the xunit.combinatorial nuget package for pairwise or combinatorial testing with theories.
Provides LightBDD framework with common classes and features for all LightBDD integrations. High level features: * native support for refactoring, code analysis (like finding unused methods), test running and all features that Visual Studio / Intellisense / Resharper offer during code development; * easy to read scenario definitions; * basic, extended (parameterized) and contextual scenario execution support; * method parameter formatting attributes; * step commenting; * execution progress notifiers; * Xml/Html/Plain text report generation; * DI support; * inline and tabular parameters.
Experiment.AutoFixture supports auto data using AutoFixture library in parameterized tests.
SQL client for parameterized queries without vendor nuances.
Experiment is a base library to support parameterized tests with auto data.
Configuration for storing database information used in GenericSqlProvider connection strings.
Oracle database module for GenericSqlProvider.
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included. This unofficial package is limited to run on the 4.x framework which improves compatibility with Mono when running tests compiled for 4.x.
SQL Server database module for GenericSqlProvider.
Bind configuration to records and classes with parameterized (non parameterless) constructors.
SQLib is an automatic parameterized SQL authoring tool.
A generic, concurrent, portable and flexible Object Pool for .NET. It is completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T). Library is production ready and it is successfully working in real life systems. Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article. Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied. Of course, all modified source code is freely available at the project URL of this package. Many thanks to Ofir Makmal for his great work.
Xunit.EnumMemberData makes it easy creating parameterized tests for each enum value.